ITPGroup

Descendant of ITPPageElement, representing one group on a form. It adds the functionality of expanding and collapsing of groups. It shows/hides automatically by picking up relevant messages about value changes ("group toggling"). It may be associated with a preview URL and automatically adds icons for e.g., expand/collapse, and preview, if necessary.

constructor

ITPGroup

Simple initialization of local variables.

public methods

expand

Makes sure the group, if expandable, is expanded.

collapse

Makes sure the group, if expandable, is collapsed.

toggle

Makes sure the group, if expandable, changes its expand state.

overrides

 

initialise

Makes sure the expand state is initialized correctly.

initScreenElements

Lifts the group representation to include group expanders, preview links etc.

show()

Shows the group container by folding it.

hide()

Hides the group container.

processMessage

Processes value change messages in order to implement group toggling. Also used to connect the group to its toggler in the case of a Content Wizard.

other methods

 

-