Adding options to a dropdown list with a server event

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
perci100
User
Posts: 58

Adding options to a dropdown list with a server event

Post by perci100 »

How would I go about adding an item to a select box on the edit page with a server event on the fly?


mobhar
User
Posts: 11725

Post by mobhar »

You cannot add an item to a Select control. However, you may set all the options for that Select control based on your needs; see "Example 4" from "Server Events and Client Scripts" -> "Table-Specific" -> "Common" -> "Lookup_Selecting" of PHPMaker Help menu.


Post Reply