Basic #
This is the most basic usage of RegateContentEditable
.
Regate.RegateContentEditable.init({
id: 'basic-example',
name: 'Biography',
})
Value #
With value
property you can set an initial value for your field.
Regate.RegateContentEditable.init({
id: 'value-example',
name: 'Biography',
value: '<b>Hello</b> World',
})