docs/src/Roo_bootstrap_Card.js.html
[roojs1] / docs / symbols / Roo.Editor.json
index 12495d0..6b67107 100644 (file)
@@ -35,7 +35,7 @@
       "type" : "Object",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
       "memberOf" : "Roo.util.Observable",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -43,7 +43,7 @@
       "type" : "Boolean",
       "desc" : "False to keep the bound element visible while the editor is displayed (defaults to true)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -51,7 +51,7 @@
       "type" : "String",
       "desc" : "The position to align to (see {@link Roo.Element#alignTo} for more details, defaults to \"c-c?\").",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -59,7 +59,7 @@
       "type" : "Boolean",
       "desc" : "True to constrain the editor to the viewport",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean/String",
       "desc" : "\"sides\" for sides/bottom only, \"frame\" for 4-way shadow, and \"drop\"\nfor bottom-right shadow (defaults to \"frame\")",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "name" : "hideMode",
       "type" : "String",
-      "desc" : "How this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
+      "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",
-      "values" : [
-        "(display",
-        "visibility)"
+      "optvals" : [
+        "display",
+        "visibility"
       ]
     },
     {
@@ -85,7 +85,7 @@
       "type" : "Mixed",
       "desc" : "The data value of the underlying field (defaults to \"\")",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -93,7 +93,7 @@
       "type" : "Boolean",
       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
       "memberOf" : "Roo.Component",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean",
       "desc" : "True to cancel the edit when the escape key is pressed (defaults to false)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "name" : "actionMode",
       "type" : "String",
-      "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el'",
+      "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",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean",
       "desc" : "True to complete the edit when the enter key is pressed (defaults to false)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean",
       "desc" : "True to automatically revert the field value and cancel the edit when the user completes an edit and the field\nvalidation fails (defaults to true)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "String",
       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
       "memberOf" : "Roo.Component",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean",
       "desc" : "True to skip the the edit completion process (no save, no events fired) if the user completes an edit and\nthe value has not changed (defaults to false).  Applies only to string values - edits for other data types\nwill never be ignored.",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean/String",
       "desc" : "True for the editor to automatically adopt the size of the underlying field, \"width\" to adopt the width only,\nor \"height\" to adopt the height only (defaults to false)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
       "type" : "Boolean",
       "desc" : "True to update the innerHTML of the bound element when the update completes (defaults to false)",
       "memberOf" : "Roo.Editor",
-      "values" : [
+      "optvals" : [
       ]
     }
   ],
     {
       "name" : "beforestartedit",
       "desc" : "Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning\nfalse from the handler of this event.",
-      "memberOf" : "",
+      "memberOf" : "Roo.Editor",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "beforecomplete",
       "desc" : "Fires after a change has been made to the field, but before the change is reflected in the underlying\nfield.  Saving the change to the field can be canceled by returning false from the handler of this event.\nNote that if the value has not changed and ignoreNoChange = true, the editing will still end but this\nevent will not fire since no edit actually occurred.",
-      "memberOf" : "",
+      "memberOf" : "Roo.Editor",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "complete",
       "desc" : "Fires after editing is complete and any changed value has been written to the underlying field.",
-      "memberOf" : "",
+      "memberOf" : "Roo.Editor",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "specialkey",
       "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
-      "memberOf" : "",
+      "memberOf" : "Roo.Editor",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "startedit",
       "desc" : "Fires when this editor is displayed",
-      "memberOf" : "",
+      "memberOf" : "Roo.Editor",
       "example" : "",
       "deprecated" : "",
       "since" : "",