Merged V3.1 to HEAD

12950: JAWS-11 -  Integrate OpenOffice addin contribution (webscripts only)
          ETHREEOH-991 - Window without scroll bars is opened when we click "Manage" button on "Task details" screen(Microsoft Office Add-in)
          ETHREEOH-994 - Incorrect work when we try to open document by cliking on its version number on View Details tab(Microsoft Office Add-in)
          ETHREEOH-988 - Incorrect work of Search Alfresco tab(Microsoft Office Add-in)
   12951: ETHREEOH-1010 - IE window was not closed when we click "Save Changes" button on "Manage Task" page(Office Add-in)
   12952: JAWS-226 - Support Office 2007 Transformations
   12953: ALFCOM-2490 - MS Office 2007 documents can't be previewed

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13532 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2009-03-10 14:59:16 +00:00
parent ba48c270d0
commit 77cee95439
9 changed files with 587 additions and 25 deletions

View File

@@ -6,11 +6,15 @@ var OfficeMyAlfresco =
{
TOGGLE_AMOUNT: 150,
ANIM_LENGTH: 800,
taskCount: 0,
init: function()
{
OfficeAddin.sortTasks($('taskList'));
OfficeMyAlfresco.setupTasks();
if (OfficeMyAlfresco.taskCount > 0)
{
OfficeAddin.sortTasks($('taskList'));
OfficeMyAlfresco.setupTasks();
}
OfficeMyAlfresco.setupToggles();
},