ICEfaces
  1. ICEfaces
  2. ICE-6089

Feature Request: Add display on hover functionality to panelCollapsible component

    Details

    • Type: Improvement Improvement
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 1.8.2-EE-GA_P01
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Use JavaScript:

      <ice:panelCollapsible toggleOnClick="true" expanded="true"
      id="collapseExpHeader">
      <f:facet name="header">
      <ice:panelGrid columns="3" styleClass="accordionBar"
                                   
      onmouseover="document.forms['MyForm']['MyForm:collapseExpHeaderExpanded'].value='false';

                                    
      iceSubmit(document.forms['MyForm'],this,event); return true;"
                                   
      onmouseout="document.forms['MyForm']['MyForm:collapseExpHeaderExpanded'].value='true';

                                   
      iceSubmit(document.forms['MyForm'],this,event); return false;"> <ice:graphicImage value="images/helpIcon.gif"/> </ice:panelGrid> </f:facet>
      Show
      Use JavaScript: <ice:panelCollapsible toggleOnClick="true" expanded="true" id="collapseExpHeader"> <f:facet name="header"> <ice:panelGrid columns="3" styleClass="accordionBar"                               onmouseover="document.forms['MyForm']['MyForm:collapseExpHeaderExpanded'].value='false';                                iceSubmit(document.forms['MyForm'],this,event); return true;"                               onmouseout="document.forms['MyForm']['MyForm:collapseExpHeaderExpanded'].value='true';                               iceSubmit(document.forms['MyForm'],this,event); return false;"> <ice:graphicImage value="images/helpIcon.gif"/> </ice:panelGrid> </f:facet>

      Description

      Feature Request: Add the capability to show/hide the panelCollapsible component when the user hovers over the header section. Similar functionality to the menuBar component.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated: