Author:manus

Date:2012-06-26T00:12:19.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1106 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-06-26 01:23:27 +00:00
parent 967ceac724
commit 792bb74ca7
3 changed files with 74 additions and 11 deletions

View File

@@ -2,14 +2,17 @@
[[Property:weight|2]]
[[Property:uuid|69b4d9d4-570e-e7ac-087b-88449a608d0b]]
EIS supports following protocols:
* Raw URL: This protocol does not need to specified. By default, it will be taken if nothing is specified or unknown protocol is specified.
* URI: This protocol does not need to specified. By default, it will be taken if nothing is specified or unknown protocol is specified.
* PDF: PDF protocol supports three attributes: "type" "page" and "nameddest". (Windows only)
* PDF: PDF protocol supports three parameters: "type" "page" and "nameddest". (Windows only)
** '''type''' - "file" is used to open PDF files in PDF reader. Otherwise in a browser.
** '''page''' - a page number at which to open a document.
** '''nameddest''' - a named destination at which to open a document.
{{note|The status of supported protocols described above is as of EiffelStudio version 6.4. }}
* DOC: Represents a Microsoft Word document.
** '''bookmark''' - Name of a Microsoft Word document bookmark.
{{note|The status of supported protocols described above is as of EiffelStudio version 7.1. }}