Diff: Help/PopUpPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 3 and predecessor to the previous major change of Help/PopUpPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 3 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 2 | 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 3
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
Nicolas