Re: Quite confused.

pinEdit WP

Quite confused.


ej595 08-02-2006, 12:36
Ive download the demo, and i have the product running on a test server. It all looks pretty good other than the menubar is not showing like on the pinEdit demo site. ie The File - New etc topmenu does not show. I have the config_menu.js file configured , at least i think i do. The menu operation icons are all there fine and working well, but just no menu bar.

any ideas anyone ?
Thank you

Re: Quite confused.


Pintexx Support 08-02-2006, 8:11

Hi,

did you turn on the menu ?
Which technology do you use (ASP.Net) ?

The menu can be turned on with

editor.menu = true

Regards,
Hans-Peter

Re: Quite confused.


ej595 08-02-2006, 5:32
ok. im using the PHP version. Will the same apply ?
and i presume i add that statement to the end of the config_menu.js file ?

thank you.

Re: Quite confused.


Pintexx Support 08-02-2006, 9:28

Hi,

in PHP you have to use server code like this:

$pinedit->setMenu(true);

Regards,
Hans-Peter

Re: Quite confused.


ej595 08-03-2006, 1:04
Thank you very much. That was the missing link.