|
(X)HTML, JavaScript, DHTML, XML, CSS Client scripting tehnologije, Dynamic HTML, Cascading Stylesheets, XML i standardi |
|
Alati teme | Način prikaza |
11. 04. 2010. | #1 |
profesionalac
Qualified
Datum učlanjenja: 19.05.2007
Poruke: 123
Hvala: 13
3 "Hvala" u 3 poruka
|
Validacija TinyMCE, tinyMCE.get('intro').getContent()
Jeli neko imao priliku da dobavi sadrzaj iz textarea koji je "presvucen" sa TinyMCE?
Probavam sa tinyMCE.get('intro').getContent() i dobivam poruku "Error: tinyMCE.get("intro") is undefined". Primjer sa kojim sve pokusavam je ispod. Verzija TinyMCE-a je 3.3 (2010-03-10). Istraživajući problem, doaso sam do korisne teme gdje ima interesantna funkcija alertAllEditorIDs() koja za moj slucaj vraca prazno. Zahvaljujem. HTML kôd:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test</title> <script type="text/javascript" src="../js/tiny_mce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init( { mode: "textareas", theme: "advanced", editor_selector: "mceAdvanced" }); function getTMcontent () { var content = tinyMCE.get('intro').getContent(); if( content == "" || content == null){ alert("Intro blank"); } } function alertAllEditorIDs () { var IDs = new Array(); var editorID; for (editorID in tinyMCE.editors) { IDs[IDs.length] = editorID; }; alert("All editor IDs:\n" + IDs); } </script> </head> <body> <form action="" id="test-form" name="getTMcontent-form" method="post"> <textarea id="intro" name="intro" class="mceAdvanced" rows="5" cols="20"></textarea> <script type="text/javascript">alertAllEditorIDs();getTMcontent();</script> </form> </body> </html> |
11. 04. 2010. | #2 |
profesionalac
Qualified
Datum učlanjenja: 19.05.2007
Poruke: 123
Hvala: 13
3 "Hvala" u 3 poruka
|
huh, huh ... tinymce nije ni odradio svoj posao, a getTMcontent() funkcija je pocela svoj.
setInterval po potrebi moze pomoci. Pozdrav. |
|
|
Slične teme | ||||
Tema | Početna poruka teme | Forum | Odgovori | Poslednja poruka |
Potreban flash dizajner za izradu website intro-a | bokacbl | Poslovne ponude i zapošljavanje | 2 | 20. 10. 2010. 10:07 |
Remove formatting i TinyMCE | Eniac | Sva početnička pitanja | 4 | 17. 03. 2009. 22:44 |
tinymce, editor se ne prikazuje | Ivan | (X)HTML, JavaScript, DHTML, XML, CSS | 3 | 27. 11. 2007. 19:02 |
A 64k intro for ASSEMBLY | twix | Opušteno | 6 | 25. 03. 2007. 12:13 |
Real Life Simpsons Intro | dinke | Opušteno | 5 | 20. 08. 2006. 01:11 |