
tinyMCE.init({
    mode : "textareas",
    theme : 'advanced',
    languages : 'nl',
    plugins : 'table,insertdatetime,media,style',
    
    theme_advanced_toolbar_location : "top",
    theme_advanced_buttons3 : "tablecontrols",
    theme_advanced_buttons3_add : "insertdate,inserttime",
    theme_advanced_buttons1_add : "media",
    theme_advanced_buttons2_add : "styleprops",
    
    plugin_insertdate_dateFormat : "%d/%m/%Y",
    plugin_insertdate_timeFormat : "%H:%M:%S"
});
