Source for file html.ext.php

Documentation is available at html.ext.php

  1. <?php
  2. /**
  3. * NAJAX_HTML Extension File.
  4. *
  5. * <p>This file initialized the NAJAX_HTML extension
  6. * and installs all necessary server observers.</p>
  7. * <p>Note that this file is not included directly.
  8. * You should add the extension manually to the
  9. * extensions configuration file.</p>
  10. *
  11. * @author Stanimir Angeloff
  12. *
  13. * @package NAJAX
  14. *
  15. * @subpackage NAJAX_HTML
  16. *
  17. * @version 0.4.1.0
  18. *
  19. */
  20.  
  21. /**
  22. * Load the class that defines the NAJAX_HTML Server observer.
  23. */
  24. require_once(NAJAX_HTML_BASE . '/classes/ServerObserver.class.php');
  25.  
  26. NAJAX_Server::addObserver(new NAJAX_HTML_ServerObserver());
  27.  
  28. NAJAX_Utilities::extensionHeader('html', 'js/html.js', 'js/html_optimized.js');
  29.  
  30. ?>

Documentation generated on Tue, 20 Sep 2005 21:40:05 +0300 by phpDocumentor 1.3.0RC3