archux Posted August 9, 2007 Report Share Posted August 9, 2007 Es nevaru saprast kas par fīču! es ielieku postot < viņš ieposto <p Kas man ir jāizlabo post skriptā? Link to comment Share on other sites More sharing options...
andrisp Posted August 9, 2007 Report Share Posted August 9, 2007 Kaut kur nevajadzīgā vietā ir htmlspecialchars fja vai kas tamlīdzīgs. Link to comment Share on other sites More sharing options...
archux Posted August 9, 2007 Author Report Share Posted August 9, 2007 bet es izmantoju TinyMCE! Ko tad man darīt? Link to comment Share on other sites More sharing options...
andrisp Posted August 9, 2007 Report Share Posted August 9, 2007 Īsti nezinu, bet man šķiet, ka TinyMCE defaultā tā nedara. Link to comment Share on other sites More sharing options...
bubu Posted August 9, 2007 Report Share Posted August 9, 2007 Ko tad man darīt? Izlabot TinyMCE skriptu? Link to comment Share on other sites More sharing options...
Val Posted August 10, 2007 Report Share Posted August 10, 2007 (edited) http://wiki.moxiecode.com/index.php/TinyMCE:Configuration ko vēl var darīt? - var arī pakārties :D Edited August 10, 2007 by Val Link to comment Share on other sites More sharing options...
rob Posted August 10, 2007 Report Share Posted August 10, 2007 (edited) 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 August 10, 2007 by rob Link to comment Share on other sites More sharing options...
Recommended Posts