1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix typos in WidgetSubclassingMechanism (#3870)

This commit is contained in:
Simon Huber 2019-03-17 19:13:13 +01:00 committed by Jeremy Ruston
parent e52a616891
commit f99fb4f9f5

View File

@ -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: