diff --git a/orun/extjs/base.py b/orun/extjs/base.py index 8c11d50..c60b70d 100644 --- a/orun/extjs/base.py +++ b/orun/extjs/base.py @@ -33,6 +33,8 @@ def getCmp(id): def getBody(): return js.JsNode('Ext.getBody()') +tip = js.JsNode('Ext.tip') + class Component(js.JsObject): def __init__(self, *args, **kwargs): super(Component, self).__init__(*args, **kwargs)