X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.form.Column.json;fp=docs%2Fsymbols%2FRoo.form.Column.json;h=5789a131a6ef2ff566ba84f0881e935521b47ffb;hp=893e3834b7895b9c193ad8694f62e77a4d1763a7;hb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;hpb=5ecba872c79bd4b91f172e96b81bab55cf009a12 diff --git a/docs/symbols/Roo.form.Column.json b/docs/symbols/Roo.form.Column.json index 893e3834b7..5789a131a6 100644 --- a/docs/symbols/Roo.form.Column.json +++ b/docs/symbols/Roo.form.Column.json @@ -64,79 +64,108 @@ "name" : "labelAlign", "type" : "String", "desc" : "Valid values are \"left,\" \"top\" and \"right\" (defaults to \"left\")", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "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" : "hideLabels", "type" : "Boolean", "desc" : "True to suppress the display of field labels in this layout (defaults to false)", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "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" : "style", "type" : "String/Object/Function", "desc" : "A style specification string, e.g. \"width:100px\", or object in the form {width:\"100px\"}, or\na function which returns such a specification.", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "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" : "labelWidth", "type" : "Number", "desc" : "Fixed width in pixels of all field labels (defaults to undefined)", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "isOptional" : false, + "optvalues" : [] }, { "name" : "labelSeparator", "type" : "String", "desc" : "The separator to use after field labels (defaults to ':')", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "isOptional" : false, + "optvalues" : [] }, { "name" : "autoCreate", "type" : "String/Object", "desc" : "A DomHelper element spec used to autocreate the column (defaults to {tag: 'div', cls: 'x-form-ct x-form-column'})", - "memberOf" : "" + "memberOf" : "", + "isOptional" : false, + "optvalues" : [] }, { "name" : "clear", "type" : "Boolean", "desc" : "True to add a clearing element at the end of this layout, equivalent to CSS clear: both (defaults to true)", - "memberOf" : "Roo.form.Layout" + "memberOf" : "Roo.form.Layout", + "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" : "width", "type" : "Number/String", "desc" : "The fixed width of the column in pixels or CSS value (defaults to \"auto\")", - "memberOf" : "" + "memberOf" : "", + "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" : [