Help:Key: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
New page: key {{stub}}
 
KHiddemann (talk | contribs)
No edit summary
Line 1: Line 1:
key
search key


{{stub}}
==Description==
A key for an XML element under which it will get displayed if that phrase is entered in a search of the interactive help system. This may be for a CoCoA [[CoCoAXML:Command|command]] or for a [[CoCoAXML:Section|section]] in the documentation, for example. Normally the search only matches the [[CoCoAXML:Title|title]] contents, but the key elements offer other possibilities to look up the element as well.
 
==Syntax==
<code>&lt;key&gt; ... &lt;/key&gt;</code>
 
==May contain==
*[[CoCoAXML:PCDATA|&#35;PCDATA]]
 
[[Category:CoCoAXML|Key]]
{{DISPLAYTITLE:Key}}

Revision as of 12:01, 26 July 2007

search key

Description

A key for an XML element under which it will get displayed if that phrase is entered in a search of the interactive help system. This may be for a CoCoA command or for a section in the documentation, for example. Normally the search only matches the title contents, but the key elements offer other possibilities to look up the element as well.

Syntax

<key> ... </key>

May contain