Page 1 of 1

OnClick on main item

PostPosted: 26 Aug 2019 09:28
by TheoLang
Hello,

i have problems with menu item without submenu. A simple function that works in the onClick of a submenu doesnt work when i put it the onClick of the main node. It returns a totaly scrambled page with some texts.

What is the difference in onClick of a main item to a submenu item.

Thanks
Theo

Re: OnClick on main item

PostPosted: 26 Aug 2019 10:04
by TheoLang
ok, i found it.

OnClick.Ajax:=true did the job

Re: OnClick on main item

PostPosted: 27 Aug 2019 14:51
by Alexander Bulei
Hi TheoLang,

Yes, use the OnClick.Ajax = True, I don't know why it was created with False...:(

Best Regards.