You are not logged in.Register in the forum at tinymce.com.
RunSaveForkReset
Title
DescriptionFullpage example.
TinyMCE Version 3.5b3 3.5b2 3.5b1 3.5.0.1 3.5 3.4.9 3.4.8 3.4.7 3.4.6 3.4.5 edge nightly 3.5b3 3.5b2 3.5b1 3.5.0.1 3.5 3.4.9 3.4.8 3.4.7 3.4.6 3.4.5 edge nightly
Doctype HTML5 Quirks
Username
Password
Login Register on tinymce.com
Give us feedback.Version 1.0 Beta (8749 fiddles)This site was heavily inspired by jsFiddle
<script type="text/javascript"> tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "fullpage", theme_advanced_buttons3_add : "fullpage" }); </script> <form method="post" action="dump.php"> <textarea name="content" style="width:100%"> <p>This is <strong>my text</strong> that I <strong>use</strong> for my example.</p> </textarea> <input type="submit" name="submit" value="Submit" /> </form>