franckxx
19 Dec 2007, 12:43 PM
Hi,
: new version (now in Plugin, same great stuff by Ytorres)...
I've make a small calculator with flash today, i use the plugin made by rkrishna_1975 from this post (http://extjs.com/forum/showthread.php?t=20799)
Sorry it's Flash calculator, i'm newbie with Extjs and Javascript but i learn...
This add'on is easy to install module.
http://carrouget.com/fichiers/calc.png
[U]Demo Link (Big thx to YTorres)
http://extjs.keliglia.com
Installation :
Just unzip this file (http://carrouget.com/fichiers/Calculator window.zip) into root folder of Desktop 2.0 by MXRacer.
If you want modify this calculator, i provide "Sources" for U in this Zip file (http://carrouget.com/fichiers/Construction files.zip).
After Unzip, you must see plugins/calc-window/js/calc-window.js and calculator.swf
Edit "default.php" or "index.php" and add these lines :
<script type="text/javascript" src="plugins/calc-window/calc-window/js/calc-window.js"></script>
After :
<!-- MODULES -->
<script type="text/javascript" src="source/modules/layout-window/js/layout-window.js"></script>
And edit "DesktopConfig.js" :
new MyDesktop.DisplayConf(),
new Plugin.CalcWindow(), //----------------------- add this
new Plugin.DeskKregator()
finish by this line :
'startmenu': [
'layout-win',
'docs-menu',
'grid-win',
'tab-win',
'bogus-menu',
'comm-menu',
'utilitaires-menu',
'calc-win' //----------------------- add this
EDIT : just choose an icon to add into desktop.css and calc-windows.js
Byebye... :D
: new version (now in Plugin, same great stuff by Ytorres)...
I've make a small calculator with flash today, i use the plugin made by rkrishna_1975 from this post (http://extjs.com/forum/showthread.php?t=20799)
Sorry it's Flash calculator, i'm newbie with Extjs and Javascript but i learn...
This add'on is easy to install module.
http://carrouget.com/fichiers/calc.png
[U]Demo Link (Big thx to YTorres)
http://extjs.keliglia.com
Installation :
Just unzip this file (http://carrouget.com/fichiers/Calculator window.zip) into root folder of Desktop 2.0 by MXRacer.
If you want modify this calculator, i provide "Sources" for U in this Zip file (http://carrouget.com/fichiers/Construction files.zip).
After Unzip, you must see plugins/calc-window/js/calc-window.js and calculator.swf
Edit "default.php" or "index.php" and add these lines :
<script type="text/javascript" src="plugins/calc-window/calc-window/js/calc-window.js"></script>
After :
<!-- MODULES -->
<script type="text/javascript" src="source/modules/layout-window/js/layout-window.js"></script>
And edit "DesktopConfig.js" :
new MyDesktop.DisplayConf(),
new Plugin.CalcWindow(), //----------------------- add this
new Plugin.DeskKregator()
finish by this line :
'startmenu': [
'layout-win',
'docs-menu',
'grid-win',
'tab-win',
'bogus-menu',
'comm-menu',
'utilitaires-menu',
'calc-win' //----------------------- add this
EDIT : just choose an icon to add into desktop.css and calc-windows.js
Byebye... :D