Message 1 of 2
addButtonRowCommand: icon optional?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Trying to add a Button Row into my design and the documentation says that for ListItems that the icon argument is optional? Is this not true for the Button Row?
Here is what I have and then it errors out saying invalid argument icon:
ButtonRow = inputs.addButtonRowCommandInput('butrow', 'Button Row:', False ) ButtonRow.listItems.add('Option1', False) ButtonRow.listItems.add('Option2', False)
Thanks!