Home
Overview The editor is build using Bootstrap 4 and jQuery. The editor html is located in editor.html and to load the demo editor the following scripts are included. <!-- jquery--> <script
Inputs
Overview Inputs objects are used to edit component properties For example TextInput extends Input object and is defined as var TextInput = $.extend({}, Input, { events: { "keyup": ['onChange', 'in
Components
Overview Component object is used to define the html blocks that can be added and edited on the page. To add a component you need to use Vvveb.Components.add method or extend an existing component,