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>
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000JLgxh] |
Fix Version/s | 2.1 [ 10241 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P2 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.1-Beta2 [ 10294 ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed at revision 26099.
Added pass-thru attribute support to the button components.