LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


openEditor(name, item)

Displays an editor for specified item and starts the editing process in TreeView.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeView directive
itemObjectThe item that is edited

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUITreeViewService.

A call to this method will trigger beforeEdit event. By handling this event you can prevent editing of specified item using your own custom conditions. You can also update the editing object when custom editor is used.

Version Information

Supported in: v2.1

Articles & Samples

See Also