editor.on('onPreSubmit', function ( json ) {
json.data.myProp1 = $('#myVal1').val();
json.data.myProp2 = "hello world";
} );
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.