Xataface
2.0alpha2
Xataface Application Framework
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
HTML
QuickForm
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
108
179
Generated on Fri Mar 22 2013 09:40:34 for Xataface by
1.8.1.2