From: Mike Taylor Date: Mon, 11 Aug 2014 11:41:51 +0000 (+0100) Subject: Downcase headings. X-Git-Tag: 1.0.0~39^2~7^2~4^2~39 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=c751c1afb2d58cecd8cc790a04dee127465ccef0;p=mkws-moved-to-github.git Downcase headings. --- diff --git a/doc/mkws-developer.markdown b/doc/mkws-developer.markdown index 2f41a3b..2b3c60e 100644 --- a/doc/mkws-developer.markdown +++ b/doc/mkws-developer.markdown @@ -3,7 +3,7 @@ % 11 August 2014 -INTRODUCTION +Introduction ============ Development with MKWS consists primarily of defining new types of @@ -56,7 +56,7 @@ This simple widget illustrates several important points: a local variable named `that'). -SPECIALISATION (INHERITANCE) +Specialisation (Inheritance) ============================ Many widgets are simple specialisations of existing widgets. For @@ -83,7 +83,7 @@ class="mkwsRecord" maxrecs="2">, though it's not obvious why anyone would do that.) -WIDGET PROPERTIES AND METHODS +Widget Properties and Methods ============================= String this.type @@ -118,7 +118,7 @@ String this.value() A function returning the value of the widget's HTML element. -TEAM METHODS +Team methods ============ Since the team object is supposed to be opaque to widgets, all access