See Also
Org Chart Options
Getting and Setting Attributes
The setAttribute(name, value) method can be used to set the value of an Attribute:
Lianja.get("sectionid").setAttribute("title","Section1")
Note: the shortened form setAttr(name,value) is also available.
The getAttribute(name) method can be used to get the value of an Attribute:
cTitle = Lianja.get("sectionid").getAttribute("title")
Note: the shortened form getAttr(name) is also available.
Details
| Attribute
|
Description
|
| Name |
The name for this section (unique to the page)
|
| Meta types |
A comma separated list of metatype names
|
| Type |
The type of section: orgchart (readonly)
|
| Caption |
The section caption displayed in the section header
|
| Database |
The database for this section
|
| Table |
The table for this section
|
| Height |
The section height
|
| Fixed height |
Fix the section height (True | False)
|
| Auto layout percent |
Auto layout percentage of page size. If set to 0, then all sections on a page are resized to an equal height
|
| Readonly |
Section is readonly (True | False)
|
Appearance
Org Chart Options
| Attribute
|
Description
|
| Child ID column |
The column name for the Child ID column (this must be numeric).
|
| Parent ID column |
The column name for the Parent ID column (this must be numeric).
|
| Caption expression |
An expression that will be evaluated and displayed as the node caption (may contain HTML).
|
| Details expression |
An expression that will be evaluated and displayed as the node details beneath the caption (may contain HTML).
|
| Child key column |
The column that will be passed to the Click and DblClick delegates as an argument.
|
| Node width |
The display width of the nodes.
|
| Node height |
The display height of the nodes.
|
| Dynamic node backcolor |
Delegate to return the background color of the node for the current record being processed.
|
| Dynamic node forecolor |
Delegate to return the foreground color of the node for the current record being processed.
|
| Custom delegate library |
Custom library containing the dynamic color delegates
|
| Filter |
The filter expression that restricts which records will be included in the Org Chart
|
| Other options |
Other custom Org Chart options, e.g. name=value&name2=value2
|
Related Data
Search Panel
Subtitle
Other Options
| Attribute
|
Description
|
| Hide form NavBar |
Hide form Navigation Bar at runtime if this section is in an Accordion Stack (True | False)
|
| Collapsable |
The section is collapsible at runtime (True | False)
|
| Exclude from accordion |
The section is excluded from accordion behavior at runtime (True | False)
|
Custom Delegates
| Attribute
|
Description
|
| Scripting language |
The default scripting language for custom code in this section (Inherit | Recital | Visual FoxPro | Python | JavaScript | PHP)
|
| Custom library |
The filename of the library containing code for event handlers and custom procedures/functions
|
| Expanded |
The delegate for the Expanded event
|
| Collapsed |
The delegate for the Collapsed event
|
| Init |
The delegate for the Init event
|
| Destroy |
The delegate for the Destroy event
|
| Load |
The delegate for the Load event
|
| Ready |
The delegate for the Ready event
|
| Unload |
The delegate for the Unload event
|
| Click |
The delegate for the Click event
|
| Double Click |
The delegate for the Double Clicked event
|
| Parent data changed |
The delegate for the ParentDataChanged event
|
| Timer |
The delegate for the Timer event
|
| Timer interval |
The timer interval in seconds that the Timer event will be called at runtime
|
| Custom footer menu |
The delegate for the footer menu event
|
| Custom search command |
The delegate for the search event
|
| Custom section menu |
The delegate for the section menu event
|
Permissions and Roles
| Attribute
|
Description
|
| Create roles |
A comma separated list of roles that can perform create operations on data in the section
|
| Read roles |
A comma separated list of roles that can read (and view) the section
|
| Update roles |
A comma separated list of roles that can perform update operations on data in the section
|
| Delete roles |
A comma separated list of roles that can perform delete operations on data in the section
|
UI Presentation Rules
| Attribute
|
Description
|
| Desktop |
Include this section in a Desktop client (True | False).
|
| Web |
Include this section in a Web client (True | False).
|
| Tablet |
Include this section in a Tablet client (True | False).
|
| Phone |
Include this section in a Phone client (True | False).
|
| UI States |
UI states that affect this section. Specify multiple states as a comma separated list.
|
| Initial UI state |
The initial UI state for this section. This will be applied to the section and all its fields and gadgets.
|
| Readonly when |
Section is readonly at runtime if specified expression evaluates to true.
|
| Visible when |
Section is visible at runtime if specified expression evaluates to true.
|
| Display orientation |
Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape)
|
| Apply rules on change |
Apply UI presentation rules (Visible when and Readonly when) when data is changed interactively or when navigating records (True | False).
|
| Apply rules on parent change |
Apply section UI presentation rules (Visible when and Readonly when) when parent data is changed by navigating records (True | False)
|