Add "+" button to WebViewer Calendar [ie: 2nd Create Event]
Posted: Thu Oct 06, 2016 6:32 am
The online documentation states:
----------------------------
I understand how to add a "new todo" button for a FileMaker layout; how do I add another "+" button the the webviewer? The current "+" button adds a new record to my default source; I'd like a second "+" button to add a new record to a secondary source.
Is that possible?
Thanks!
Colleen
The calendar does, however, have an API that will let you make your own "+" button to create events in any source you want. You can use this to make a "new todo" button, for example. You'd do this by calling the script "Create Edit Delete Event ( SourceNo )..."
Read the comments at the head of that script to learn more about how to use it to make new events.
----------------------------
I understand how to add a "new todo" button for a FileMaker layout; how do I add another "+" button the the webviewer? The current "+" button adds a new record to my default source; I'd like a second "+" button to add a new record to a secondary source.
Is that possible?
Thanks!
Colleen