ICEfaces
  1. ICEfaces
  2. ICE-10003

ace:tableConfigPanel - Add ability to open the panel using a JavaScript API

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major 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

      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

        Arran Mccullough created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 4.1 [ 11375 ]
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Fix Version/s 4.1 [ 11375 ]
        Ken Fyten made changes -
        Summary ace:tableConfigPanel - Add ability to open the panel through an button ace:tableConfigPanel - Add ability to open the panel using a JavaScript API
        Ken Fyten made changes -
        Assignee Arturo Zambrano [ artzambrano ]
        Affects Documentation (User Guide, Ref. Guide, etc.) [ 10003 ]
        Assignee Priority P3 [ 10012 ]
        Ken Fyten made changes -
        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 ICE-10003 added client-side API function to open the table config panel
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
        Hide
        Arturo Zambrano added a comment - - edited

        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.

        Show
        Arturo Zambrano added a comment - - edited 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.
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Ken Fyten added a comment -

        Let's change the name from "open()" to "show()" to be consistent with the client API used in ace:dialog.

        Show
        Ken Fyten added a comment - Let's change the name from "open()" to "show()" to be consistent with the client API used in ace:dialog.
        Ken Fyten made changes -
        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 ICE-10003 changed name of function to display the panel to 'show' to better align with similar functions in other components
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
        Hide
        Arturo Zambrano added a comment -

        r41538: changed name of function to 'show'.

        Show
        Arturo Zambrano added a comment - r41538: changed name of function to 'show'.
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: