Source for file OCSP_FRMVIEW_FROM_EXTJS.phpclass

Documentation is available at OCSP_FRMVIEW_FROM_EXTJS.phpclass

  1. <?php
  2. /**
  3.   * Class file OCSP_FRMVIEW_FORM_EXTJS.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    forms
  7.   * @category   dbms_form
  8.   *
  9.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  10.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11.   *
  12.   * @since  pk-08-09-08
  13.   * @version $Id: OCSP_FRMVIEW_FORM.phpclass,v 1.20 2008/08/08 02:00:42 pitlinz Exp $
  14.   * 
  15.   */
  16.  
  17.  
  18.     // ---------------------------------------------------------
  19.     // requirements
  20.     // ---------------------------------------------------------
  21.  
  22.     pcf_require_class('OCSP_FRMVIEW_FORM',dirname(__FILE__)."/");
  23.  
  24. /**
  25.   * class OCSP_FRMVIEW_FORM_EXTJS
  26.   *
  27.   * @project    Open CSP-Management
  28.   * @package    forms
  29.   * @category   dbms_form
  30.   *
  31.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  32.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  33.   *
  34.   * @since  pk-08-09-08
  35.   * @version $Id$
  36.   */
  37. {
  38.     // ---------------------------------------------------------------------------
  39.     // constants
  40.     // ---------------------------------------------------------------------------
  41.     
  42.     /**
  43.      * @constant string CLASS_SRC_FILE
  44.      */
  45.     const CLASS_SRC_FILE = __FILE__;
  46.  
  47.     // ---------------------------------------------------------------------------
  48.     // class (static)
  49.     // ---------------------------------------------------------------------------
  50.     
  51.     /*** class vars ------------------------------------------------------ */
  52.     
  53.     /*** class methods --------------------------------------------------- */
  54.     
  55.     // ---------------------------------------------------------------------------
  56.     // object vars
  57.     // ---------------------------------------------------------------------------
  58.     
  59.     /*** compostion --------------------------------------------------- */
  60.     
  61.     /*** attributes  -------------------------------------------------- */
  62.     
  63.     // ---------------------------------------------------------------------------
  64.     // factory / construct
  65.     // ---------------------------------------------------------------------------
  66.     
  67.     // ---------------------------------------------------------------------------
  68.     // getter / setter
  69.     // ---------------------------------------------------------------------------    
  70.  
  71.     /**
  72.      * returns the html code for the form
  73.      * 
  74.      * @param int $aMode 
  75.      * @param boolean $debug 
  76.      * @param boolean $withOuterDiv not used here
  77.      *
  78.      * @return string (json)
  79.      *
  80.      */
  81.     function getForm($aMode=-1,$debug=False,$withOuterDiv=True)    
  82.     {
  83.         
  84.     }
  85. }
  86.  
  87. ?>

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