Help:Key: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
No edit summary
Dheldt (talk | contribs)
m CoCoAXML:Key moved to Help:Key: tidying up the wiki.
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Description==
==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.
A key for an XML element under which it will get found if that phrase is entered in a search of the interactive help system. This may be for a CoCoA [[Help:Command|command]] or for a [[Help:Section|section]] in the documentation, for example. Normally the search only matches the [[Help:Title|title]] contents, but the key elements offer other possibilities to look up the element as well.


==Syntax==
==Syntax==
Line 8: Line 8:


==May contain==
==May contain==
*[[CoCoAXML:PCDATA|#PCDATA]]
*[[Help:PCDATA|#PCDATA]]


[[Category:CoCoAXML|Key]]
[[Category:CoCoAXML|Key]]
{{DISPLAYTITLE:Key}}
{{DISPLAYTITLE:Key}}

Latest revision as of 14:38, 16 October 2007

search key

Description

A key for an XML element under which it will get found 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