Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Fix Version/s: 3.1.0.BETA1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 3.0
Description
Having ClientBehaviours generate request input rather than complete functions would allow us much greater component-level control of the ClientBehaviours defined by the client.
Issue Links
- blocks
-
ICE-7652
ace:dataTable: ace:ajax event "editSubmit" causes the row to remain editable until clicking cancel
-
- Closed
-
-
ICE-7672
Showcase: ACE:DataTable multiple cell selection with ajax demo not functioning correctly
-
- Closed
-
-
ICE-7681
ace:accordion with panechange event used with ace:ajax - not receiving events if dynamic attribute is enabled
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.0.RC1 [ 10300 ] | |
| Affects Version/s | 3.0.RC1 [ 10300 ] | |
| Affects Version/s | 3.0 [ 10241 ] |
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Salesforce Case | [] | |
| Fix Version/s | 3.0 [ 10241 ] | |
| Fix Version/s | 3.0.RC1 [ 10300 ] |
| Fix Version/s | 3.1 [ 10312 ] | |
| Fix Version/s | 3.0 [ 10241 ] |
| Salesforce Case | [] | |
| Fix Version/s | 3.0.1 [ 10282 ] | |
| Fix Version/s | 3.1 [ 10312 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Salesforce Case | [] | |
| Component/s | ACE-Components [ 10050 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27839 | Tue Feb 14 12:48:03 MST 2012 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/dataexporter/DataExporterRenderer.java
|
| Salesforce Case | [] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Fix Version/s | 3.0.1 [ 10282 ] |
| Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28991 | Thu May 10 11:31:49 MDT 2012 | art.zambrano | ICE-8036 fixed incorrect function calls introduced with |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/progressbar/progressbar.js
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/resizable/resizable.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30453 | Thu Aug 09 12:21:43 MDT 2012 | nils.lundquist | ICE-8451 - Changed DT JS ace:ajax handling to pre- |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

We should find a way so that when the ace:ajax tag is absent, the @ClientBehaviour's defaultRender and defaultExecute are used, or evaluate if we want two defaults: a tag present default and a tag absent default. That would be analogous to tag-absent being equivalent to singleSubmit=false and tag-present being equivalent to singleSubmit=true, with the present defaults determining what is being executed and rendered ala ice.se/ice.ser.