11-23-2010 11:40 AM
11-30-2010 05:12 AM
12-03-2010 09:04 AM
12-03-2010 01:33 PM
// Add an onsubmit to the form
var editForm = Alfresco.util.ComponentManager.find({id: 'the-id-I-already-had'})[0];
editForm.formsRuntime.doBeforeFormSubmit =
{
fn: function(form, obj)
{
// Get the string document from the editor
var xml = ditaStorm.getXml();
// Get the string document from the editor
var textarea = document.getElementById('my-textarea-id');
textarea.value = xml;
},
scope: this
};
12-06-2010 09:42 AM
12-06-2010 12:36 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.