Advanced User Interface Controls and Components
Occurs when item receives the input focus.
Param | Type | Details |
---|---|---|
e | Object | An event object which contains the item |
This event can be handled by creating a function in your application controller and applying it as value to an attribute in TreeView directive:
The events attribute has a higher priority than the item-checked-changing attribute. If both attributes are set, the value from events attribute is used.
Supported in: v2.0.
Learn how to edit the text of tree items in AngularJS TreeView directive. Item text can be changed using a label editor which is shown on demand.
A demonstration on how to add new items dynamically in the IntegralUI TreeView for Web, AngularjJS Directive.