XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | class |
Variables | |
$editor = ! empty($_REQUEST['editor']) ? $_REQUEST['editor'] : '' | |
$options ['editor'] = $editor | |
$options ['name'] = 'required_element' | |
$options ['value'] = empty($_REQUEST['message']) ? "" : $_REQUEST['message'] | |
$options ['rows'] = 25 | |
$options ['cols'] = 60 | |
$options ['width'] = '100%' | |
$options ['height'] = '400px' | |
$sample_form = new XoopsThemeForm('', 'sample_form', 'action.php') | |
if(!empty($editor)) | else |
$editor = ! empty($_REQUEST['editor']) ? $_REQUEST['editor'] : '' |
Definition at line 28 of file sampleform.inc.php.
Referenced by XoopsEditorHandler\_loadEditor(), XoopsEditorHandler\get(), XoopsEditorHandler\render(), and XoopsEditorHandler\setConfig().
$options['editor'] = $editor |
Definition at line 41 of file sampleform.inc.php.
Referenced by FormDhtmlTextArea\__construct(), XoopsEditorHandler\_loadEditor(), SystemMenuHandler\addMenuTabsArray(), SystemMenuHandler\addMenuTopArray(), XoopsFormRadio\addOptionArray(), XoopsFormCheckBox\addOptionArray(), XoopsFormSelect\addOptionArray(), b_system_comments_edit(), b_system_comments_show(), b_system_info_edit(), b_system_info_show(), b_system_newmembers_edit(), b_system_newmembers_show(), b_system_themes_edit(), b_system_themes_show(), b_system_topposters_edit(), b_system_topposters_show(), XoopsBlock\buildBlock(), XoopsFolderHandler\copy(), createConfigform(), xos_opal_ThemeFactory\createInstance(), xos_opal_AdminThemeFactory\createInstance(), XoopsConfigHandler\deleteConfig(), FormDhtmlTextArea\FormDhtmlTextArea(), XoopsEditorHandler\get(), ProfileField\getEditElement(), SystemBlock\getOptions(), XoopsBlock\getOptions(), ProfileField\getOutputValue(), XoopsObject\getVar(), XoopsObject\initVar(), XoopsBlockHandler\insert(), XoopsConfigHandler\insertConfig(), make_data(), XoopsFolderHandler\move(), profile_getFieldForm(), profile_install_addField(), XoopsEditorHandler\setConfig(), smarty_function_block(), smarty_function_html_checkboxes(), smarty_function_html_options(), smarty_function_html_radios(), XoopsBlock\store(), xoFormFieldCollation(), xoops_module_install(), and XoopsFormDhtmlTextArea\XoopsFormDhtmlTextArea().
$options['name'] = 'required_element' |
Definition at line 42 of file sampleform.inc.php.
$options['value'] = empty($_REQUEST['message']) ? "" : $_REQUEST['message'] |
Definition at line 43 of file sampleform.inc.php.
$options['rows'] = 25 |
Definition at line 45 of file sampleform.inc.php.
$options['cols'] = 60 |
Definition at line 46 of file sampleform.inc.php.
$options['width'] = '100%' |
Definition at line 47 of file sampleform.inc.php.
$options['height'] = '400px' |
Definition at line 48 of file sampleform.inc.php.
$sample_form = new XoopsThemeForm('', 'sample_form', 'action.php') |
Edit form with selected editor
Definition at line 25 of file sampleform.inc.php.
if (!empty($editor)) else |
Definition at line 31 of file sampleform.inc.php.