From 1a9a98e5bd8c15fb178a1ed6abbf7fbda3f2a5ed Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 16 Apr 2014 15:09:22 +0100 Subject: [PATCH] Document widget.value function. --- doc/mkws-developer.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ============ -- 1.7.10.4