SPR-8661 Add disabled attribute to HiddenInputTag

This commit is contained in:
Rossen Stoyanchev
2011-11-03 16:29:12 +00:00
parent 78fbceff82
commit bba8bb6ec0
4 changed files with 73 additions and 4 deletions

View File

@@ -652,6 +652,12 @@
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
<name>disabled</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>HTML Event Attribute</description>
<name>onclick</name>