SmartClient Version: v10.0p_2015-09-24/Pro Deployment (built 2015-09-24)
I am having some difficulty setting an ARIA label on a button.
I do the following:
But it is always set to the title of the button instead.
I am having some difficulty setting an ARIA label on a button.
I do the following:
Code:
button.setAriaState("label", "Open project");