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:
Ariel Backenroth
2007-05-03 21:26:41 +00:00
parent 5c0ece107f
commit 9c3197d467
13 changed files with 362 additions and 287 deletions

View File

@@ -105,8 +105,8 @@ alfresco.AjaxHelper._updateLoaderDisplay = function()
{
var ajaxLoader = alfresco.AjaxHelper._getLoaderElement();
ajaxLoader.innerHTML = (alfresco.AjaxHelper._requests.length == 0
? alfresco.xforms.constants.resources["idle"]
: (alfresco.xforms.constants.resources["loading"] +
? alfresco.resources["idle"]
: (alfresco.resources["loading"] +
(alfresco.AjaxHelper._requests.length > 1
? " (" + alfresco.AjaxHelper._requests.length + ")"
: "...")));