X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fwhitepaper.markdown;h=376da7a51846b5f6d82112fad255e2b8db261ecf;hp=542ffb111cb45f6b875db979887adecb10be1a33;hb=2681321da7a6c02655b92fc46832c5d80f90e6c1;hpb=fea28a96754e0b63db268c14368918be298b683b diff --git a/tools/htdocs/whitepaper.markdown b/tools/htdocs/whitepaper.markdown index 542ffb1..376da7a 100644 --- a/tools/htdocs/whitepaper.markdown +++ b/tools/htdocs/whitepaper.markdown @@ -208,17 +208,17 @@ search is made. ### Customised display using Handlebars templates Certain aspects of the widget-set's display can be customised by -providing Handlebars templates with well-known IDs that begin with the -string `mkwsTemplate`. At present, the supported templates are: +providing Handlebars templates with well-known classes that begin with +the string `mkwsTemplate_`. At present, the supported templates are: -* `mkwsTemplateSummary` -- used for each summary record in a list of +* `mkwsTemplate_Summary` -- used for each summary record in a list of results. -* `mkwsTemplateRecord` -- used when displaying a full record. +* `mkwsTemplate_Record` -- used when displaying a full record. For both of these the metadata record is passed in, and its fields can be referenced in the template. As well as the metadata fields -(`md-*`), two special fields are provided to the `mkwsTemplateSummary` +(`md-*`), two special fields are provided to the `mkwsTemplate_Summary` template, for creating popup links for full records. These are `_id`, which must be provided as the `id` attribute of a link tag, and `_onclick`, which must be provided as the `onclick` attribute. @@ -226,7 +226,7 @@ which must be provided as the `id` attribute of a link tag, and For example, an application can install a simple author+title summary record in place of the usual one providing the following template: -