Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces
-
Assignee Priority:P1
Description
ace:dataTable require an implementation of client instance look up mechanism. In other words we should provide a way for developers to access global list of ace:dataTable widgetVars. This implementation should be similar to our ace:list component functionality where particular instance of ice.ace.List could be located in the global ice.ace.Lists collection.
Issue Links
- blocks
-
ICE-9500 Make ice.ace.instance work with all lazy init components: checkboxEntry, dateTimeEntry, buttons, etc.
-
- Closed
-
Revision #37281
Committed by nils.lundquist
A minute ago
ICE-8475- added ice.ace.instance, ice.ace.destroy and ice.ace.deadStates and demonstrating their use on ace:DataTable. Also modified ice.ace.create to add widget states to the DOM elements of all components, enabling the use of ice.ace.instance for all components using ice.ace.create. This new state saving is confirmed with the ace:dateTimeEntry & ace:dataTable memoryLeak tests not to introduce any new leaks.