Author: danielc.roth
Date: 2008-10-09 16:28:51 -0400 (Thu, 09 Oct 2008)
New Revision: 9248
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Controls.xml
Log:
Docs for s:span, minor for s:validateEquality
Modified: trunk/doc/Seam_Reference_Guide/en-US/Controls.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Controls.xml 2008-10-09 20:13:24 UTC (rev 9247)
+++ trunk/doc/Seam_Reference_Guide/en-US/Controls.xml 2008-10-09 20:28:51 UTC (rev 9248)
@@ -481,7 +481,7 @@
<para><emphasis>Description</emphasis></para>
<para>
Tag to nest inside an input control to validate that its parent's
- value is the same as the referenced control's id.
+ value is the same as the referenced control's value.
</para>
<para><emphasis>Attributes</emphasis></para>
@@ -666,11 +666,17 @@
<para><emphasis>Attributes</emphasis></para>
<para>
- None.
+ <itemizedlist>
+ <listitem>
+ <para>
+ <literal>title</literal> — Title for a span.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
<para><emphasis>Usage</emphasis></para>
- <programlisting role="XHTML"><![CDATA[<s:span
styleClass="required"
rendered="#{required}">*</s:span>]]></programlisting>
+ <programlisting role="XHTML"><![CDATA[<s:span
styleClass="required" rendered="#{required}" title="Small
tooltip">*</s:span>]]></programlisting>
</section>
Show replies by date