diff --git a/orun/extjs/base.py b/orun/extjs/base.py index 086942f..2e08897 100644 --- a/orun/extjs/base.py +++ b/orun/extjs/base.py @@ -32,6 +32,8 @@ def get(id): def getCmp(id): return js.JsNode('Ext.getCmp(\'%s\')' % id) +def getBody(): + return js.JsNode('Ext.getBody()') class Component(js.JsObject): def __init__(self, *args, **kwargs):