Jump to content
php.lv forumi

Post problēma!


archux

Recommended Posts

vari mēģināt izmantot šo te kodu :D

tinyMCE.init({
theme : "advanced",
mode : "exact",
elements : elaments_to_call,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1 : "save,undo,redo,separator,copy,paste,pastetext,pasteword,separator,bold,italic,underline,separator,bullist,numlist,outdent,indent,separator,preview,"
+"link,unlink,image,table,separator,sub,sup,charmap,separator,cleanup,code,flash,separator,insertdate,inserttime",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_statusbar_location : "bottom",
theme_advanced_path : true,
extended_valid_elements : "object[align<bottom?left?middle?right?top|archive|border|class|classid"
 +"|codebase|codetype|data|declare|dir<ltr?rtl|height|hspace|id|lang|name"
 +"|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
 +"|onmouseout|onmouseover|onmouseup|standby|style|tabindex|title|type|usemap"
 +"|vspace|width],"
 +"param[id|name|type|value|valuetype<DATA?OBJECT?REF],"
 +"embed[src|quality|width|height|type|pluginspage]",
height : "400px",
width : "100%",
content_css : "/css/news_preview.css",
relative_urls : false,
cleanup_on_startup : true,
cleanup: true,
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen"
});

Edited by rob
Link to comment
Share on other sites

×
×
  • Create New...