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:
Ariel Backenroth
2007-01-12 22:03:30 +00:00
parent 0861936a2e
commit 2063aa7426
10 changed files with 204 additions and 567 deletions

View File

@@ -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}"