MCEComments Options

Interface

Options:

/>

/>

/>

Skin:

Advance Options

Buttons in use:
(separated with commas)
Available buttons: '.$pls[$i].' '; }?>
Plugins in use:
(separated with commas)
Detected plugins: '.$pls[$i].' '; }?>
User defined CSS:
Fully qualified URL required (leave blank to use default CSS)

Preview

Preview: Update options to preview how the comment textarea box will appear.

'exact', 'elements' => 'comment', 'theme' => 'advanced', 'theme_advanced_buttons1' => $mcecomment_options['buttons'], 'theme_advanced_buttons2' => "", 'theme_advanced_buttons3' => "", 'theme_advanced_toolbar_location' => "top", 'theme_advanced_toolbar_align' => "left", 'theme_advanced_statusbar_location' => ($mcecomment_options['resize'] ? 'bottom' : 'none'), 'theme_advanced_resizing' => ($mcecomment_options['resize'] ? 'true' : 'false'), 'theme_advanced_resize_horizontal' => false, 'theme_advanced_disable' => ($mcecomment_options['viewhtml'] ? '':'code'), 'force_p_newlines' => false, 'force_br_newlines' => true, 'forced_root_block' => "p", 'gecko_spellcheck' => true, 'skin' => ($mcecomment_options['skin'] ? $mcecomment_options['skin'] : 'default'), 'content_css' => mcecomment_getcss(), 'directionality' => ($mcecomment_options['rtl'] ? 'rtl' : 'ltr'), 'save_callback' => "brstonewline", 'entity_encoding' => "raw", 'plugins' => $mcecomment_options['plugins'], //'extended_valid_elements' => "a[name|href|title],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],blockquote[cite]",'.$le; 'language' => $mce_locale, ); $params = array(); foreach ( $initArray as $k => $v ) $params[] = $k . ':"' . $v . '" '; $res = join(',', $params); ?>