From c751c1afb2d58cecd8cc790a04dee127465ccef0 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 11 Aug 2014 12:41:51 +0100 Subject: [PATCH] Downcase headings. --- doc/mkws-developer.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4