Source for file OCSP_FRMCONTR_AJAXLIST.phpclass

Documentation is available at OCSP_FRMCONTR_AJAXLIST.phpclass

  1. <?php
  2. /**
  3.   * Class file OCSP_FRMCONTR_AJAXLIST.phpclass
  4.   *
  5.   *
  6.   * @project    Open CSP-Management
  7.   * @package    forms
  8.   * @category   dbms_form
  9.   *
  10.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  11.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  12.   *
  13.   * @since  pk-07-07-02
  14.   *
  15.   ***/
  16.  
  17. require_once dirname(__FILE__)."/OCSP_FRMCONTR_LIST.phpclass";
  18.  
  19. /**
  20.   * class OCSP_FRMCONTR_AJAXLIST
  21.   *
  22.   * @project    Open CSP-Management
  23.   * @package    forms
  24.   * @category   dbms_form
  25.   *
  26.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  27.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  28.   *
  29.   * @since  pk-07-07-02
  30.   *
  31.   */
  32. {
  33.  
  34.     /*** Aggregations: */
  35.  
  36.  
  37.     /*** Compositions: */
  38.  
  39.  
  40.     /*** Attributes: */
  41.  
  42.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43.     // init methods
  44.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45.  
  46.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47.     // getter/setter methods
  48.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49.  
  50.     /**
  51.       * @param string $js_event 
  52.       * @param OCSP_AJAX_FUNCTION $ajaxFunc 
  53.       * @param string $js_argstmpl tmplate to use in the js call for param array
  54.       * @param boolean $debug 
  55.       * @access public
  56.       */
  57.     function setAjaxRowCmd($js_event,&$ajaxFunc,$js_funcArgs="new Array()",$debug=FALSE)
  58.     {
  59.         if ($debugechoDebugMethod(__FILE__,get_class($this),"OCSP_FRMCONTR_LIST::setRowCmd()");
  60.         $this->myRowCmds[$js_event]=$ajaxFunc->js_getFuncName()."($js_funcArgs)";
  61.     }
  62.  
  63.  
  64.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  65.     // list db methods
  66.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67.  
  68.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69.     // controll elementes
  70.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.  
  72.  
  73. // end of OCSP_FRMCONTR_AJAXLIST
  74. ?>

Documentation generated on Thu, 08 Jan 2009 17:46:11 +0100 by phpDocumentor 1.4.0a2