I want to move screen to be submenu so I drag and drop the screen into menu folder but it didn't work it is moved to common folder and I cant make it submenu item,Note: no star icon appears while moving it to menu folder
Hi,
You should be able to that. Did you follow the steps here: https://www.outsystems.com/help/servicestudio/9.0/Web_User_Interface/Adding_Menu_Entries.htm
I hope it helps,
You can drag and drop a webblock calling MenuSubItem, and after create an expression or link inside of this webblock.
Obs: Don't forget to include a new record in SubItemMenu Static table:Like that:
Hello Muhamed.
The scaffolding for menus does not exist the same way as for traditional webs.To create a menu using scaffolding in REACTIVE web applications, you need to open the web block of the menu and drag the page to the menu area:
To create a menu with sub-menus you need to use a specific widget.
Hope this helps.
Cheers.
Eduardo Jauch your tip was very good....it was exactly what I needed.
Thanks.