Version

inputElement Property

Gets a reference to the input HTML element if it exists in the editor. Returns first child of the main element. Can be overriden by the inherited provider if the input element is not the first child.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_inputElement() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEditorProvider.get_inputElement();
See Also