add Ext.tip
parent
9192cd6753
commit
b3bd55b4ff
|
@ -33,6 +33,8 @@ def getCmp(id):
|
||||||
def getBody():
|
def getBody():
|
||||||
return js.JsNode('Ext.getBody()')
|
return js.JsNode('Ext.getBody()')
|
||||||
|
|
||||||
|
tip = js.JsNode('Ext.tip')
|
||||||
|
|
||||||
class Component(js.JsObject):
|
class Component(js.JsObject):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super(Component, self).__init__(*args, **kwargs)
|
super(Component, self).__init__(*args, **kwargs)
|
||||||
|
|
Loading…
Reference in New Issue