Version

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();
See Also