mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
adding the ability to save a draft from the xforms ui. currently this is only surfaced when clicking back in the create web content wizard (it saves a draft so that entered values don't get blown away).
also fixing a couple bugs related to namespaces within instance data. being more rigorous about placing the namespace prefix in the right place basically. removing the wrapperelementbuilders from the schemaformbuilder. they were confusing and not used anywhere. (reduces cruft from the schemaformbuilder). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4816 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,6 +26,10 @@ function _xforms_getSubmitButtons()
|
||||
return [ document.getElementById("wizard:next-button"),
|
||||
document.getElementById("wizard:finish-button") ];
|
||||
}
|
||||
function _xforms_getSaveDraftButtons()
|
||||
{
|
||||
return [ document.getElementById("wizard:back-button") ];
|
||||
}
|
||||
</script>
|
||||
<wcm:formProcessor id="form-data-renderer"
|
||||
formProcessorSession="#{WizardManager.bean.formProcessorSession}"
|
||||
|
Reference in New Issue
Block a user