NetTalk Central

Author Topic: Font-Size Menu in TinyMce  (Read 2176 times)

olu

  • Sr. Member
  • ****
  • Posts: 351
    • View Profile
    • Email
Font-Size Menu in TinyMce
« on: June 20, 2014, 01:34:43 AM »
In tinymce, please any idea on how to include font-size menu?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: Font-Size Menu in TinyMce
« Reply #1 on: June 20, 2014, 02:45:21 AM »
there's a bug in netweb.clw
NetWebServerWorker._TinyMCEInit method.

    'toolbar: "cut copy paste | undo redo | styleselect bold italic underline strikethrough fontselect fontsize forecolor backcolor | link image | alignleft aligncenter alignright | bullist numlist outdent indent | blockquote code",'&|

should be

    'toolbar: "cut copy paste | undo redo | styleselect bold italic underline strikethrough fontselect fontsizeselect forecolor backcolor | link image | alignleft aligncenter alignright | bullist numlist outdent indent | blockquote code",'&|


Fixed for the 8.18 build.

cheers
Bruce

olu

  • Sr. Member
  • ****
  • Posts: 351
    • View Profile
    • Email
Re: Font-Size Menu in TinyMce
« Reply #2 on: June 20, 2014, 03:44:48 AM »
Thanks Bruce.