| Hodges | 
					 | 
			
|---|---|
| 
					 According to this page: http://ckeditor.com/demo#div the editor by default uses an iframe. By changing this to a div container the styles used are inherited from the page. Does anyone know how to apply this change? 
 I've figured out my second question. Simply: 
 Dieser Beitrag wurde von Hodges (am 17. April 2014, 13:23, vor 11 Jahre) bearbeitet  | 
			
| Twiebie | 
					 | 
			
|---|---|
| 
					 I think this should help: http://stackoverflow.com/questions/15031840/ckeditor-div-based-editor  | 
			
| Macik | 
					 | 
			
|---|---|
					#39454 Hodges: If the main aim is to use page common styles — you can done it with iframe right from the box (since 0.9.15). Here are the manual: 1. add to the and of your theme RC file (`theme.rc.php`): 
global $ckeditor_css_to_load;
$ckeditor_css_to_load = array(
    $cfg['themes_dir'].'/'.$usr['theme'].'/css/bootstrap.css',
    $cfg['themes_dir'].'/'.$usr['theme'].'/css/bootstrap-theme.css'
);
edit `css/bootstrap.*` path to point to resources needed for loading in iframe. It's more secure as you can use special styles for you CKeditor. 
 
 https://github.com/macik 
					правильный хостинг — https://goo.gl/fjCa1F  |