Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inhalt:

...

API und Methoden:


Properties

AllowCollapse

Event triggered when allowCollapse is set to true and the user double clicks on a node with children.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setAllowCollapse(true);


AllowHTML

If set to true, names that includes HTML tags will be rendered as HTML.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setAllowHtml(true);


Size

'small', 'medium' or 'large'

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setSize(Size.MEDIUM);


NodeClass

A class name to assign to node elements. Apply CSS to this class name to specify colors or styles for the chart elements.

Code Block
languagejava
themeEclipse
linenumberstrue
orgChart.setNodeClass("...");


SelectedNodeClass

A class name to assign to selected node elements. Apply CSS to this class name to specify colors or styles for selected chart elements.

Code Block
languagejava
themeEclipse
linenumberstrue
this.
orgChart.setSelectedNodeClass("...");