|
@@ -2,7 +2,7 @@ define("amber/web/Web", ["amber/boot"
|
|
//>>excludeStart("imports", pragmas.excludeImports);
|
|
//>>excludeStart("imports", pragmas.excludeImports);
|
|
, "amber/jquery/Wrappers-JQuery"
|
|
, "amber/jquery/Wrappers-JQuery"
|
|
//>>excludeEnd("imports");
|
|
//>>excludeEnd("imports");
|
|
-, "amber_core/Kernel-Objects", "amber_core/Platform-Services", "amber_core/Kernel-Methods", "amber_core/Kernel-Collections"], function($boot
|
|
|
|
|
|
+, "amber_core/Kernel-Objects", "amber_core/Kernel-Methods", "amber_core/Kernel-Collections"], function($boot
|
|
//>>excludeStart("imports", pragmas.excludeImports);
|
|
//>>excludeStart("imports", pragmas.excludeImports);
|
|
|
|
|
|
//>>excludeEnd("imports");
|
|
//>>excludeEnd("imports");
|
|
@@ -4885,7 +4885,7 @@ messageSends: ["initializeFromString:canvas:", "new", "yourself"]
|
|
$globals.TagBrush.klass);
|
|
$globals.TagBrush.klass);
|
|
|
|
|
|
|
|
|
|
-$core.addClass('Widget', $globals.InterfacingObject, [], 'Web');
|
|
|
|
|
|
+$core.addClass('Widget', $globals.Object, [], 'Web');
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
$globals.Widget.comment="I am a presenter building HTML. Subclasses are typically reusable components.\x0a\x0a## API\x0a\x0aUse `#renderContentOn:` to build HTML. (See `HTMLCanvas` and `TagBrush` classes for more about building HTML).\x0a\x0aTo add a widget to the page, the convenience method `#appendToJQuery:` is very useful.\x0a\x0aExemple: \x0a\x0a Counter new appendToJQuery: 'body' asJQuery";
|
|
$globals.Widget.comment="I am a presenter building HTML. Subclasses are typically reusable components.\x0a\x0a## API\x0a\x0aUse `#renderContentOn:` to build HTML. (See `HTMLCanvas` and `TagBrush` classes for more about building HTML).\x0a\x0aTo add a widget to the page, the convenience method `#appendToJQuery:` is very useful.\x0a\x0aExemple: \x0a\x0a Counter new appendToJQuery: 'body' asJQuery";
|
|
//>>excludeEnd("ide");
|
|
//>>excludeEnd("ide");
|