exclude textareas with class mceNoEditor

This commit is contained in:
Marat Bedoev 2014-08-21 12:18:23 +02:00
parent 74fa09ab1f
commit 46d5f23807

View File

@ -45,7 +45,7 @@ class blaTinyMceOxViewConfig extends blaTinyMceOxViewConfig_parent
'language' => '"'.( in_array( $sLang, $aLang ) ? $aLang[$sLang] : 'en' ).'"',
'height' => $cfg->getConfigParam( "sTinyMCE_height" ),
'nowrap' => 'true',
'selector' => '"textarea"',
'selector' => '"textarea:not(.mceNoEditor)"',
'relative_urls' => 'false',
'document_base_url' => '"'.$this->getBaseDir().'"',
'menubar' => 'false',