...
doClick() - Programatically initiate a click. This should really never be done and any seeming need to do so should be considered a failure of architecture.
Sample
...
Usage
Code Block |
---|
<button label="A Label" onclick="handler.doSomething('A')/> |
...
doClick() - Programatically initiate a click. This should really never be done and any seeming need to do so should be considered a failure of architecture.
...
Code Block |
---|
<button label="A Label" onclick="handler.doSomething('A')/> |