Page 2 of 2

Re: How to remove the "file" menu

PostPosted: 26 Apr 2018 14:53
by Jorge Sousa
Hi David

Yes I confirm, it is our bug

if you right click the component at design-time and select View Source + HTML and view the source code in browser or

select View Source + Script

you will see that instead of something like

menubar: 'file edit'

for instance

its rendered as

menubar: ['file", "edit"]

which the tinymce plugin doesn't accept

About

In fact, it is a little confusing because the default for all the MenuBar items are False, even though by default all the Menu bar items appear in the editor.


Yes you were also right about this, but this wasn't the cause of the problem

We will fix both issues asap for a new release.

Sorry for the incovinience

Re: How to remove the "file" menu

PostPosted: 26 Apr 2018 15:14
by davenovo
Thanks for looking into this!

Re: How to remove the "file" menu

PostPosted: 26 Apr 2018 15:21
by Jorge Sousa
hi

np, its only my duty and we look at all of the items when well explained

The change was commited and available in next develop version. If you have cgdevtools source code and a compiled version, and you don't wait for the version release, you can ask for this tinymce unit source code sending an email to support at cgdevtools dot com

Re: How to remove the "file" menu

PostPosted: 26 Apr 2018 15:39
by davenovo
Hi Jorge,

It is no rush. We are not planning on releasing the product for a while, and as long as I know it will be possible then I am fine.