You can use the builder to easily create a standard Inbenta User interface (UI) inside a div
.You can configure configure the components of the builder with the option
parameter.
All examples shown are set in a Production environment.
Before you call the builder, you must declare an Inbenta SDK and its configuration. Use the SDK to call the builder:
sdk.build(target:String, template_name:String, options:Object);
This is the HTML object where you insert the Inbenta template.
This selects the Inbenta template. Each template has its own configuration and its specific components.
See here to see the default template.
Each template has its own configuration and its specific components. This object contains the components' options.
var sdk = InbentaKmSDK.createFromAccessToken("<your_access_token>", "<your_API_Key>");
sdk.build("#inbenta");