[Laszlo-checkins] r10606 - openlaszlo/trunk/lps/components/lz
lou@openlaszlo.org
lou at openlaszlo.org
Wed Aug 6 06:31:58 PDT 2008
Author: lou
Date: 2008-08-06 06:31:39 -0700 (Wed, 06 Aug 2008)
New Revision: 10606
Modified:
openlaszlo/trunk/lps/components/lz/combobox.lzx
Log:
Change 20080806-lou-D by lou at loumac.local on 2008-08-06 09:30:19 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: reference: combobox. fix markup for tag highlighting
Bugs Fixed: LPP-6360
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: links to the tag pages extended to include the space following the tag,
because the links were incorrectly marked as <a> tags. Changed to <sgml> tags.
Tests: visual verify; test links
Modified: openlaszlo/trunk/lps/components/lz/combobox.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/combobox.lzx 2008-08-06 13:31:02 UTC (rev 10605)
+++ openlaszlo/trunk/lps/components/lz/combobox.lzx 2008-08-06 13:31:39 UTC (rev 10606)
@@ -62,9 +62,9 @@
<p>A <classname>combobox</classname> is a common UI element for
displaying a pop-up list associated with a text field. The selected
text of the combobox is displayed within the text field. This field
- is an <a href="LzInputText.html" target="_self"><code class="tagname"><LzInputText></code></a> field if the
+ is an <sgmltag class="element" role="LzInputText"><inputtext></sgmltag> field if the
<attribute>editable</attribute> of the combobox is <code>true</code>
- (the default), or a static <a href="LzText.html" target="_self"><code class="tagname"><LzText></code></a> field if it
+ (the default), or a static <sgmltag class="element" role="LzText"><text></sgmltag> field if it
is <code>false</code>.</p>
<p>The number of items shown in the combobox can be set using the
@@ -73,7 +73,7 @@
automatically.</p>
<p>The list of items in a combobox can be created explicity using the
- <a href="lz.textlistitem.html" target="_self"><code class="tagname"><textlistitem></code></a> tag with assigned
+ <sgmltag class="element" role="lz.textlistitem"><textlistitem></sgmltag> tag with assigned
<attribute>text</attribute> and <attribute>value</attribute>
attributes.</p>
@@ -117,7 +117,7 @@
</example>
<p>Finally, a combox can also have custom items in its list by tending
- the <a href="lz.listitem.html" target="_self"><code class="tagname"><listitem></code></a> class. An example of this is shown
+ the <sgmltag class="element" role="lz.listitem"><listitem></sgmltag> class. An example of this is shown
below:</p>
<example>
More information about the Laszlo-checkins
mailing list