Auto generate Submenu according to field

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mpol_ch
User
Posts: 879
Location: Switzerland

Auto generate Submenu according to field

Post by mpol_ch »

Hello
How is that possible to generate Submenus according to Field's valuw of an table.

Example:
Table: Position
Field of Position: Division
Value of Division: General, Finance, Sales (Radio Button)

Now, I want that a submenu is generated automatcally for values of Division (General, Finance and Sales). If user adds a new Divison such Marketing then the submenu in navigation is automatically generated.
The submenus exp Finance should show the selected values for field Division=Finance equal to a Advanced Search results.

How can I do this? Where to star?
Thanks.
mpol_ch


mobhar
User
Posts: 11792

Post by mobhar »

Use "Menu_Rendering" server event. Read "Server Events and Client Scripts" in the help file for further information and example.


Post Reply