Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace:ajax
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
In the onStart callback function, it could be useful for applications to be able to give submit parameters, and even affect the execute and render properties of the current submit. As long as what it has access to is limited to the current submit and doesn't affect future submits by that ace:ajax tag.
As well, we should update the ace:ajax wiki and TLD documentation to cover all the function parameters to the on* callback functions.
As well, we should update the ace:ajax wiki and TLD documentation to cover all the function parameters to the on* callback functions.
Issue Links
- blocks
-
ICE-8910 ace:autoCompleteEntry - Add functionality to prevent the component from submitting on option select
- Closed
Activity
Mark Collette
created issue -
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 3.3 [ 10370 ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33807 | Wed Mar 06 16:04:20 MST 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandlerMeta.java |
Arturo Zambrano
made changes -
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to the trunk at revision 33807.
Also updated TLD documentation and wiki for onStart and all the other callbacks.