diff --git a/editions/dev/tiddlers/new/WidgetSubclassingMechanism b/editions/dev/tiddlers/new/WidgetSubclassingMechanism index 214fd461d..734d2a309 100644 --- a/editions/dev/tiddlers/new/WidgetSubclassingMechanism +++ b/editions/dev/tiddlers/new/WidgetSubclassingMechanism @@ -1,10 +1,10 @@ created: 20190317121937335 modified: 20190317121937335 -tile: WidgetSubclassingMechanism +title: WidgetSubclassingMechanism !! Introduction -The widget subclassing mechansim allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made availabel as a new widget +The widget subclassing mechanism allows widgets to be subclassed with additional methods and properties. The subclassed widgets can either overwrite the existing definition of the baseclass widget, or it can be made availabel as a new widget Widget subclasses are defined in modules of module-type `widget-subclass`. They should export the following properties: