Web Component: j-UIBuilder


  • Info
  • HTML
  • JS
  • CSS
  • Meta

j-UIBuilder

BETA: This component renders the application designed via UI Builder.

You can load the app via the path specified in the component or via the config.url option. The path can contain a URL address to the JSON app schema or the app object (parsed JSON).

Configuration:

  • app {String} a link to the method/variable where will be stored app instance
  • url {String} a link to the app schema (must be in the json format)
  • css {Boolean} applies app style to the current element (default: true)
  • id {String} overwrites app ID

Methods:

  • component.load(data) the method loads app into the current element

Properties:

  • component.app contains an app instance

Author