<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inline editing of Microsoft Office documents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11516#M4554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. I changed the entry in web-client-config.xml to webdav, but the link is still the external download link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I opened a document through the WebDAV link on the document detail page, but the document was opened in read-only mode.&amp;nbsp; How would I be able to open it in read/write mode?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Office 2000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2006 19:25:13 GMT</pubDate>
    <dc:creator>warrenzhai</dc:creator>
    <dc:date>2006-04-28T19:25:13Z</dc:date>
    <item>
      <title>Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11509#M4547</link>
      <description>My company is looking to adapt a content management system at the department level.&amp;nbsp; One of the features we are looking for is inline editing of office documents.&amp;nbsp; Is there any possibility that Alfresco would support this in the near future?</description>
      <pubDate>Wed, 26 Apr 2006 14:24:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11509#M4547</guid>
      <dc:creator>warrenzhai</dc:creator>
      <dc:date>2006-04-26T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11510#M4548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been working as an Opentext consultant for many years and had this questions a dozen of times. With the possibility to map Alfresco as a drive and to edit office documents as if you were on a file server might answer the question. Remember, these functionalities come in as extra modules (extra costs) or different licence types. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe inline editing for open office documents would be closer in the scope for Alfresco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 21:14:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11510#M4548</guid>
      <dc:creator>janvg</dc:creator>
      <dc:date>2006-04-26T21:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11511#M4549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As warrenzhai says, if you edit Office documents through the CIFS drive mapping then they will load into the appropriate app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also in the web-client you can change the default way in which documents are specified as URLs. By default the web-client simply points you to the content URL for a document, but if you change the web-client-config.xml (preferably using the config override mechanism) then you can instruct the web-client to create WebDav URLs instead. WebDav URLs open directly in Office apps and can be edited directly - including inline in the IE browser as an embedded Office app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The config section to edit is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;client&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– can be: http|webdav|cifs –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;edit-link-type&amp;gt;http&amp;lt;/edit-link-type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/client&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Change the value to "webdav" to get webdav URLs generated in the web-client by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 12:55:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11511#M4549</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-04-27T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11512#M4550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could have a look at &lt;/SPAN&gt;&lt;A href="http://www.ajaxwrite.com/" rel="nofollow noopener noreferrer"&gt;http://www.ajaxwrite.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's still in beta, few weeks out now but it looks interesting. They try to launch new Ajax applications weekly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's an Ajax version that looks like MS Office. Not the same functionality but a great idea and free. Imagine AjaxWrite with Alfresco…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 14:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11512#M4550</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-04-27T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11513#M4551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You could have a look at &lt;A href="http://www.ajaxwrite.com/" rel="nofollow noopener noreferrer"&gt;http://www.ajaxwrite.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's still in beta, few weeks out now but it looks interesting. They try to launch new Ajax applications weekly.&lt;BR /&gt;&lt;BR /&gt;It's an Ajax version that looks like MS Office. Not the same functionality but a great idea and free. Imagine AjaxWrite with Alfresco…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That does look really interesting, looks like it's using the browser editing APIs (like most inline HTML editors do) with some fancy AJAX menus etc. as well - but the really interesting bit is the ability to import/export Office, Open Office, PDF etc. formats. I think it's definitely worth looking at as a future integration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2006 15:08:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11513#M4551</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-04-27T15:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11514#M4552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It certainly looks promissing and I can see some great added functionalities when this would work together with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AjaxWrite is only one of the apps they made, the full list can be found on &lt;/SPAN&gt;&lt;A href="http://www.ajaxlaunch.com/" rel="nofollow noopener noreferrer"&gt;http://www.ajaxlaunch.com/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 12:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11514#M4552</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-04-28T12:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11515#M4553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow, didn't expect this many replies in so short a time.&amp;nbsp; I am trying to introduce Alfresco into our department.&amp;nbsp; So far everyone is very impressed.&amp;nbsp; Alfresco is really an amazing product.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far the greatest concern we have is that sometimes our customers travel outside the company and need to edit certain Office documents in Internet Cafes where MS Office is not available.&amp;nbsp; Inline editing support would greatly help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 15:47:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11515#M4553</guid>
      <dc:creator>warrenzhai</dc:creator>
      <dc:date>2006-04-28T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11516#M4554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. I changed the entry in web-client-config.xml to webdav, but the link is still the external download link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I opened a document through the WebDAV link on the document detail page, but the document was opened in read-only mode.&amp;nbsp; How would I be able to open it in read/write mode?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Office 2000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2006 19:25:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11516#M4554</guid>
      <dc:creator>warrenzhai</dc:creator>
      <dc:date>2006-04-28T19:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11517#M4555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AjaxWrite (AjaxOS) + Alfresco = Windows Vista&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, not quite, but a content management system which is accessible anywhere in the world with built-in word-processor, spreadsheet, etc. certainly is an intriguing business idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2006 16:55:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11517#M4555</guid>
      <dc:creator>warrenzhai</dc:creator>
      <dc:date>2006-04-29T16:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11518#M4556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am experiencing the same behaviour :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* using default webdav in config file does not make the link beeing effectively webdav &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* using webdav link (even using IE, and double checked the link string is really in the webdav root) opens the document in read only mode ("open or save-as" dialog)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying sharepoint services and alfresco on a 2003 server. Is it possible to have a sharepoint-like document link? Which trigger a special IE dialog warning for security and then permitting to edit the document in read-write mode if accepted?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Aur?lien&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 13:43:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11518#M4556</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-05-03T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11519#M4557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;double post sorry (forum reply displays an error each time, for me, even if the message is posted)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 13:44:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11519#M4557</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-05-03T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11520#M4558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ditto on the interest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2006 19:34:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11520#M4558</guid>
      <dc:creator>warrenzhai</dc:creator>
      <dc:date>2006-05-03T19:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11521#M4559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the scenario where the edit link should open Office documents in edit mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The config item kev mentioned is set to "webdav"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The item is NOT set to be inline editable, this will take precedence&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You are using IE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. You have the "SharePoint.OpenDocuments.1" ActiveX object installed on your machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. The file has an extension of .doc, .dot, .xls or. ppt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore, this will only work from the edit icon. The link in the view details page is a read-only link so it will not attempt to open the file in edit mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The handling of opening the file is done in /scripts/webdav.js if you want to investigate what is going on in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version of Alfresco are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 09:47:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11521#M4559</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-05-04T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11522#M4560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for helping! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Presently, i use windows version of alfresco 1.2.1 (fresh install)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked what you point out.. it looks fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i click the edit icon, it leads to the the checkout alfresco dialog, here is the edit icon html link :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;a href='#' onclick="document.forms['browse']['browse:act'].value='browse:_id104';document.forms['browse']['id'].value='870387b4-d9e3-11da-86c8-e9dc056ac461';document.forms['browse'].submit();return false;" class=inlineAction&amp;gt;&amp;lt;img src="/alfresco/images/icons/edit_icon.gif" border=0 alt="Editer" title="Editer" align=absmiddle&amp;gt;&amp;lt;/a&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and then, even with correct web client config (webdav instead of http), and using IE, the link on the dialog is the following :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://xxxxxxx:8080/alfresco/download/attach/workspace/SpacesStore/870387b4-d9e3-11da-86c8-e9dc056ac461/test%20doc%20word.doc" rel="nofollow noopener noreferrer"&gt;http://xxxxxxx:8080/alfresco/download/attach/workspace/SpacesStore/870387b4-d9e3-11da-86c8-e9dc056ac461/test%20doc%20word.doc&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This does not make the document open itself using the Sharepoint activeX &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When everything work, the webdav edit link is the first one, (edit icon in the Space) or the second one (checkout dialog) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 14:10:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11522#M4560</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-05-04T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11523#M4561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I switched to linux debian, everything work as expected (see above)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only settings i changed is the default behavior (webdav instead of http). I&amp;nbsp; ran alf_stop.sh and then again alf_start.sh, and now i can edit my Office documents inline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you! (im adding this on the bug report i raised)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 17:10:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11523#M4561</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-05-04T17:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11524#M4562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just went through this whole thread, it was just great to see that i will be able to edit office documents inline…so i followed the procedure step by step..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I added &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!– the type of edit link to use, NOTE: inline editable will always take precedence –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– can be: http|webdav|cifs –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;edit-link-type&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;http&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;/edit-link-type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the file web-client-config.xml file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried with &lt;/SPAN&gt;&lt;STRONG&gt;http &lt;/STRONG&gt;&lt;SPAN&gt;and also with &lt;/SPAN&gt;&lt;STRONG&gt;webdav&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. stopped and started the alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Then when I clicked on the edit button of the document, there is no action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. So I went to the view details page, and made the document "Allow Inline Editing" even then "Edit Inline: No " shows NO.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. After this when you click to edit the document, It takes you to the checkout page, which again does not solve the purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going through the AJAX website to check the functionality, meanwhile if anybody has tried this and has been sucessful will be able to help me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akshaya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 19:27:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11524#M4562</guid>
      <dc:creator>akshayakher</dc:creator>
      <dc:date>2006-10-11T19:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11525#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have noticed one more thing, If I keep the EditInline feature NO, and then click on the edit icon. It asks me for the Alfresco DAV Server's Username and Passowrd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have any idea where can I locate this username and password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akshaya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 20:16:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11525#M4563</guid>
      <dc:creator>akshayakher</dc:creator>
      <dc:date>2006-10-11T20:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11526#M4564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Alfresco Roadmap 2007 speaks from a Office-Plugin. Are there more informations. is it possible to edit office-document inline?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 16:19:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11526#M4564</guid>
      <dc:creator>schneika</dc:creator>
      <dc:date>2007-06-01T16:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inline editing of Microsoft Office documents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11527#M4565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Office Add-In will integrate with Word 2003 (initally) and allow you to manage the current open document and the Alfresco repository - you won't need to launch the web client separately to check in/out, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 17:00:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-editing-of-microsoft-office-documents/m-p/11527#M4565</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-06-01T17:00:33Z</dc:date>
    </item>
  </channel>
</rss>

