21280 Posts in 5729 Topics by 2600 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 923 Views |
-
tinyMCE and HTML

1 April 2011 at 8:38pm
hi,
is there a way to switch between HTML and tinyMCE
i.e. my users will need to use a WYSIWYG editor but ill need the full html editor without tinymce messing with the code.
alternatively, is it possible to create a new page that references a seperate html page? so instead of entering in content using tinyMCE, it loads a seperate html file saved on the server
cheers
-
Re: tinyMCE and HTML

1 April 2011 at 9:14pm
$HTMLEditorField = new HTMLEditorField();
if( Permission::check('ADMIN') ) {
$HTMLEditorField->removeExtraClass('htmleditor');
}
| 923 Views | ||
|
Page:
1
|
Go to Top |


