TinyMCE: Alignment not working with forced_root_block -




any idea why alignment buttons aren't working here? when click of alignment buttons, deselected automatically.

if remove forced_root_block, works

http://fiddle.tinymce.com/gyfaab/1

<script src="https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.6.5/jquery.tinymce.min.js"></script>    <script type="text/javascript">  tinymce.init({      selector: ".content",  	inline: true,  	forced_root_block: false,      toolbar: "alignleft aligncenter alignright"  });  </script>    <form method="post" action="dump.php">      <div class="content"  style="border:1px solid grey;height: 200px;">this content.</textarea>  </form>





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -