Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getEditingInput Method
Returns html element which is used to edit text in TabItem.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getEditingInput() : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebTab.getEditingInput(); |
Return Value
Reference to INPUT.
See Also