JSDeveloperbridge
Properties Summarized
Methods Summarized
Creates an instanceof a JSDeveloperMenu that can be used in the register function to add a menu item to the context menu or in the form editor for specific components.
Creates an instanceof a JSDeveloperMenu that can be used in the register function to add a menu item to the context menu or in the form editor.
void
Registers a menu item to show in the developer The callback is called when this menu item is clicked on.
void
Shows the form in in the the ui of the developer (so in a dialog) where a developer can interact with.
Properties Detailed
LOCATION
Type Location
Methods Detailed
createComponentMenu(text, componentNames)
Creates an instanceof a JSDeveloperMenu that can be used in the register function to add a menu item to the context menu or in the form editor for specific components. The componentNames is an array of component names
Parameters
String text The label that is shown for this menu item.
Array componentNames The component names where this menu item should be shown for.
Returns: JSDeveloperMenu the created menu item
createMenu(text, location)
Creates an instanceof a JSDeveloperMenu that can be used in the register function to add a menu item to the context menu or in the form editor. The location is one of the servoyDeveloper.LOCATIOM properties
Parameters
String text The label that is shown for this menu item.
Number location The location where this menu item should be shown (one of the servoyDeveloper.LOCATIOM properties).
Returns: JSDeveloperMenu the created menu item
registerMenuItem(menu, callback)
Registers a menu item to show in the developer
The callback is called when this menu item is clicked on.
Parameters
JSDeveloperMenu menu The menu that needs to be registered
Function callback The callback will be called when the menu item is clicked
Returns: void
showForm(formName)
Shows the form in in the the ui of the developer (so in a dialog) where a developer can interact with.
Parameters
String formName The name of the form to show
Returns: void
Last updated
Was this helpful?