<form action="test2.php" name="test" method="post" > <div class="myipwe" ><b> Click me! I am editable and WYSIWYG!!!</b> </div> <script type="text/javascript"> //set all the FCKeditor configuration here and pass it to the editable var oFCKeditor = new FCKeditor( 'editor1') ; oFCKeditor.BasePath = "./fckeditor/" ; $('.myipwe').editable( { type: 'wysiwyg', editor: oFCKeditor, onSubmit:function submitData(content){ alert(content.current) }, submit:'save', cancel:'cancel' }); </script> <input type="hidden" name="datai"> <input type="submit" name="submit" value="submit"> </form>
Quote:<input type="hidden" name="datai"> <input type="hidden" name="hidden_id" id="hidden_id"> <input type="submit" name="submit" value="submit"> alert(content.current) document.getElementById("hidden_id").value = content.current
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง