JQueryPopUpWindow

Homepage: http://foswiki.org/Extensions/JQueryPopUpWindow
Author(s): Arthur Clemens
Version: 1.0.1

Open a page in a new window.

Macros

POPUPWINDOW{"topic" ...} -- opens a topic or url in a new window

  • Parameters:
    Parameter: Description:Sorted descending Default:
    width Width of window "600"
    template View template to call when viewing a topic; not used for URLs "viewplain"
    url URL to open (if topic is not used)  
    "topic", topic="topic", topic="web.topic" Topic to open  
    top Top position "0"
    toolbar Show toolbars? "0"
    status Show status? "1"
    scrollbars Show scrollbars? "1"
    menubar Show menubar? "0"
    location Show location bar? "0"
    label Link label the topic or the url
    left Left position "0"
    resizable Is the window resizable? "1"
    height Height of window "480"
    createnew Create a new window for each popup? "1"
    center Center the window? "0"
  • Example with topic link:
    %POPUPWINDOW{"JQueryPopUpWindow" label="Open this topic in a new window"}%
    Generates: Open this topic in a new window
  • Example with url:
    %POPUPWINDOW{url="http://foswiki.org"}%
    Generates: http://foswiki.org
  • Enable POPUPWINDOW by writing %JQREQUIRE{"popupwindow"}% on the page

This topic: System > JQueryPlugin > JQueryPopUpWindow
Topic revision: 18 Nov 2013, UnknownUser
 
This site is powered by FoswikiCopyright © CC-BY-SA by the contributing authors. All material on this collaboration platform is copyrighted under CC-BY-SA by the contributing authors unless otherwise noted.
Ideas, requests, problems regarding Foswiki? Send feedback