• Widget Dropdown Nodes don't have an onItemClick event to bind to

    By Declan Lynch 1 decade ago

    When using something like a Navigator control you can specify an onItemClick script and within each of the nodes in the navigator you can specify a submittedValue that is passed to the event.

    With the Widget Container control there is no onItemClick event so you can't use the submittedValue property on the downdown nodes.

    This seems like an oversight to me