Ngx-quill: custom toolbar

Created on 22 Feb 2017  路  3Comments  路  Source: KillerCodeMonkey/ngx-quill

Hello,

I m trying to use custom toolbar and it s not working.
Can you give me some direction how to use it?

many thanks

question

All 3 comments

sure, did you checked out my demo repos?
https://github.com/KillerCodeMonkey/ngx-quill-example

At the end you can see a custom toolbar:
https://killercodemonkey.github.io/ngx-quill-example/

<quill-editor>
  <div quill-editor-toolbar>
    <span class="ql-formats">
      <button class="ql-bold" [title]="'Bold'"></button>
    </span>
    <span class="ql-formats">
      <select class="ql-align" [title]="'Aligment'">
        <option selected></option>
        <option value="center"></option>
        <option value="right"></option>
        <option value="justify"></option>
      </select>
      <select class="ql-align" [title]="'Aligment2'">
        <option selected></option>
        <option value="center"></option>
        <option value="right"></option>
        <option value="justify"></option>
      </select>
    </span>
  </div>
</quill-editor>

I am sorry, I was using an older version and that is why it didn't work.

Thank you, and have a nice day

no probs ;) and keep on coding

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theCrius picture theCrius  路  3Comments

Fzwael picture Fzwael  路  3Comments

SebastianPodgajny picture SebastianPodgajny  路  4Comments

KeithGillette picture KeithGillette  路  4Comments

yarik-vv picture yarik-vv  路  3Comments