X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.Component.json;h=6210debf6a4ebb149b866d7d360bdaa9081aae64;hp=07ef9e4220a6aa35598db3cb41330e4a8d5e54f6;hb=bf93a181bcf69830bec36b29d1b1a33dc9ecd88e;hpb=5ecba872c79bd4b91f172e96b81bab55cf009a12 diff --git a/docs/symbols/Roo.Component.json b/docs/symbols/Roo.Component.json index 07ef9e4220..6210debf6a 100644 --- a/docs/symbols/Roo.Component.json +++ b/docs/symbols/Roo.Component.json @@ -213,31 +213,44 @@ "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" : "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" : "" + "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" : "", + "isOptional" : false, + "optvalues" : [ + "display", + "visibility" + ] }, { "name" : "allowDomMove", "type" : "Boolean", "desc" : "Whether the component can move the Dom node when rendering (defaults to true).", - "memberOf" : "" + "memberOf" : "", + "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" : "" + "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" : "" + "memberOf" : "", + "isOptional" : false, + "optvalues" : [] } ], "methods" : [