X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.form.Radio.json;fp=docs%2Fsymbols%2FRoo.form.Radio.json;h=e28add54d117b3d6afe96940d60d3ffb2bc67ad7;hp=9f8f5dff4cd3549789f5a68937af72c1937793d5;hb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;hpb=5ecba872c79bd4b91f172e96b81bab55cf009a12 diff --git a/docs/symbols/Roo.form.Radio.json b/docs/symbols/Roo.form.Radio.json index 9f8f5dff4c..e28add54d1 100644 --- a/docs/symbols/Roo.form.Radio.json +++ b/docs/symbols/Roo.form.Radio.json @@ -37,181 +37,244 @@ "name" : "inputType", "type" : "String", "desc" : "The type attribute for input fields -- e.g. radio, text, password (defaults to \"text\").", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "listeners", "type" : "Object", "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", - "memberOf" : "Roo.util.Observable" + "memberOf" : "Roo.util.Observable", + "isOptional" : false, + "optvalues" : [] }, { "name" : "msgFx", "type" : "String", "desc" : "Experimental The effect used when displaying a validation message under the field (defaults to 'normal').", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "inputValue", "type" : "String", "desc" : "The value that should go into the generated input element's value attribute", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "fieldLabel", "type" : "String", "desc" : "Label to use when rendering a form.", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "validationDelay", "type" : "Number", "desc" : "The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "msgTarget", "type" : "String", "desc" : "The location where error text should display. Should be one of the following values (defaults to 'qtip'):\n
\nValue         Description\n-----------   ----------------------------------------------------------------------\nqtip          Display a quick tip when the user hovers over the field\ntitle         Display a default browser title attribute popup\nunder         Add a block div beneath the field containing the error text\nside          Add an error icon to the right of the field with a popup on hover\n[element id]  Add the error text directly to the innerHTML of the specified element\n
", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "hideMode", "type" : "String", - "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".", - "memberOf" : "Roo.Component" + "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display", + "memberOf" : "Roo.Component", + "isOptional" : false, + "optvalues" : [ + "display", + "visibility" + ] }, { "name" : "disabled", "type" : "Boolean", "desc" : "True to disable the field (defaults to false).", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "value", "type" : "Mixed", "desc" : "A value to initialize this field with.", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "allowDomMove", "type" : "Boolean", "desc" : "Whether the component can move the Dom node when rendering (defaults to true).", - "memberOf" : "Roo.Component" + "memberOf" : "Roo.Component", + "isOptional" : false, + "optvalues" : [] }, { "name" : "tabIndex", "type" : "Number", "desc" : "The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "readOnly", "type" : "Boolean", "desc" : "True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "invalidClass", "type" : "String", "desc" : "The CSS class to use when marking a field invalid (defaults to \"x-form-invalid\")", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "cls", "type" : "String", "desc" : "A CSS class to apply to the field's underlying element.", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "autoCreate", "type" : "String/Object", "desc" : "A DomHelper element spec, or true for a default element spec (defaults to\n{tag: \"input\", type: \"checkbox\", autocomplete: \"off\"})", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "valueOff", "type" : "String", "desc" : "The value that should go into the generated input element's value when unchecked.", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "invalidText", "type" : "String", "desc" : "The error text to use when marking a field invalid and no message is provided (defaults to \"The value in this field is invalid\")", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "actionMode", "type" : "String", "desc" : "which property holds the element that used for hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl", - "memberOf" : "Roo.Component" + "memberOf" : "Roo.Component", + "isOptional" : false, + "optvalues" : [] }, { "name" : "boxLabel", "type" : "String", "desc" : "The text that appears beside the checkbox", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "width", "type" : "Number", "desc" : "width (optional) size of component", - "memberOf" : "Roo.BoxComponent" + "memberOf" : "Roo.BoxComponent", + "isOptional" : false, + "optvalues" : [] }, { "name" : "validateOnBlur", "type" : "Boolean", "desc" : "Whether the field should validate when it loses focus (defaults to true).", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "validationEvent", "type" : "String/Boolean", "desc" : "The event that should initiate field validation. Set to false to disable\n automatic validation (defaults to \"keyup\").", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "fieldClass", "type" : "String", "desc" : "The default CSS class for the checkbox (defaults to \"x-form-field\")", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "checked", "type" : "Boolean", "desc" : "True if the the checkbox should render already checked (defaults to false)", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "focusClass", "type" : "String", "desc" : "The CSS class to use when the checkbox receives focus (defaults to undefined)", - "memberOf" : "Roo.form.Checkbox" + "memberOf" : "Roo.form.Checkbox", + "isOptional" : false, + "optvalues" : [] }, { "name" : "name", "type" : "String", "desc" : "The field's HTML name attribute.", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "qtip", "type" : "String", "desc" : "Mouse over tip", - "memberOf" : "Roo.form.Field" + "memberOf" : "Roo.form.Field", + "isOptional" : false, + "optvalues" : [] }, { "name" : "height", "type" : "Number", "desc" : "height (optional) size of component", - "memberOf" : "Roo.BoxComponent" + "memberOf" : "Roo.BoxComponent", + "isOptional" : false, + "optvalues" : [] }, { "name" : "disableClass", "type" : "String", "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").", - "memberOf" : "Roo.Component" + "memberOf" : "Roo.Component", + "isOptional" : false, + "optvalues" : [] } ], "methods" : [