Skip to content

Instantly share code, notes, and snippets.

@modxws
Created August 5, 2013 14:18
Show Gist options
  • Save modxws/6156258 to your computer and use it in GitHub Desktop.
Save modxws/6156258 to your computer and use it in GitHub Desktop.
Ext.onReady(function() {
var myDiv1 = Ext.get('div1');
myDiv1.insertFirst({
tag : 'div',
html : 'Дочерний элемент вставленный перед контейнером div1',
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment