add Ext.tip

master
inpos 2018-08-11 18:29:52 +03:00
parent 9192cd6753
commit b3bd55b4ff
1 changed files with 2 additions and 0 deletions

View File

@ -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)