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
Shows and positions the editor.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function showEditor(
: Integer,
: Integer,
: Integer,
: Integer,
: String,
: {DomElement},
: GridCell
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfEditorProvider.showEditor(Integer,Integer,Integer,Integer,String,{DomElement},GridCell); |
Parameters
- top
- Top coordinate of the editor in pixels.
- left
- Left 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
- Parent HTML element if the editor needs to be reparented.
- cell
- Cell object of grid.
See Also