"Meyer, Will" wrote:
> the documentation seems to indicate that there is some sort of
> prompt dialog internally tied to the control

Well, popup triggers (with the triangle) do automatically pop up a list
if you set it up when designing the form.  If the trigger has a list ID
specified for it, and if you return false from the ctlSelect handler for
the trigger, then the OS will pop up the list for you.  Then it fires a
popSelect event if the user taps an item, and if you return false from
handling this event, the OS will update the trigger text for you.

-slj-

Reply via email to