content.htm 550 B

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