1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<label><label for="memo_texte">Texte</label></label>
<script type="text/javascript">
//<![CDATA[
tinyMCE.init({
// General options
mode : 'exact',
elements: 'memo_texte',
skin : 'o2k7',
language: 'fr',
theme : 'advanced',
height: 300,
width: 650,
dialog_type: 'window',
editor_selector : 'mceEditor',
editor_deselector : 'mceNoEditor',
relative_urls : false,
gecko_spellcheck: true,
entity_encoding : 'raw',
plugins : 'safari,save,pagebreak,style,layer,table,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template',
// Theme options
theme_advanced_buttons1 : 'save,|,bold,italic,underline,strikethrough,|,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,formatselect,styleselect',
theme_advanced_buttons2 : 'cut,copy,paste,pastetext,pasteword,|,search,replace,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,|,insertdate,inserttime,|,pagebreak',
theme_advanced_buttons3 : 'tablecontrols,|,charmap,emotions,media,|,fullscreen,code,cleanup,|,visualaid',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : false,
file_browser_callback : 'tinyBrowser'
});
//]]>
</script> |
Partager