How do I change the order of control options?
After you add a control to your map, you might need to rearrange the order of buttons or dropdown options in that control. The best way to accomplish this is to use the only
option in your control in the Advanced Editor.
Normally, the only
option is used to restrict the available options in your control. Imagine we have a "Sector" field with the following values:
Finance
Agriculture
Healthcare
Education
If we only want "Finance" and "Agriculture" to appear in our control, we could use the only
option to do that:
However, when you pass options to the only
property, Kumu will list the options on the map in the exact order you specified.
In our example above, imagine we want the order of our options to be "Finance", "Education", "Healthcare", and finally "Agriculture". To accomplish that, we can pass that list to the only
option:
Last updated