|
From: <fb...@us...> - 2003-07-14 18:55:13
|
Update of /cvsroot/jgb/jgb/src/dtd
In directory sc8-pr-cvs1:/tmp/cvs-serv7275/src/dtd
Modified Files:
dtd.xml
Log Message:
* src/dtd/dtd.xml:
Corrected problem with scrollable definition which prevented resetting
constraints.
Index: dtd.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/src/dtd/dtd.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** dtd.xml 14 Jul 2003 18:03:12 -0000 1.27
--- dtd.xml 14 Jul 2003 18:55:10 -0000 1.28
***************
*** 2626,2630 ****
</attributes>
<children>
! <refgroup refgroup="child-group" repeat="once" type="sequence"/>
</children>
<example>
--- 2626,2630 ----
</attributes>
<children>
! <refgroup refgroup="child-group" repeat="oneormore" type="alternation"/>
</children>
<example>
***************
*** 2637,2641 ****
the scroll pane and the text field itself, using the appropriate IDs.
-->
! <<tag refelement="scrollable"/> <attr refattr="scrollable.id"/>="comments_scroller" <attr refattr="scrollable.vsb_policy"/>="always" <attr refattr="scrollable.hsb_policy"/>="as needed">
<
<tag refelement="textfield"/> <attr refattr="textfield.id"/>="comments_field" <attr refattr="textfield.columns"/>="80" <attr refattr="textfield.rows"/>="20">
--- 2637,2641 ----
the scroll pane and the text field itself, using the appropriate IDs.
-->
! <<tag refelement="scrollable"/> <attr refattr="scrollable.id"/>="comments_scroller" <attr refattr="scrollable.vsb_policy"/>="always" <attr refattr="scrollable.hsb_policy"/>="as_needed">
<
<tag refelement="textfield"/> <attr refattr="textfield.id"/>="comments_field" <attr refattr="textfield.columns"/>="80" <attr refattr="textfield.rows"/>="20">
|