X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-developer.txt;h=693df63ae9a4521c7f29c9881aacee6e8a3a7a3d;hb=2d767b00aac7337471fd609fb600aa250a205e75;hp=321a9c1a5dffc9a736e05877aee54040d77c5f09;hpb=70fb51bd08bcc8b4d4532100cfa08c1d7ccf2097;p=mkws-moved-to-github.git diff --git a/doc/mkws-developer.txt b/doc/mkws-developer.txt index 321a9c1..693df63 100644 --- a/doc/mkws-developer.txt +++ b/doc/mkws-developer.txt @@ -71,10 +71,11 @@ that you want to specialise from -- in this case, "Records" -- using the promotion function that's been registered for that type. Once this has been done, the specialisations can be introduced. In -this case, it's a very matter of changing the "maxrecs" configuration -setting to 1 unless it's already been given an explicit value. (That -would occur if the HTML used an element like
, though it's not obvious why anyone would do that.) +this case, it's a very simple matter of changing the "maxrecs" +configuration setting to 1 unless it's already been given an explicit +value. (That would occur if the HTML used an element like
, though it's not obvious why anyone +would do that.) WIDGET PROPERTIES AND METHODS @@ -108,6 +109,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 ============