Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:-
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Add support for the JS onclick to ace:pushButton, linkButton and checkboxButton. It seems as though the attribute is not being passed through.
Example:
<ace:pushButton value="Click" onclick="alert('test');"/> renders:
<button id="form:_t7_span-button" type="button" tabindex="0" style="">Click</button>
Example:
<ace:pushButton value="Click" onclick="alert('test');"/> renders:
<button id="form:_t7_span-button" type="button" tabindex="0" style="">Click</button>
Fixed at revision 26099.
Added pass-thru attribute support to the button components.