X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-developer.markdown;h=2689eb67de3f8334bb8c6568e3ee48eae6be3ad2;hp=6066e0518a8bf30811d04e892321d9c58720d97f;hb=3271437c3795ec604b1aa8abdf3e052a072ff070;hpb=5c3962d2493b37fad16ce01137506b0785b81179 diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index 6066e05..2689eb6 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -134,6 +134,21 @@ be used by the derived widget. * `String this.value()` -- A function returning the value of the widget's HTML element. +* TODO autosearch() + +* TODO hideWhenNarrow() + +* TODO subwidget() + +* TODO expandValue() + +In addition to these properties and methods of the bare widget object, +some kinds of specific widget add other properties of their own. For +example, the `Builder` widget uses a `callback` property as the +function that it use to publish the widget definition that it +constructs. This defaults to the builtin function `alert`, but can be +overridden by derived widgets such as `ConsoleBuilder`. + Team methods ------------