Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, am trying to use FontSize #16

Closed
kievo23 opened this issue Mar 24, 2017 · 2 comments
Closed

Hello, am trying to use FontSize #16

kievo23 opened this issue Mar 24, 2017 · 2 comments

Comments

@kievo23
Copy link

kievo23 commented Mar 24, 2017

Congratulations for the good work. Kindly am trying to input the font size.

@kievo23
Copy link
Author

kievo23 commented Mar 24, 2017

$('textarea').ckeditor({
            filebrowserImageBrowseUrl: '/laravel-filemanager?type=Images',
            toolbar :
                [
                    { name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] },
                    { name: 'editing', items: [ 'Scayt' ] },
                    { name: 'links', items: [ 'Link', 'Unlink', 'Anchor' ] },
                    { name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar' ] },
                    { name: 'tools', items: [ 'Maximize' ] },
                    { name: 'document', items: [ 'Source' ] },
                    { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat','fontSize_sizes' ] },
                    { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
                    { name: 'styles', items: [ 'Styles', 'Format' ,'Font', 'FontSize'] }
                ]
          });

The last line 'Font', 'FontSize'

@kievo23
Copy link
Author

kievo23 commented Mar 24, 2017

Well, I copied the contents of ckeditor package after extraction to public/vendor/unisharp/laravel-ckeditor/
The ckeditor.js was 2015 build so the new 2017 build worked.

@kievo23 kievo23 closed this as completed Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant