Sodium: Türkiye'nin Programlama Dili
Ctrlk
  • Sodium Home Page
  • Getting Started
  • Installation & Configuration
  • Frequently Asked Questions
  • How to
  • Contributers
  • Roadmap
  • About Me
  • Version History
    • Change Log
    • Things To Do
    • Known Issues
  • LANGUAGE REFERENCE
    • Program Structure
    • Built-in Functions
    • Built-in Triggers
    • TAGs
      • Data Block
      • Control Block
      • Data List
      • Tree Element
      • Table TAG
      • Inputs
    • Native SQL support
    • Lexical Elements
    • CSS Themes
    • Scopes
    • Connection
  • Development
    • IDE
    • Debugging
  • SODIUM DEVELOPMENT
    • Sodium Development Home Page
    • Getting Started
Powered by GitBook
On this page
  • Description
  • Declaration
  • Properties
  • id property
  • Triggers
  • "tree_node_expanded" Trigger
  • "tree_node_selected" Trigger
  • Allowed Inner HTML Elements
  • Built-in Functions
  • populate_tree
  • to_json
  • refresh_tree_node
  • See also

Was this helpful?

  1. LANGUAGE REFERENCE
  2. TAGs

Tree Element

Description

An interactive tree component.

Declaration

<tree id = ""></tree>

Properties

id property

Triggers

"tree_node_expanded" Trigger

"tree_node_selected" Trigger

Allowed Inner HTML Elements

None

Built-in Functions

populate_tree

to_json

refresh_tree_node

See also

How to: use Recordset variable and to_json function for populating a tree node. For detailed information: https://www.jstree.com/

PreviousData ListNextTable TAG

Last updated 5 years ago

Was this helpful?