refactor the ui.dtd and ui.xml

refactor the ui.dtd and ui.xml
This commit is contained in:
coderfengyun 2014-04-17 14:11:37 +08:00
parent ac8a6e0692
commit 136f26e755
5 changed files with 11 additions and 12 deletions

View File

@ -33,10 +33,10 @@
</param>
</params>
</plugin>
<behavior name="next">
<control name="next">
<params />
</behavior>
<behavior name="reset">
</control>
<control name="reset">
<params />
</behavior>
</control>
</ui>

View File

@ -11,7 +11,7 @@
</param>
</params>
</plugin>
<behavior name="next">
<control name="next">
<params />
</behavior>
</control>
</ui>

View File

@ -14,7 +14,7 @@
</param>
</params>
</plugin>
<behavior name="next">
<control name="next">
<params />
</behavior>
</control>
</ui>

View File

@ -11,7 +11,7 @@
</param>
</params>
</plugin>
<behavior name="next">
<control name="next">
<params />
</behavior>
</control>
</ui>

View File

@ -6,7 +6,6 @@
<!ELEMENT behavior (params)>
<!ATTLIST behavior
name CDATA #REQUIRED
type CDATA #REQUIRED
>
<!ELEMENT timer (params)>
<!ATTLIST timer
@ -14,7 +13,7 @@
>
<!ELEMENT control (params)>
<!ATTLIST control
name CDATA #REQIRED
name CDATA #REQUIRED
>
<!ELEMENT params (param|group)*>
<!ELEMENT param (radiobutton|field|checkbox|nfield|combo|table|file)>