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
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