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
Activity
Evgheni Sadovoi
created issue -
Evgheni Sadovoi
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000NI5ln] | |
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 somehow. 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. | 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. |
Mark Collette
made changes -
Link | This issue depends on ICE-8477 [ ICE-8477 ] |
Ken Fyten
made changes -
Fix Version/s | 3.4 [ 10770 ] |
Ken Fyten
made changes -
Assignee | Nils Lundquist [ nils.lundquist ] | |
Assignee Priority | P1 [ 10010 ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37281 | Tue Jul 30 17:33:24 MDT 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37282 | Wed Jul 31 07:52:23 MDT 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
|
Mark Collette
made changes -
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Once the concerns in ICE-8477 are addressed, we can find a way for enumerating the dataTable objects. Likely that will not involve a central list, but rather from providing an API for finding the dataTable javascript objects within the page.
A central list would create memory leak problems, and would likely have problems of old defunct objects remaining in it.