Is there any way to get a buttons ID instead of just the Text.
I have a button Add under a "Pages" group and an Add under a "Users" group. Just getting the text isn't good enough.
Is there a similar method to: button.get_text() such as button.get_id() ???
Only code I could find in the help file was:
var button = args.get_button();
alert (button.get_text())
Thanks for the help. If there isn't then would be good to add to the future feature list.
Thanks!
I have a button Add under a "Pages" group and an Add under a "Users" group. Just getting the text isn't good enough.
Is there a similar method to: button.get_text() such as button.get_id() ???
Only code I could find in the help file was:
var button = args.get_button();
alert (button.get_text())
Thanks for the help. If there isn't then would be good to add to the future feature list.
Thanks!