Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
showEditor Method
Displays the editor in a specified location.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function showEditor(
: Integer,
: Integer,
: Integer,
: Integer,
: String,
: {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