Subject: Re: permission to reproduce ScientificCalculator ? Date: Tue, 16 Nov 2004 16:12:40 -0500 From: Kriostech <info@kriostech.com> To: Gilles-Eric Descamps Hi Eric, Thank you for your interest in the Scientific Calculator. Yes, you can upload the zip file for non-commercial use. [...] Thanks, Inchul --------------------------------- KriosTech http://www.kriostech.com 53 Woodstream Blvd. Unit 9 Woodbridge, ON, Canada L4L 7Y8 Phone: (905) 265-7369 Fax: (905) 265-0340 Email: info[at]kriostech.com
%INCLUDE{ "%SYSTEMWEB%.PopUpCalculatorAddOn" section="javascript" }% %INCLUDE{ "%SYSTEMWEB%.PopUpCalculatorAddOn" section="link" }%This will produce a link like this: calc Notes:
"javascript"
section should be included only once; omit this include in case the calendar has been added to the skin.
"link"
section can be included as many times as needed. In case of the "link"
section include you can build your own link text or link button, make sure the link target (e.g. anchor href
parameter) points to: javascript:openPopupWin('%PUBURL%/%SYSTEMWEB%/PopUpCalculatorAddOn/popup.html')
PopUpCalculatorAddOn.zip
in your twiki directory
%TMPL:DEF{"script"}% <script type="text/javascript"> <!-- <pre> HIDE var popupWin; function openPopupWin(addr) { if(popupWin) popupWin.close(); var chasm = screen.availWidth; var mount = screen.availHeight; var w = 240; var h = 410; popupWin=window.open(addr,'popupWin','status=no, width=' + w + ',height=' + h + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5)); } // </pre> HIDE --> </script>
<a href="javascript:openPopupWin('%PUBURL%/%SYSTEMWEB%/PopUpCalculatorAddOn/popup.html')">calc</a>
Add-on Author: | TWiki:Main.GillesEricDescamps |
Copyright: | © 2004 TWiki:Main.GillesEricDescamps © 2005-2010 TWiki:TWiki.TWikiContributor |
License: | GPL (GNU General Public License) |
Add-on Version: | 2010-12-13 (v1.1) |
Change History: | |
2010-12-13: | TWikibug:Item6530: Doc improvements, changing TWIKIWEB to SYSTEMWEB -- TWiki:Main.PeterThoeny |
2004-11-17: | Initial version |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
Add-on Home: | http://TWiki.org/cgi-bin/view/Plugins/PopUpCalculatorAddOn |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/PopUpCalculatorAddOnDev |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/PopUpCalculatorAddOnAppraisal |