|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
need popup from wiki linkI have a list of files that is displayed as a table (from a plugin) on one of my pages. What I need to do is allow the user to click on the
file name and have a popup appear with the file's content. My first thought was custom coding a plugin with some sort of js popup (or some sort of javascript: interwiki), but I wanted to ask around to see if I can use any existing function of the wiki. Thanks, Lou |
|
|
need CeryleWiki Tagging pluginHi, all
I am trying to add tagging capability to JSPwiki, and I found that CeryleWiki plugins for JSPWiki has several tagging plugins. Unfortunately, I was not be able to download its jar files from the website (http://altheim.4java.ca/ceryle/wiki), seems all the contents are gone from the site. Is there anyone who has the latest class and src jars file that can email to me? Thank you. Ping Yu pyu10055@... |
|
|
Re: need popup from wiki linkLouis,
I don't know the type of file's you are linking to. You can try putting a %%slimbox (or <div class="slimox"> ) around your table. This dyn.style will convert certain links (especially image links, ... ), such that a little icon is shown after the link. Clicking the icon will open an popup with the content of the file. (more info is on jspwiki.org, page Slimbox) dirk On Tue, Sep 29, 2009 at 2:42 PM, Louis Masters <louis.masters@...>wrote: > I have a list of files that is displayed as a table (from a plugin) on one > of my pages. What I need to do is allow the user to click on the file name > and have a popup appear with the file's content. My first thought was > custom coding a plugin with some sort of js popup (or some sort of > javascript: interwiki), but I wanted to ask around to see if I can use any > existing function of the wiki. > > Thanks, > Lou > > > |
|
|
Re: need popup from wiki linkDirk:
This looks very promising. I'm linking to text files so it seems to be working. Are there any options available to Slimbox? Thanks, Lou Dirk Frederickx wrote: > Louis, > I don't know the type of file's you are linking to. > > You can try putting a %%slimbox (or <div class="slimox"> ) around your > table. > This dyn.style will convert certain links (especially image links, ... ), > such that a little icon is shown after the link. > Clicking the icon will open an popup with the content of the file. > > (more info is on jspwiki.org, page Slimbox) > > dirk > > On Tue, Sep 29, 2009 at 2:42 PM, Louis Masters <louis.masters@...>wrote: > >> I have a list of files that is displayed as a table (from a plugin) on one >> of my pages. What I need to do is allow the user to click on the file name >> and have a popup appear with the file's content. My first thought was >> custom coding a plugin with some sort of js popup (or some sort of >> javascript: interwiki), but I wanted to ask around to see if I can use any >> existing function of the wiki. >> >> Thanks, >> Lou >> >> >> > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LOG-NET, Inc. The Logistics Network Management System ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 230 Half Mile Road Third Floor Red Bank, NJ 07701 PH: 732-758-6800 FAX: 732-747-7497 http://www.LOG-NET.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CONFIDENTIAL & PRIVILEGED Unless otherwise indicated or if obvious from the nature of the content, the information contained herein is privileged and confidential information/work product. The communication is intended for the use of the individual or entity named above. If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone (732-747-7699) or by electronic mail (postmaster@...), and destroy any copies, electronic, paper or otherwise, which you may have of this communication. Thank you. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
|
Re: need popup from wiki linkSlimbox has not many options.
%%slimbox will convert all image links to slimbox links. Additionally, internal links and external links are converted too, and displayed in an ajax window. If you want you can restrict slimbox to only convert a special type of links: %%slimbox-img will only process .bmp, .gif, .png, .jpg, .jpeg links. %%slimbox-ajax will only process internal page links and external links. dirk On Thu, Oct 1, 2009 at 3:28 AM, Louis Masters <louis.masters@...>wrote: > Dirk: > > This looks very promising. I'm linking to text files so it seems to be > working. > > Are there any options available to Slimbox? > > Thanks, > Lou > > > > Dirk Frederickx wrote: > >> Louis, >> I don't know the type of file's you are linking to. >> >> You can try putting a %%slimbox (or <div class="slimox"> ) around your >> table. >> This dyn.style will convert certain links (especially image links, ... ), >> such that a little icon is shown after the link. >> Clicking the icon will open an popup with the content of the file. >> >> (more info is on jspwiki.org, page Slimbox) >> >> dirk >> >> On Tue, Sep 29, 2009 at 2:42 PM, Louis Masters <louis.masters@... >> >wrote: >> >> I have a list of files that is displayed as a table (from a plugin) on >>> one >>> of my pages. What I need to do is allow the user to click on the file >>> name >>> and have a popup appear with the file's content. My first thought was >>> custom coding a plugin with some sort of js popup (or some sort of >>> javascript: interwiki), but I wanted to ask around to see if I can use >>> any >>> existing function of the wiki. >>> >>> Thanks, >>> Lou >>> >>> >>> >>> >> > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > LOG-NET, Inc. > The Logistics Network Management System > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 230 Half Mile Road > Third Floor > Red Bank, NJ 07701 > PH: 732-758-6800 > FAX: 732-747-7497 > http://www.LOG-NET.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > CONFIDENTIAL & PRIVILEGED > Unless otherwise indicated or if obvious from the nature of the content, > the information contained herein is privileged and confidential > information/work > product. The communication is intended for the use of the individual or > entity named above. If the reader of this transmission is not the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. If you have received > this communication in error, please notify the sender immediately by > telephone (732-747-7699) or by electronic mail (postmaster@...), > and > destroy any copies, electronic, paper or otherwise, which you may have of > this communication. Thank you. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > |
| Free embeddable forum powered by Nabble | Forum Help |