Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
optionalelement.php
Go to the documentation of this file.
1 <?php
2 /*******************************************************************************
3  * File: HTML/QuickForm/htmlarea.php
4  * Author: Steve Hannah <shannah@sfu.ca>
5  * Created: September 1, 2005
6  * Description:
7  * HMTL Quickform widget to edit HTML. Uses the FCKEditor
8  ******************************************************************************/
9 require_once 'HTML/QuickForm/element.php';
10 
11 $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES']['optionalelement'] = array('HTML/QuickForm/optionalelement.php','HTML_QuickForm_optionalelement');
12 
13 
22 class HTML_QuickForm_optionalelement extends HTML_QuickForm_element {
23 
27  var $fields = array();
28 
37 
42