Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #12811 - https://icesoft.my.salesforce.com/5007000000c39VE
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Feature Request: Add the ability to open the panel through an outer command button or link. Currently the button is defined in one of the table columns. This request is to add in the ability to open the panel through and outer h:commandButton.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.1 [ 11375 ] |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Summary | ace:tableConfigPanel - Add ability to open the panel through an button | ace:tableConfigPanel - Add ability to open the panel using a JavaScript API |
Assignee | Arturo Zambrano [ artzambrano ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | |
Assignee Priority | P3 [ 10012 ] |
Assignee Priority | P3 [ 10012 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41522 | Wed Jun 25 15:13:14 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41538 | Fri Jun 27 14:45:14 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed improvement to 4.0 trunk at revision 41522. Added a client-side API function to open the table config panel. The name of the function is 'show()' and is invoked on the Table Config object, obtained via ice.ace.instance(clientId).
An example of its usage (in the showcase Table Config demo) would be the following:
<h:commandButton value="Open panel" onclick="ice.ace.instance('carForm:carTable:tableConfig').show();return false;" />
EDIT: Changed name of function to display the panel to 'show' to better align with similar functions in other components.