The difference between renderTo and applyTo in ExtJS Understanding and thinking about applyTo and renderToPersonally, I think these two articles are not popular enough. Write a simple example to see what code is finally generated, Copy the code The code is as follows: RenderTo and ApplyTo <br>Ext.onReady (function() { <br>var button = new Ext.Button({ <br>renderTo: 'button', <br>text:'OK' <br>}); <br><br>}); <br> sadfa