Kuika's Content Menu element allows users to quickly and easily access specific content within the application. It is typically used for frequently used actions such as profile menus, settings, or logout procedures. With its user-friendly dropdown menu structure, it offers a simple and organized navigation experience.
Supported only in web applications.
Areas of Use
👤 Profile and Account Settings → “My Profile,” “Password,” ‘Settings’
🚪 Logout Procedures → Logging out with the “Log Out” option
Usage Scenario – Profile Shortcut Menu
In a social media application, a Content Menu is located in the upper right corner of the screen. Only Label values are used to list the following options in the menu:
“My Profile”
“Password”
‘Settings’
“Log Out”
The user is redirected to the relevant page by clicking on any item in the menu.
Data Source Connection
1. Datasources Module
Go to the Datasources module.
Then click the + icon next to the Tables heading and name the table “ContentMenuData”.
Create the following table:
2. Creating an SQL Action
Then go to the SQL Actions section and name the action “ContentMenuData”. You can also create it with C#.