Home

Overview The editor is build using Bootstrap 5 and jQuery. The editor html is located in editor.html and to load the demo editor the following scripts are included. <!-- jquery--> <script s

VvvebJs page builder

VvvebJs is the page builder at the heart of Vvveb CMS. The major difference from other page builders is that VvvebJs can edit any element and place elements anywhere on the page or inside any other e

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', 'inp

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,