docs/_home_alan_gitlive_roojs1_Roo_Editor.js.cache
authorAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 16:20:57 +0000 (00:20 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 16:20:57 +0000 (00:20 +0800)
docs/_home_alan_gitlive_roojs1_Roo_Editor.js.cache [new file with mode: 0644]

diff --git a/docs/_home_alan_gitlive_roojs1_Roo_Editor.js.cache b/docs/_home_alan_gitlive_roojs1_Roo_Editor.js.cache
new file mode 100644 (file)
index 0000000..bffef5d
--- /dev/null
@@ -0,0 +1,1967 @@
+{
+  "*object": "SymbolSet",
+  "_index": {
+    "Roo.Editor": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.form.Field",
+          "name": "field",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The Field object (or descendant)"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Object",
+          "name": "config",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The config object"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "CONSTRUCTOR",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.form.Field",
+          "name": "field",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The Field object (or descendant)"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Object",
+          "name": "config",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The config object"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "autosize": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean/String",
+          "name": "autosize",
+          "isOptional": false,
+          "defaultValue": "",
+          "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"
+        },
+        "revertInvalid": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "revertInvalid",
+          "isOptional": false,
+          "defaultValue": "",
+          "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"
+        },
+        "ignoreNoChange": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "ignoreNoChange",
+          "isOptional": false,
+          "defaultValue": "",
+          "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"
+        },
+        "hideEl": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "hideEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "False to keep the bound element visible while the editor is displayed (defaults to true)",
+          "memberOf": "Roo.Editor"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@class Roo.Editor\n@extends Roo.Component\n@desc A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.\n@constructor\nCreate a new Editor\n@param {Roo.form.Field} field The Field object (or descendant)\n@param {Object} config The config object\n \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "class",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Roo.Editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "extends",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Roo.Component"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic."
+          },
+          {
+            "*object": "DocTag",
+            "title": "constructor",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Create a new Editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Roo.form.Field",
+            "name": "field",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The Field object (or descendant)"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Object",
+            "name": "config",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The config object"
+          },
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean/String",
+            "name": "autosize",
+            "isOptional": false,
+            "defaultValue": "",
+            "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"
+          },
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "revertInvalid",
+            "isOptional": false,
+            "defaultValue": "",
+            "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"
+          },
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "ignoreNoChange",
+            "isOptional": false,
+            "defaultValue": "",
+            "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"
+          },
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "hideEl",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "False to keep the bound element visible while the editor is displayed (defaults to true)",
+            "memberOf": "Roo.Editor"
+          }
+        ]
+      },
+      "_name": "Roo.Editor",
+      "name": "Roo.Editor",
+      "alias": "Roo.Editor",
+      "desc": "A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.",
+      "classDesc": "Roo.Editor",
+      "augments": [
+        {
+          "*object": "DocTag",
+          "title": "extends",
+          "type": "",
+          "name": "",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Roo.Component"
+        }
+      ],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#*beforestartedit": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.Element",
+          "name": "boundEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The underlying element bound to this editor"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The field value being set"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.Element",
+          "name": "boundEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The underlying element bound to this editor"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The field value being set"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@event beforestartedit\n@desc Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning\nfalse from the handler of this event.\n@param {Editor} this\n@param {Roo.Element} boundEl The underlying element bound to this editor\n@param {Mixed} value The field value being set\n\t     \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "event",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "beforestartedit"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning\nfalse from the handler of this event."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Editor",
+            "name": "this",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": ""
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Roo.Element",
+            "name": "boundEl",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The underlying element bound to this editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The field value being set"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#*beforestartedit",
+      "name": "Roo.Editor#*beforestartedit",
+      "alias": "Roo.Editor#*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.",
+      "isEvent": true,
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#*startedit": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.Element",
+          "name": "boundEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The underlying element bound to this editor"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The starting field value"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.Element",
+          "name": "boundEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The underlying element bound to this editor"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The starting field value"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@event startedit\n@desc Fires when this editor is displayed\n@param {Roo.Element} boundEl The underlying element bound to this editor\n@param {Mixed} value The starting field value\n\t     \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "event",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "startedit"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Fires when this editor is displayed"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Roo.Element",
+            "name": "boundEl",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The underlying element bound to this editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The starting field value"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#*startedit",
+      "name": "Roo.Editor#*startedit",
+      "alias": "Roo.Editor#*startedit",
+      "desc": "Fires when this editor is displayed",
+      "isEvent": true,
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#*beforecomplete": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The current field value"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "startValue",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The original field value"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The current field value"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "startValue",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The original field value"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@event beforecomplete\n@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.\n@param {Editor} this\n@param {Mixed} value The current field value\n@param {Mixed} startValue The original field value\n\t     \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "event",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "beforecomplete"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "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."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Editor",
+            "name": "this",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": ""
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The current field value"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "startValue",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The original field value"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#*beforecomplete",
+      "name": "Roo.Editor#*beforecomplete",
+      "alias": "Roo.Editor#*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.",
+      "isEvent": true,
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#*complete": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The current field value"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "startValue",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The original field value"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Editor",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The current field value"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "startValue",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The original field value"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@event complete\n@desc Fires after editing is complete and any changed value has been written to the underlying field.\n@param {Editor} this\n@param {Mixed} value The current field value\n@param {Mixed} startValue The original field value\n\t     \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "event",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "complete"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Fires after editing is complete and any changed value has been written to the underlying field."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Editor",
+            "name": "this",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": ""
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The current field value"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "startValue",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The original field value"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#*complete",
+      "name": "Roo.Editor#*complete",
+      "alias": "Roo.Editor#*complete",
+      "desc": "Fires after editing is complete and any changed value has been written to the underlying field.",
+      "isEvent": true,
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#*specialkey": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.form.Field",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.EventObject",
+          "name": "e",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The event object"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.form.Field",
+          "name": "this",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": ""
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Roo.EventObject",
+          "name": "e",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The event object"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@event specialkey\n@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.\n@param {Roo.form.Field} this\n@param {Roo.EventObject} e The event object\n         \n",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "event",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "specialkey"
+          },
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "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."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Roo.form.Field",
+            "name": "this",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": ""
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Roo.EventObject",
+            "name": "e",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The event object"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#*specialkey",
+      "name": "Roo.Editor#*specialkey",
+      "alias": "Roo.Editor#*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.",
+      "isEvent": true,
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#value": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "value": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The data value of the underlying field (defaults to \"\")",
+          "memberOf": "Roo.Editor#value"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Mixed} value\nThe data value of the underlying field (defaults to \"\")\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The data value of the underlying field (defaults to \"\")",
+            "memberOf": "Roo.Editor#value"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#value",
+      "name": "Roo.Editor#value",
+      "alias": "Roo.Editor#value",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#alignment": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "alignment": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "String",
+          "name": "alignment",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The position to align to (see {@link Roo.Element#alignTo} for more details, defaults to \"c-c?\").",
+          "memberOf": "Roo.Editor#alignment"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {String} alignment\nThe position to align to (see {@link Roo.Element#alignTo} for more details, defaults to \"c-c?\").\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "String",
+            "name": "alignment",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The position to align to (see {@link Roo.Element#alignTo} for more details, defaults to \"c-c?\").",
+            "memberOf": "Roo.Editor#alignment"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#alignment",
+      "name": "Roo.Editor#alignment",
+      "alias": "Roo.Editor#alignment",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#shadow": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "shadow": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean/String",
+          "name": "shadow",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "\"sides\" for sides/bottom only, \"frame\" for 4-way shadow, and \"drop\"\nfor bottom-right shadow (defaults to \"frame\")",
+          "memberOf": "Roo.Editor#shadow"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Boolean/String} shadow \"sides\" for sides/bottom only, \"frame\" for 4-way shadow, and \"drop\"\nfor bottom-right shadow (defaults to \"frame\")\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean/String",
+            "name": "shadow",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "\"sides\" for sides/bottom only, \"frame\" for 4-way shadow, and \"drop\"\nfor bottom-right shadow (defaults to \"frame\")",
+            "memberOf": "Roo.Editor#shadow"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#shadow",
+      "name": "Roo.Editor#shadow",
+      "alias": "Roo.Editor#shadow",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#constrain": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "constrain": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "constrain",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "True to constrain the editor to the viewport",
+          "memberOf": "Roo.Editor#constrain"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Boolean} constrain True to constrain the editor to the viewport\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "constrain",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "True to constrain the editor to the viewport",
+            "memberOf": "Roo.Editor#constrain"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#constrain",
+      "name": "Roo.Editor#constrain",
+      "alias": "Roo.Editor#constrain",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#completeOnEnter": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "completeOnEnter": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "completeOnEnter",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "True to complete the edit when the enter key is pressed (defaults to false)",
+          "memberOf": "Roo.Editor#completeOnEnter"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Boolean} completeOnEnter True to complete the edit when the enter key is pressed (defaults to false)\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "completeOnEnter",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "True to complete the edit when the enter key is pressed (defaults to false)",
+            "memberOf": "Roo.Editor#completeOnEnter"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#completeOnEnter",
+      "name": "Roo.Editor#completeOnEnter",
+      "alias": "Roo.Editor#completeOnEnter",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#cancelOnEsc": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "cancelOnEsc": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "cancelOnEsc",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "True to cancel the edit when the escape key is pressed (defaults to false)",
+          "memberOf": "Roo.Editor#cancelOnEsc"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Boolean} cancelOnEsc True to cancel the edit when the escape key is pressed (defaults to false)\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "cancelOnEsc",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "True to cancel the edit when the escape key is pressed (defaults to false)",
+            "memberOf": "Roo.Editor#cancelOnEsc"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#cancelOnEsc",
+      "name": "Roo.Editor#cancelOnEsc",
+      "alias": "Roo.Editor#cancelOnEsc",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#updateEl": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "OBJECT",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {
+        "updateEl": {
+          "*object": "DocTag",
+          "title": "cfg",
+          "type": "Boolean",
+          "name": "updateEl",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "True to update the innerHTML of the bound element when the update completes (defaults to false)",
+          "memberOf": "Roo.Editor#updateEl"
+        }
+      },
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@cfg {Boolean} updateEl True to update the innerHTML of the bound element when the update completes (defaults to false)\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "cfg",
+            "type": "Boolean",
+            "name": "updateEl",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "True to update the innerHTML of the bound element when the update completes (defaults to false)",
+            "memberOf": "Roo.Editor#updateEl"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#updateEl",
+      "name": "Roo.Editor#updateEl",
+      "alias": "Roo.Editor#updateEl",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "desc": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#startEdit": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "String/HTMLElement/Element",
+          "name": "el",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The element to edit"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "String",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "(optional) A value to initialize the editor with. If a value is not provided, it defaults\nto the innerHTML of el."
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "String/HTMLElement/Element",
+          "name": "el",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The element to edit"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "String",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "(optional) A value to initialize the editor with. If a value is not provided, it defaults\nto the innerHTML of el."
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Starts the editing process and shows the editor.\n@param {String/HTMLElement/Element} el The element to edit\n@param {String} value (optional) A value to initialize the editor with. If a value is not provided, it defaults\nto the innerHTML of el.\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Starts the editing process and shows the editor."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "String/HTMLElement/Element",
+            "name": "el",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The element to edit"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "String",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "(optional) A value to initialize the editor with. If a value is not provided, it defaults\nto the innerHTML of el."
+          }
+        ]
+      },
+      "_name": "Roo.Editor#startEdit",
+      "name": "Roo.Editor#startEdit",
+      "alias": "Roo.Editor#startEdit",
+      "desc": "Starts the editing process and shows the editor.",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#setSize": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Number",
+          "name": "width",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The new width"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Number",
+          "name": "height",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The new height"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Number",
+          "name": "width",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The new width"
+        },
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Number",
+          "name": "height",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The new height"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Sets the height and width of this editor.\n@param {Number} width The new width\n@param {Number} height The new height\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Sets the height and width of this editor."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Number",
+            "name": "width",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The new width"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Number",
+            "name": "height",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The new height"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#setSize",
+      "name": "Roo.Editor#setSize",
+      "alias": "Roo.Editor#setSize",
+      "desc": "Sets the height and width of this editor.",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#realign": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": false,
+        "src": "\n@desc Realigns the editor to the bound field based on the current alignment config value.\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Realigns the editor to the bound field based on the current alignment config value."
+          }
+        ]
+      },
+      "_name": "Roo.Editor#realign",
+      "name": "Roo.Editor#realign",
+      "alias": "Roo.Editor#realign",
+      "desc": "Realigns the editor to the bound field based on the current alignment config value.",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#completeEdit": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Boolean",
+          "name": "remainVisible",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Override the default behavior and keep the editor visible after edit (defaults to false)"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Boolean",
+          "name": "remainVisible",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Override the default behavior and keep the editor visible after edit (defaults to false)"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Ends the editing process, persists the changed value to the underlying field, and hides the editor.\n@param {Boolean} remainVisible Override the default behavior and keep the editor visible after edit (defaults to false)\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Ends the editing process, persists the changed value to the underlying field, and hides the editor."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Boolean",
+            "name": "remainVisible",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Override the default behavior and keep the editor visible after edit (defaults to false)"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#completeEdit",
+      "name": "Roo.Editor#completeEdit",
+      "alias": "Roo.Editor#completeEdit",
+      "desc": "Ends the editing process, persists the changed value to the underlying field, and hides the editor.",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#cancelEdit": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Boolean",
+          "name": "remainVisible",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Override the default behavior and keep the editor visible after\ncancel (defaults to false)"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Boolean",
+          "name": "remainVisible",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Override the default behavior and keep the editor visible after\ncancel (defaults to false)"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Cancels the editing process and hides the editor without persisting any changes.  The field value will be\nreverted to the original starting value.\n@param {Boolean} remainVisible Override the default behavior and keep the editor visible after\ncancel (defaults to false)\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Cancels the editing process and hides the editor without persisting any changes.  The field value will be\nreverted to the original starting value."
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Boolean",
+            "name": "remainVisible",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Override the default behavior and keep the editor visible after\ncancel (defaults to false)"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#cancelEdit",
+      "name": "Roo.Editor#cancelEdit",
+      "alias": "Roo.Editor#cancelEdit",
+      "desc": "Cancels the editing process and hides the editor without persisting any changes.  The field value will be\nreverted to the original starting value.",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#setValue": {
+      "*object": "Symbol",
+      "params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Any valid value supported by the underlying field"
+        }
+      ],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [
+        {
+          "*object": "DocTag",
+          "title": "param",
+          "type": "Mixed",
+          "name": "value",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "Any valid value supported by the underlying field"
+        }
+      ],
+      "properties": [],
+      "requires": [],
+      "returns": [],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Sets the data value of the editor\n@param {Mixed} value Any valid value supported by the underlying field\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Sets the data value of the editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "param",
+            "type": "Mixed",
+            "name": "value",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Any valid value supported by the underlying field"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#setValue",
+      "name": "Roo.Editor#setValue",
+      "alias": "Roo.Editor#setValue",
+      "desc": "Sets the data value of the editor",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "type": "",
+      "version": ""
+    },
+    "Roo.Editor#getValue": {
+      "*object": "Symbol",
+      "params": [],
+      "exceptions": [],
+      "inherits": [],
+      "isa": "FUNCTION",
+      "methods": [],
+      "_params": [],
+      "properties": [],
+      "requires": [],
+      "returns": [
+        {
+          "*object": "DocTag",
+          "title": "return",
+          "type": "Mixed",
+          "name": "",
+          "isOptional": false,
+          "defaultValue": "",
+          "desc": "The data value"
+        }
+      ],
+      "see": [],
+      "srcFile": "/home/alan/gitlive/roojs1/Roo/Editor.js",
+      "cfgs": {},
+      "comment": {
+        "*object": "DocComment",
+        "isUserComment": true,
+        "src": "\n@desc Gets the data value of the editor\n@return {Mixed} The data value\n     ",
+        "meta": "",
+        "tags": [
+          {
+            "*object": "DocTag",
+            "title": "desc",
+            "type": "",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "Gets the data value of the editor"
+          },
+          {
+            "*object": "DocTag",
+            "title": "return",
+            "type": "Mixed",
+            "name": "",
+            "isOptional": false,
+            "defaultValue": "",
+            "desc": "The data value"
+          }
+        ]
+      },
+      "_name": "Roo.Editor#getValue",
+      "name": "Roo.Editor#getValue",
+      "alias": "Roo.Editor#getValue",
+      "desc": "Gets the data value of the editor",
+      "type": "Mixed",
+      "augments": [],
+      "defaultValue": "",
+      "addOn": "",
+      "author": "",
+      "classDesc": "",
+      "deprecated": "",
+      "example": "",
+      "isEvent": false,
+      "isConstant": false,
+      "isIgnored": false,
+      "isInner": false,
+      "isNamespace": false,
+      "isPrivate": false,
+      "isStatic": false,
+      "memberOf": "",
+      "since": "",
+      "version": ""
+    }
+  }
+}
\ No newline at end of file