exclude textareas with class mceNoEditor
Dieser Commit ist enthalten in:
Ursprung
74fa09ab1f
Commit
46d5f23807
@ -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',
|
||||
@ -240,4 +240,4 @@ copyLongDesc = function(sIdent)
|
||||
if (method_exists( get_parent_class( __CLASS__ ), __FUNCTION__ )) $aConfig = array_merge( parent::_getTinyCustConfig(), $aConfig );
|
||||
return $aConfig;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren