XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | kernel |
Variables | |
$button_tray = new XoopsFormElementTray('', ' ') | |
$cform = new XoopsThemeForm(_CM_POSTCOMMENT, "commentform", 'comment_post.php', 'post', true) | |
if(!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) | $com_modid = $xoopsModule->getVar('mid') |
$editor = xoops_getModuleOption('comments_editor', 'system' ) | |
if(!($com_user== ''&&$com_email== '')||!$xoopsUser) | $icons_radio = new XoopsFormRadio(_MESSAGEICON, 'com_icon', $com_icon) |
$option_tray = new XoopsFormElementTray(_OPTIONS, '<br />') | |
if(is_object($xoopsUser)) if(isset($editor)&&in_array($editor, array( 'textarea', 'dhtmltextarea'))) | $smiley_checkbox = new XoopsFormCheckBox('', 'dosmiley', $dosmiley) |
$subject_icons = XoopsLists::getSubjectsList() | |
$xcode_checkbox = new XoopsFormCheckBox('', 'doxcode', $doxcode) | |
if(class_exists( 'XoopsFormEditor')) | else |
$button_tray = new XoopsFormElementTray('', ' ') |
Definition at line 78 of file comment_form.php.
Referenced by SystemBlock\getForm().
$cform = new XoopsThemeForm(_CM_POSTCOMMENT, "commentform", 'comment_post.php', 'post', true) |
Definition at line 29 of file comment_form.php.
if (!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) $com_modid = $xoopsModule->getVar('mid') |
Definition at line 24 of file comment_form.php.
$editor = xoops_getModuleOption('comments_editor', 'system' ) |
Definition at line 62 of file comment_form.php.
if (!($com_user== ''&&$com_email== '')||!$xoopsUser) $icons_radio = new XoopsFormRadio(_MESSAGEICON, 'com_icon', $com_icon) |
Definition at line 55 of file comment_form.php.
$option_tray = new XoopsFormElementTray(_OPTIONS, '<br />') |
Definition at line 77 of file comment_form.php.
if (is_object($xoopsUser)) if (isset($editor)&&in_array($editor, array( 'textarea', 'dhtmltextarea'))) $smiley_checkbox = new XoopsFormCheckBox('', 'dosmiley', $dosmiley) |
Definition at line 111 of file comment_form.php.
$subject_icons = XoopsLists::getSubjectsList() |
Definition at line 56 of file comment_form.php.
$xcode_checkbox = new XoopsFormCheckBox('', 'doxcode', $doxcode) |
Definition at line 114 of file comment_form.php.
if (isset($editor)&&in_array($editor, array( 'textarea', 'dhtmltextarea'))) else |
Definition at line 74 of file comment_form.php.