Xataface 2.0
Xataface Application Framework
HTML/QuickForm/optionalelement.php
Go to the documentation of this file.
00001 <?php
00002 /*******************************************************************************
00003  * File:        HTML/QuickForm/htmlarea.php
00004  * Author:      Steve Hannah <shannah@sfu.ca>
00005  * Created: September 1, 2005
00006  * Description:
00007  *      HMTL Quickform widget to edit HTML.  Uses the FCKEditor
00008  ******************************************************************************/
00009 require_once 'HTML/QuickForm/element.php';      
00010         
00011 $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES']['optionalelement'] = array('HTML/QuickForm/optionalelement.php','HTML_QuickForm_optionalelement');
00012 
00013 
00022 class HTML_QuickForm_optionalelement extends HTML_QuickForm_element {
00023 
00027         var $fields = array();
00028         
00037 
00042 
00108 
00179 
 All Data Structures Namespaces Files Functions Variables Enumerations