Table of Contents
beginEdit Method 

Puts the TreeNode into edit mode.

Syntax
JavaScript
 TreeNode.beginEdit(newText, submit)

Parameters

newText
The new initial text. Omit this parameter if you want to use the current node text as the initial text.
submit
true to submit the change immediately without displaying the textbox.
See Also