add java script event - combobox
I´m using a combobox from the components menu and when I select the item "a" from the drop-down list the text (dynamic text with an instance name/ID) in the html canvas should change to "name a" and when I select the item "b" from the drop-down list the same text should change to "name b".
I set an instance name to the combobox (sel_combo) and also to the dynamic text of the html canvas (text_canvas).
Is it possible to use the Actions panel to add a java script code/event to change the text name ("name a" or "name b") as I select a different item ("a" or "b") from the drop-down list of the combobox?
