| 1 |
<?php |
<?php |
| 2 |
// $Id: tinymce.inc,v 1.17.2.3 2008/12/31 15:00:53 sun Exp $ |
// $Id: tinymce.inc,v 1.17.2.4 2009/01/07 09:02:40 sun Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
/** |
/** |
| 117 |
'relative_urls' => FALSE, |
'relative_urls' => FALSE, |
| 118 |
'theme' => $theme, |
'theme' => $theme, |
| 119 |
'width' => '100%', |
'width' => '100%', |
| 120 |
|
'strict_loading_mode' => TRUE, |
| 121 |
); |
); |
| 122 |
if (isset($config['apply_source_formatting'])) { |
if (isset($config['apply_source_formatting'])) { |
| 123 |
$init['apply_source_formatting'] = $config['apply_source_formatting']; |
$init['apply_source_formatting'] = $config['apply_source_formatting']; |