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

Tree with inline structure

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 5.x
    • Core
    • None

    Description

      Currently, a tree is build with a list of tree nodes and tc:tree must contain a tc:treeNode.

      It should be possible to describe a tree only with tc:link within a tc:tree, like:

      <tc:tree>
        <tc:link label="root" omit="true">
          <tc:link label="Node 1" omit="true">
            <tc:link label="SubNode 1" outcome="..."/>
            <tc:link label="SubNode 2" outcome="..."/>
          </tc:link>
          <tc:link label="Node 2" omit="true">
            <tc:link label="SubNode 1" outcome="..."/>
            <tc:link label="SubNode 2" outcome="..."/>
          </tc:link>
        </tc:link>
      </tc:tree>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            hnoeth Henning Nöth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: