css - text alignment ckeditor -



css - text alignment ckeditor -

i can't find how add together button format text:

text-align:center; text-align:left; text-align:right; text-align:justify;

i have v4 version

http://ckeditor.com/demo

i seek find solution find issue posts.

maybe using plugin ?

i'm using ckeditor forexemple:

<textarea id="monday" class="ckeditor" name="monday" ><?php echo $this->datas['monday']; ?></textarea>

thanks

you have add together justification configuration -- e.g.,

var config = { toolbar: [ ['font','fontsize'], ['bold','italic','underline'], ['textcolor','bgcolor'], ['justifyleft', 'justifycenter', 'justifyright'] ], }; $('.ckeditor').ckeditor(config);

css button ckeditor text-align

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -