{link-window}
Plugin Version: from version 2.2.1
Links to a page or URL, popping it up into a new window.
Usage
Wiki Markup
{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. |
Discussions