mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
most of the way through making the wcm tinymce extensions available from create html. still need to address:
- IE issues - how to handle uploaded files from the create html context - break out the filepicker backing code into its own bean (it's mingled into the XFormsBean at the moment) also reorganizing and pruning the xforms unit test tree. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5613 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -68,6 +68,7 @@ public class XFormsProcessor
|
||||
? "dojo.js.uncompressed.js"
|
||||
: "dojo.js"),
|
||||
"/scripts/ajax/ajax_helper.js",
|
||||
"/scripts/ajax/tiny_mce_wcm_extensions.js",
|
||||
"/scripts/ajax/xforms.js",
|
||||
"/scripts/ajax/file_picker_widget.js",
|
||||
"/scripts/upload_helper.js",
|
||||
@@ -211,7 +212,7 @@ public class XFormsProcessor
|
||||
}
|
||||
|
||||
final ResourceBundle bundle = Application.getBundle(FacesContext.getCurrentInstance());
|
||||
js.append("alfresco.xforms.constants.resources = {\n");
|
||||
js.append("alfresco.resources = {\n");
|
||||
for (String k : BUNDLE_KEYS)
|
||||
{
|
||||
js.append(k).
|
||||
|
Reference in New Issue
Block a user