Sorry, we don't support your browser.  Install a modern browser

setAttributes() in Object's Dropdown#3139

W

The dropdown in the object’s XML is in the active=false state.
At this time,

self.UI.setAttributes(“DropdownID”, {active = “true”, value = 1})
Using this code will not turn on active.

self.UI.setAttributes(“DropdownID”, {value = 1, active = “true”})
This code works.

5 days ago