path
Last updated
Last updated
action
"path"
Action Name
options.windowName
string
{ optional } If specified the options
object will be used to update the target window that has the specified name. This is useful for changing things like card modal forms without destroying th modal and recreating again. Can also target windows by id
viaoptions.id
ver 0.8.2+
options.path
string
{ optional } URN path that follows the # (hash) eg:
"/" - index page
"/form/:id - a form with id
options.url
{ optional } will open page url in a new tab
options.sameWindow
{ optional } If true, will open url replacing the BetteForms app (same tab)
options.name
string
The windowName
of the target window. If not specified _blank
is used. ( Ver 0.10.22+ )
options.features
string
Window features as described in MDN here. ( Ver 0.10.22+ )