|
From: <fb...@us...> - 2003-07-11 15:13:42
|
Update of /cvsroot/jgb/jgb/src/xdocs/html/documentation/limitations
In directory sc8-pr-cvs1:/tmp/cvs-serv31152/src/xdocs/html/documentation/limitations
Modified Files:
index.xml
Log Message:
* src/xdocs/html/documentation/limitations/index.xml:
Corrected forward reference example which had links to the same element
instead of each element.
Index: index.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/src/xdocs/html/documentation/limitations/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.xml 27 Jun 2003 16:45:52 -0000 1.6
--- index.xml 11 Jul 2003 15:13:38 -0000 1.7
***************
*** 35,44 ****
<pre class="xmlCode">
...
! <<a href="../elements/control/index.html">control</a> <a href="../elements/control/index.html#attr-class">class</a>="JLabel">
! <<a href="../elements/control/index.html">property</a> <a href="../elements/control/index.html#attr-name">name</a>="labelFor">
! <<a href="../elements/control/index.html">ref</a> <a href="../elements/control/index.html#attr-refid">refid</a>="textField" />
! <a href="../elements/control/index.html"></property></a>
! <a href="../elements/control/index.html"></control></a>
! <<a href="../elements/control/index.html">control</a> <a href="../elements/control/index.html#attr-id">id</a>="textField" <a href="../elements/control/index.html#attr-class">class</a>="JTextField" />
...</pre>
<p>
--- 35,44 ----
<pre class="xmlCode">
...
! <<a href="../elements/control/index.html">control</a> <a href="../elements/control/index.html#control.class">class</a>="JLabel">
! <<a href="../elements/property/index.html">property</a> <a href="../elements/property/index.html#property.name">name</a>="labelFor">
! <<a href="../elements/ref/index.html">ref</a> <a href="../elements/ref/index.html#ref.refid">refid</a>="textField" />
! </property>
! </control>
! <<a href="../elements/control/index.html">control</a> <a href="../elements/control/index.html#control.id">id</a>="textField" <a href="../elements/control/index.html#control.class">class</a>="JTextField" />
...</pre>
<p>
***************
*** 54,58 ****
I have found a way to partially circumvent this limitation.
The example above would not work, but a
! <a href="../elements/control/index.html#attr-reflabel">reflabel</a>
attribute was added to
<a href="../elements/control/index.html">control</a>,
--- 54,58 ----
I have found a way to partially circumvent this limitation.
The example above would not work, but a
! <a href="../elements/control/index.html#control.reflabel">reflabel</a>
attribute was added to
<a href="../elements/control/index.html">control</a>,
|