SPR-8661 Add disabled attribute to HiddenInputTag
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user