|
|
|
อยากทราบว่าเวลาคลิก This is my text เปลี่ยนเป็น div เป็น textarea แล้วให้ tinymce นั้นทำงานด้วยนะคะต้องเพิ่มฟังชั่นตัวไหนคะ |
|
|
|
|
|
|
|
<script type='text/javascript'>//<![CDATA[
$(window).load(function(){
$("div").click( function(){
$(this).replaceWith(function() {
return "<textarea>" + this.innerHTML + "</textarea>";
});
});
});//]]>
</script>
<script type="text/javascript"src="/tmc/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({mode : "textareas",theme : "advanced",skin : "o2k7",
plugins : "autolink,lists,pagebreak,layer,table,advhr,advimage,advlink, emotions,iespell,insertdatetime,preview,media,searchreplace,print ,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,autosave",
theme_advanced_buttons1 : "code,save,newdocument,preview,print,|,bold,italic,underline ,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,undo,redo,|,search,replace,|,bullist, numlist,|,outdent,indent,blockquote,|,link,unlink,image,cleanup,|,insertdate, inserttime,|,forecolor,backcolor",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,| ,sub,sup,|,charmap,media,advhr,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym, del,ins,attribs,|,visualchars,nonbreaking,pagebreak,restoredraft",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_statusbar_location : "none",
template_replace_values : {}}
);
</script>
อยากทราบว่าเวลาคลิก This is my text เปลี่ยนเป็น textarea แล้วให้ tinymce นั้นทำงานด้วยนะคะต้องเพิ่มฟังชั่นตัวไหนคะ
<div>This is my text</div>
Tag : PHP
|
|
|
|
|
|
Date :
2013-06-07 10:58:39 |
By :
เบทเทอ |
View :
726 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ CKEditor มีโหมดแบบนี้เลยครับ คลิกที่ Div แล้วกลายเป็น Editor เพื่อแก้ไขครับ
|
|
|
|
|
Date :
2013-06-11 08:45:17 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|