Source for file jResponseXulDialog.class.php

Documentation is available at jResponseXulDialog.class.php

  1. <?php
  2. /**
  3. @package     jelix
  4. @subpackage  core_response
  5. @author      Laurent Jouanneau
  6. @contributor
  7. @copyright   2005-2006 Laurent Jouanneau
  8. @link        http://www.jelix.org
  9. @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
  10. */
  11.  
  12. /**
  13. *
  14. */
  15. require_once(JELIX_LIB_RESPONSE_PATH.'jResponseXul.class.php');
  16.  
  17. /**
  18. * Generate a XUL dialog
  19. @package  jelix
  20. @subpackage core_response
  21. @see jResponseXul
  22. */
  23. class jResponseXulDialog extends jResponseXul {
  24.     protected $_type =  'xuldialog';
  25.     protected $_root = 'dialog';
  26. }
  27. ?>

Documentation generated on Wed, 07 Sep 2011 13:47:52 +0200 by phpDocumentor 1.4.3