Generator

The Generator methods allow you to programmatically generate elements such as forms, views, or charts.

Method Description
ebs.generateGrid Generates a custom view.
ebs.generateInteractiveGrid Generates an interactive custom view.
ebs.generateInsert Displays a predefined form or form driven flow that allows you to add a record to a given entity.
ebs.generateEdit Displays a predefined form or form driven flow that allows you to edit a specific entity record.
ebs.generateForm Displays a predefined form or form driven flow that allows you to either add or edit a record for a given entity.
ebs.generateList Displays a predefined view for a given entity.
ebs.generateGenericControl Generates HTML form controls, such as text fields, text boxes, checkboxes, date selectors, etc.
ebs.generateHtmlWidgetAsync Asynchronously inserts a widget in an HTML element.
ebs.injectScriptAsync Asynchronously injects an external JavaScript file.
ebs.injectStyleAsync Loads and applies a custom style sheet.
ebs.injectKnownScriptAsync Asynchronously injects a known JavaScript file.
ebs.debounce Delays the execution of a function for a preset time after it was invoked. If the function is triggered again during the waiting period, the delay is reset.