NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on June 20, 2014, 01:34:43 AM
-
In tinymce, please any idea on how to include font-size menu?
-
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
-
Thanks Bruce.