LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


updateCheckValues(name, item)

Updates the values of checkboxes in TreeView directive when three state checkboxes are in use.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
item (optional)ObjectValues of checkboxes in all parent and child items related to specified item will be updated

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUITreeViewService.

Used when cascading changes in values of checkboxes for parent-child items are required. When item is provided, values of checkboxes in all parent and child items related to specified item will become updated.

Version Information

Supported in: v2.0.

See Also