// LLB TinyMCE config file
//wp_theme
tinyMCE.init({
  mode: "specific_textareas",
  editor_selector : "mceEditor",
  theme : "advanced",
	relative_urls : false,
  language : "fr",
  plugins : "style,table,advhr,advimage,advlink,inlinepopups,",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,outdent,indent",
  theme_advanced_buttons2 : "link,unlink,anchor,separator,undo,redo,separator,cleanup,code",
  theme_advanced_buttons3 : "",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  theme_advanced_resizing_use_cookie : false,
  height:"250px",
  width:"100%"
});

tinyMCE.init({
  mode: "specific_textareas",
  editor_selector : "mceEditorNwl",
	relative_urls : false,
  theme : "advanced",
  language : "fr",
  plugins : "style,table,advhr,advimage,advlink,inlinepopups,",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,outdent,indent",
  theme_advanced_buttons2 : "link,unlink,anchor,separator,undo,redo,separator,cleanup,code",
  theme_advanced_buttons3 : "tablecontrols",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  theme_advanced_resizing_use_cookie : false,
  height:"250px",
  width:"100%"
});

tinyMCE.init({
  mode: "specific_textareas",
  editor_selector : "mceEditor1l",
  theme : "advanced",
  language : "fr",
  plugins : "style,table,advhr,advimage,advlink,inlinepopups,",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,separator,undo,redo,separator,cleanup,code",
  theme_advanced_buttons2 : "",
  theme_advanced_buttons3 : "",
  theme_advanced_statusbar_location : "bottom",
  theme_advanced_resizing : true,
  theme_advanced_resize_horizontal : false,
  theme_advanced_resizing_use_cookie : false,
	relative_urls : false,
  height:"250px",
  width:"100%"
});


tinyMCE.init({
  mode: "specific_textareas",
  editor_selector : "mceSimpleEditor",
  theme : "advanced",
  language : "fr",
  plugins : "advlink,table,advhr,advimage",
  theme_advanced_toolbar_location : "top",
  theme_advanced_toolbar_align : "left",
  theme_advanced_buttons1 : "bold,italic,underline, strikethrough, separator,justifyleft, justifycenter,justifyright,  justifyfull, separator,link,unlink, separator,help",
  theme_advanced_buttons2: "",
  theme_advanced_buttons3: "",
	relative_urls : false,
  height:"100px",
  width:"100%"
});

