385
Views
4
Comments
how to move screen to submenu
Question

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

2019-11-01 16-10-49
Nélio Dionisio

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,

2018-09-28 19-58-38
Suellington Gomes

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:


2020-02-28 09-46-54
Eduardo Jauch

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.

2020-01-15 14-26-00
Ricardo Henrique Silva Calheiros

Eduardo Jauch your tip was very good....it was exactly what I needed.

Thanks. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.