first commit
This commit is contained in:
16
templates/modern/fill_erfassen.html
Executable file
16
templates/modern/fill_erfassen.html
Executable file
@ -0,0 +1,16 @@
|
||||
{if $action == ''}
|
||||
|
||||
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
|
||||
<html xmlns='http://www.w3.org/1999/xhtml' dir='ltr'>
|
||||
<head>
|
||||
<title>TinyMCE - Full featured example</title>
|
||||
|
||||
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
|
||||
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
function myCustomInitInstance(inst) {
|
||||
if(inst.editorId != 'mce_fullscreen')
|
||||
inst.execCommand('mceFullScreen');
|
||||
}
|
||||
tinyMCE.init({
|
Reference in New Issue
Block a user