Tree View : Form component

Tree View : Form component

Comments

  • Unknown
    edited November 2023

    Tree view is a Form component found under Data -> Tree View. It is used to display Strings and outputs the selected string.
    Tree view shows the Root node and sub nodes under root node.
    It accept an input data in a specific format.
    For example , to accomplish: abc aaa bbb ccc 123 111 222 333,
    The input needs to provided in following format :
    abc/aaa
    abc/bbb
    abc/ccc

    123/111
    123/222
    123/333

    Here, the Root nodes are abc and 123.
    And aaa,bbb,ccc and 111,222,333 are sub nodes under root nodes respectively.

    To provide the inputs to the Tree view, you can check the static input checkbox in the components properties
    and specify the Input data in the Tree nodes.

    Or you can provide the constant data in the Flow Designer -> Input data.

    Tree view has an ability to Highligh the Default Item in the Tree using Default Item property.
    [i]edited by akshada@decisions.com on 9/7/2018[/i]

Sign In or Register to comment.