Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-467

Support for partial rendering for the (old) tree

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.11
    • 1.0.12
    • Themes
    • None
    • All

    Description

      Added support for partial rendering and onclick for the (old) tree. And it's now possible to use multi node selection and
      the treeNodeCommand together. Source code is attached.

      Example:

      <tc:tree id="sendungenTree"
      value="#

      {sendungenController.resultTree}

      "
      state="#

      {sendungenController.treeState}

      "
      idReference="userObject.id"
      nameReference="userObject.name"
      showIcons="true"
      showJunctions="true"
      showRootJunction="false"
      showRoot="false"
      selectable="multiLeafOnly"
      mutable="false">
      <f:facet name="treeNodeCommand">
      <tc:command action="#

      {sendungenController.treeAction}

      ">
      <tc:attribute name="renderedPartially" value=":sendungPage:resultView:panel"/>
      </tc:command>
      </f:facet>
      </tc:tree>

      or

      <f:facet name="treeNodeCommand">
      <tc:command onclick="doSomething()"/>
      </f:facet>

      Attachments

        1. treeNodeCommand2.diff
          2 kB
          Helmut Swaczinna
        2. treeNodeCommand.diff
          5 kB
          Helmut Swaczinna

        Issue Links

          Activity

            People

              bommel Bernd Bohmann
              swaczinna Helmut Swaczinna
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: