Thank you for your feedback! You have rated this topic in the last 30 days.
spinOnReadOnly Property
Gets sets ability to modify value in controls by spin actions when read only is enabled. Note: new value does not persist to server. True: spin on read only
Syntax
ASP.NET Ajax Javascript (Specification)
function get_spinOnReadOnly() : Boolean
function set_spinOnReadOnly(value : Boolean)
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfWebTextEditor.get_spinOnReadOnly();