Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

some custom options do not work #329

Open
yilujun100 opened this issue Mar 29, 2017 · 3 comments
Open

some custom options do not work #329

yilujun100 opened this issue Mar 29, 2017 · 3 comments

Comments

@yilujun100
Copy link

in my custom options some do not work
such as: bullist numlist image forecolor backcolor
this is my options:
image
this is view:
image

@tungtouch
Copy link

Same

@ershwetabansal
Copy link

I am not sure if you are aware of this but you will have to add tinymce plugins to add some of the features of tinymce. It has nothing to do with angular directive.
For bullist and numlist, advlist is the plugin name. I will recommend you to go through the tinymce documentation for more information and advanced features.

@akagane99
Copy link

akagane99 commented Sep 7, 2017

sample code

tinymce.init({
      selector:'.advance-textarea',
      plugins: ["lists advlist"],
      toolbar: [
        'bold italic | link image | alignleft aligncenter alignright | bullist numlist outdent indent',
      ],
      theme: 'modern',
      menubar: false
    });

link

tinymce/tinymce#3342
https://community.tinymce.com/communityQuestion?id=90661000000If5QAAS
https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants