Version

showEditor Method

Displays the editor in a specified location.
Syntax
ASP.NET Ajax Javascript (Specification) 
function showEditor( 
   left : Integer,
   top : Integer,
   width : Integer,
   height : Integer,
   cssClass : String,
   parent : {Any}
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfTreeInternalEditor.showEditor(Integer,Integer,Integer,Integer,String,{Any});

Parameters

left
Left coordinate of the editor in pixels.
top
Top coordinate of the editor in pixels.
width
Width of the editor in pixels.
height
Height of the editor in pixels.
cssClass
Optional. CSS class to apply to the editor's main HTML element.
parent
Optional. Parent HTML element if the editor needs to be reparented.
See Also