[IMP]:added invisible attr for button it will be useful in treeview

bzr revid: nch@tinyerp.com-20100204055701-ck20msso3xosp5ge
This commit is contained in:
nch@tinyerp.com 2010-02-04 11:27:01 +05:30
parent 45b7289189
commit 8a52ed07e4
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@
<rng:define name="button">
<rng:element name="button">
<rng:optional><rng:attribute name="attrs"/></rng:optional>
<rng:optional><rng:attribute name="invisible"/></rng:optional>
<rng:optional><rng:attribute name="name" /></rng:optional>
<rng:optional><rng:attribute name="icon" /></rng:optional>
<rng:optional><rng:attribute name="string" /></rng:optional>