1
2
3
4
5
6
7
8
9
10
11
12
| <p>
| This is a small document fragment (not a full HTML page!) that has been loaded from the server. We can use any HTML content.
| </p>
|
| <p>
| The <b>ComponentLoader</b> class is <span style="color: red;">really</span> useful for loading remote content.
| <ul>
| <li><a target="_blank" href="http://sencha.com/products/extjs">Ext JS</a></li>
| <li><a target="_blank" href="http://sencha.com/products/touch">Sencha Touch</a></li>
| <li><a target="_blank" href="http://sencha.com/products/extgwt">Ext GWT</a></li>
| </ul>
| </p>
|
|