{link-window}
Plugin: Linking Plugin, from version 2.2.1
Links to a page or URL, popping it up into a new window.
Usage
{link-window:http://www.foo.com/}Link text{link-window}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| [default]/href | | The name of the page, or the URL.
Note URLs which contain an '=' character must use the 'href' parameter name. | |
| type | | normal
| Either 'normal' (the default) or 'popup'. If set to popup, many of the settings below will default to those appropriate for a popup window. |
| width | | The width of the new window. | |
| height | | The height of the new window. | |
| scrollbars | | true
| If false, the scrollbar will be hidden. |
| menubar | | true
| If false, the menubar will be hidden. |
| location | | true
| If false, the location bar will be hidden. |
| statusbar | | true
| If false, the status bar will be hidden. |
| resizable | | true
| If false, the window will not be resizable. |
| target | | The title of the target window. Use this to open multiple links in the same popup window. | |
| tip | | The tip to display while the mouse is hovering over the link. | |
| icon | | true
| If false, the link will not have an 'open new window' icon. |
| Note If the URL you are linking to contains an '=' character, you must use the 'href=http://....' format, rather than specifying it as the default parameter. Eg: {link-window:href=http://www.google.com/preferences?hl=en}Google search preferences{link-window}
|
Examples
View Google in a popup window.
{link-window:http://www.google.com/|type=popup}Search with Google{link-window}
Link to a URL with an '=' in it.
{link-window:href=http://www.google.com.au/#hl=en&q=fish}Search for 'fish'{link-window}
Discussions