FormIt Plugin API
v23.0.0 (2023.0.0)
|
Functions | |
json | FormIt.Commands.GetCommands () |
Get the list of commands in FormIt. More... | |
json | FormIt.Commands.DoCommand (command) |
Execute given command. More... | |
json | FormIt.Commands.RegisterJSCommand (command) |
Register the given command which will show up in the list of shortcuts. More... | |
json FormIt.Commands.DoCommand | ( | command | ) |
Execute given command.
FormIt.Commands.GetCommands returns the list of available commands.
[in] | command | String |
json FormIt.Commands.GetCommands | ( | ) |
json FormIt.Commands.RegisterJSCommand | ( | command | ) |
Register the given command which will show up in the list of shortcuts.
RegisterJSCommand just takes a string that is the JS function to call. FormIt.Commands.DoCommand will call the given 'command' that is passed in.
[in] | command | String |