Skip to content

Commit 09dbba3

Browse files
committed
v5.18.5488
1 parent 9345b6a commit 09dbba3

File tree

7 files changed

+5
-40
lines changed

7 files changed

+5
-40
lines changed

Help/ClassReference/ITHit.WebDAV.Client.DocManager.html

Lines changed: 2 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,7 +3435,7 @@ <h4 class="name" id="EditDocument">
34353435

34363436

34373437

3438-
Function to call if document opening failed. Typically you will request the protocol installation in this callback.If not specified a default message offering protocol installation will be displayed.</td>
3438+
Function to call if document opening failed. Typically you will request the protocol installation in this callback. This callback is executed for non-Microsoft Office documents only.If not specified a default message offering protocol installation will be displayed.</td>
34393439
</tr>
34403440

34413441

@@ -4297,7 +4297,7 @@ <h5>Returns:</h5>
42974297
<h4 class="name" id="MicrosoftOfficeEditDocument">
42984298

42994299

4300-
<span class="type-signature static">static</span>ITHit.WebDAV.Client.DocManager.MicrosoftOfficeEditDocument<span class="signature">(sDocumentUrl, <span class="optional">errorCallback</span>)</span>
4300+
<span class="type-signature static">static</span>ITHit.WebDAV.Client.DocManager.MicrosoftOfficeEditDocument<span class="signature">(sDocumentUrl)</span>
43014301

43024302
</h4>
43034303
</div>
@@ -4355,45 +4355,10 @@ <h4 class="name" id="MicrosoftOfficeEditDocument">
43554355

43564356
<td class="description last">
43574357

4358-
4359-
4360-
4361-
4362-
43634358
URL of the document to edit. This must be a Microsoft Office document. Must be a full URL including the domain name.</td>
43644359
</tr>
43654360

43664361

4367-
4368-
<tr>
4369-
4370-
<td class="name"><code>errorCallback</code></td>
4371-
4372-
4373-
<td class="type">
4374-
4375-
4376-
<span class="param-type">function</span>
4377-
4378-
4379-
4380-
</td>
4381-
4382-
4383-
4384-
<td class="description last">
4385-
4386-
4387-
<span class="optional">optional</span>
4388-
4389-
4390-
4391-
4392-
4393-
Function to call if document opening failed.</td>
4394-
</tr>
4395-
4396-
43974362
</tbody>
43984363
</table>
43994364

ITHitWebDAVClient.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-196 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-8 KB
Binary file not shown.
9 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdav.client",
3-
"version": "5.17.5482",
3+
"version": "5.18.5488",
44
"description": "WebDAV ajax library for opening documents from a web page and managing WebDAV servers.",
55
"main": "ITHitWebDAVClient.js",
66
"keywords": [

0 commit comments

Comments
 (0)