ICEfaces
  1. ICEfaces
  2. ICE-1778

ContextMenu for ICEfaces components

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#5
    • Fix Version/s: 1.7Beta1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any
    • Support Case References:
      #4122, #4137

      Description

      Users demand a contextMenu which opens after a right click on an ICEfaces component.

      Example: right clicking on a dataTable's row should open a contextMenu with specific actions to be performed on the selected row

        Issue Links

          Activity

          Hide
          Wolfgang Schröder added a comment -

          The component behind contextMenu and it's kind of integration may also be used as a context-sensitive help like this:

          <ice:contextHelp id="myDialogHelp" value="#

          {helpBean.topics}

          ">
          <f:facet name="enable">
          <ice:outputText value="Enable Help on Mouse Over"/>
          </f:facet>
          <f:facet name="enable">
          <ice:outputText value="Disable Help on Mouse Over"/>
          </f:facet>
          </ice:contextHelp>

          Behaviour: When enabled, everytime the mouse hover over any component and a help-topic is defined for it's id, a help-popup displays automatically (and disappears also on mouse-out.
          The topic-data may deliver help-texts with headline against the components id under question.

          Alternatively it would be nice, to be able to link a kind of massage-panel to the ice:contextHelp, whic would display the help-topic instead of the popup:
          <:ice:messagePanel id="helpMessages" for="myDialogHelp"/>

          It would even be possible, to generate a complete "Application-Help-Handbook". Of course, the topic-data has to reflect these advanced structures.

          Show
          Wolfgang Schröder added a comment - The component behind contextMenu and it's kind of integration may also be used as a context-sensitive help like this: <ice:contextHelp id="myDialogHelp" value="# {helpBean.topics} "> <f:facet name="enable"> <ice:outputText value="Enable Help on Mouse Over"/> </f:facet> <f:facet name="enable"> <ice:outputText value="Disable Help on Mouse Over"/> </f:facet> </ice:contextHelp> Behaviour: When enabled, everytime the mouse hover over any component and a help-topic is defined for it's id, a help-popup displays automatically (and disappears also on mouse-out. The topic-data may deliver help-texts with headline against the components id under question. Alternatively it would be nice, to be able to link a kind of massage-panel to the ice:contextHelp, whic would display the help-topic instead of the popup: <:ice:messagePanel id="helpMessages" for="myDialogHelp"/> It would even be possible, to generate a complete "Application-Help-Handbook". Of course, the topic-data has to reflect these advanced structures.

            People

            • Assignee:
              Unassigned
              Reporter:
              Michael Thiem
            • Votes:
              6 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: