Changeset 864568
- Timestamp:
- 02/25/2014 09:11:37 AM (12 years ago)
- File:
-
- 1 edited
-
embedding-pdf/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedding-pdf/trunk/readme.txt
r864564 r864568 22 22 [pdf]...[/pdf] (Between the tags, you'll provide the URL for the PDF to embed.) 23 23 The '[pdf]' shorttag accepts several optional parameters: 24 -'width' - sets the width of the frame the PDF is embedded in. By default, this is set to 100%.25 -'height' - sets the height of the frame the PDF is embedded in. By default, this is unset.26 -'title' - sets the title of the PDF, for use in the fallback link text.24 1. 'width' - sets the width of the frame the PDF is embedded in. By default, this is set to 100%. 25 2. 'height' - sets the height of the frame the PDF is embedded in. By default, this is unset. 26 3. 'title' - sets the title of the PDF, for use in the fallback link text. 27 27 28 ## Examples:28 ### Examples: 29 29 Short URL: [pdf]http://localhost/PDF_URL[/pdf] 30 30 Advance URL: [pdf width=\"200px\" height=\"400px\" title=\"title1\"]http://localhost/PDF_URL[/pdf]
Note: See TracChangeset
for help on using the changeset viewer.