From 9ffc2065df69d0252bb711565425e5b18c1e9a49 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 23 Oct 2014 16:08:56 +0100 Subject: [PATCH] Document structure. --- doc/mkws-manual.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 712e00d..79ae4d4 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -97,7 +97,12 @@ Second, within the HTML body, `
` elements with special IDs that begin `mkws-` can be provided. These are filled in by the MKWS code, and provide the components of the searching UI. The very simple application above has only two such widgets: a search box and a -results area. But more are supported. The main widgets are: +results area. But more are supported. + +Widget Elements +=============== + +The main widgets are: * `mkws-search` -- provides the search box and button. @@ -138,6 +143,9 @@ To see all of these working together, just put them all into the HTML The full set of supported widgets is described in the reference guide below. +Old and new-style class-names +----------------------------- + **NOTE.** Versions of MKWS before v1.0 used camel-case class-names: without hyphens and with second and subsequent words capitalised. So instead of `mkws-search`, it used to be `mkwsSearch`. The 1.x series -- 1.7.10.4