DojoTreeNode

DojoTreeNode レコードは、ツリーを構成する要素を作成します。

プロパティー

children
ノードのサブエレメントを定義し、サブエレメントを大括弧で囲み、各 DojoTreeNode レコードをコンマで区切ります。
children = [ new DojoTreeNode { id = node_id, text = node_text },
             new DojoTreeNode { id = node_id, text = node_name }
           ]
id
このツリー・ノードの必須 ID
text
ノードの名前

フィードバック