Hi, i tryed to get the Json string in a form with the formSelector and inputSelector, but doesn´t work, is there any error in this snippet code?
Thank you, great work!!
$(function () {
$("#editor").brickyeditor({
formSelector: 'frm_1',
inputSelector: 'fld_1',
ignoreHtml: true,
blocksUrl: 'data.json',
templatesUrl: 'templates.html',
});
});
Hi, i tryed to get the Json string in a form with the formSelector and inputSelector, but doesn´t work, is there any error in this snippet code?
Thank you, great work!!