The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

setEditable Method

Sets ability to edit.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setEditable( 
   value : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFlagsObject.setEditable(Boolean);

Parameters

value
True: editable.
See Also