undo last feature
parent
43a41f577f
commit
b59a27d561
|
@ -27,13 +27,9 @@ def createByAlias(alias, args={}):
|
||||||
return _create('createByAlias', alias, args)
|
return _create('createByAlias', alias, args)
|
||||||
|
|
||||||
def get(id):
|
def get(id):
|
||||||
if isinstance(id, js.JsObject):
|
|
||||||
id = id._id
|
|
||||||
return js.JsNode('Ext.get(\'%s\')' % id)
|
return js.JsNode('Ext.get(\'%s\')' % id)
|
||||||
|
|
||||||
def getCmp(id):
|
def getCmp(id):
|
||||||
if isinstance(id, js.JsObject):
|
|
||||||
id = id._id
|
|
||||||
return js.JsNode('Ext.getCmp(\'%s\')' % id)
|
return js.JsNode('Ext.getCmp(\'%s\')' % id)
|
||||||
def getBody():
|
def getBody():
|
||||||
return js.JsNode('Ext.getBody()')
|
return js.JsNode('Ext.getBody()')
|
||||||
|
|
Loading…
Reference in New Issue