Diff: Help/PopUpPlugin
Differences between version 5 and predecessor to the previous major change of Help/PopUpPlugin.
Other diffs: Previous Revision, Previous Author
Newer page: | version 5 | Last edited on 17 January 2022 3:00 | by harold | Revert |
Older page: | version 4 | Last edited on 9 September 2007 0:16 | by harold | Revert |
@@ -1,27 +1,95 @@
-_short description_
+Display a page in a clickable popup link.
-!
Usage
-<verbatim>
-
<?plugin
PopUp ?
>
-</verbatim>
+==
Usage ==
+{{{
+<<
PopUp arguments>
>
+}}}
-!
Arguments
+==
Arguments ==
-page _(default: current pagename)_:
- The page to execute upon.
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| link
+|
+| HomePage
+|-
+| **title**
+|
+|
+|-
+| **text**
+|
+|
+|-
+| **width**
+|
+| 500
+|-
+| **height**
+|
+| 400
+|-
+| **resizable**
+|
+| no
+|-
+| **scrollbars**
+|
+| no
+|-
+| **toolbar**
+|
+| no
+|-
+| **location**
+|
+| no
+|-
+| **directories**
+|
+| no
+|-
+| **status**
+|
+| no
+|-
+| **menubar**
+|
+| no
+|-
+| **copyhistory**
+|
+| no
+|-
+| **close**
+|
+| no
+|}
-!
Example
+==
Example ==
-<verbatim>
-<?plugin
PopUp ?>
-</verbatim
>
+{{{
+<<
PopUp
+ link="HomePage"
+ text="Click here to popup the HomePage"
+
>>
+}}}
-<?plugin
PopUp ?
>
+<<
PopUp
+ link="HomePage"
+ text="Click here to popup the HomePage"
+>
>
-!
Author
-PhpWiki
:ReiniUrban
+==
Author ==
+* [[mailto
:pixels@users.sf.net|Nicolas Noble]]
-!
See Also
+==
See Also ==
+<noinclude>
----
-PhpWikiDocumentation Help:WikiPlugin
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]]
+</noinclude>
version 5
Display a page in a clickable popup link.
Usage
<<PopUp arguments>>
Arguments
Argument |
Description |
Default value |
---|---|---|
link |
||
title |
||
text |
||
width |
500 |
|
height |
400 |
|
resizable |
no |
|
scrollbars |
no |
|
toolbar |
no |
|
location |
no |
|
directories |
no |
|
status |
no |
|
menubar |
no |
|
copyhistory |
no |
|
close |
no |
Example
<<PopUp link="HomePage" text="Click here to popup the HomePage" >>Click here to popup the HomePage