From: Mike Taylor Date: Wed, 16 Apr 2014 14:09:22 +0000 (+0100) Subject: Document widget.value function. X-Git-Tag: 1.0.0~924 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1a9a98e5bd8c15fb178a1ed6abbf7fbda3f2a5ed Document widget.value function. --- diff --git a/doc/mkws-developer.txt b/doc/mkws-developer.txt index 321a9c1..7561587 100644 --- a/doc/mkws-developer.txt +++ b/doc/mkws-developer.txt @@ -108,6 +108,9 @@ Void this.log(string) is written on the browser console, and also published to any "log" subcribers. +String this.value() + A function returning the value of the widget's HTML element. + TEAM METHODS ============