From: Mike Taylor Date: Mon, 11 Aug 2014 13:09:34 +0000 (+0100) Subject: Add TODOs for four new widget methods. X-Git-Tag: 1.0.0~39^2~7^2~4^2~27 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=3271437c3795ec604b1aa8abdf3e052a072ff070;hp=5c3962d2493b37fad16ce01137506b0785b81179 Add TODOs for four new widget methods. Add note on the Builder widget's use of the `callback` property. --- 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 ------------