Lev_A
13 Feb 2008, 7:41 PM
Pure java-script.
Languages:
- English,
- Ukrainian,
- Russian
Demo
http://extjs.keliglia.com/ (Big thanks Ytorres (http://extjs.com/forum/member.php?u=5340) again) ;)
Download
Kubiks_v0.1.zip (http://extjs.keliglia.com/app/dl/Kubiks/Kubiks_v0.1.zip)
HowTo Install (like Saper (http://extjs.com/forum/showthread.php?t=24335) - done by me or Kregator (http://extjs.com/forum/showthread.php?t=19742) and Weather (http://extjs.com/forum/showthread.php?t=22499) from Ytorres (http://extjs.com/forum/member.php?u=5340))
* Unzip the file to the root of your installation.
* Add this (red) lines in :
- default.php :
<!-- MODULES -->
<script type="text/javascript" src="source/modules/layout-window/js/layout-window.js"></script>
<script type="text/javascript" src="source/modules/docs/js/docs.js"></script>
<link rel="stylesheet" type="text/css" href="source/modules/docs/css/docs.css" />
<script type="text/javascript" src="plugins/Saper/locale/saper-en.js"></script>
<script type="text/javascript" src="plugins/Saper/saper.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Saper/saper.css" />
<script type="text/javascript" src="plugins/Kubiks/locale/kubiks-en.js"></script>
<script type="text/javascript" src="plugins/Kubiks/kubiks.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Kubiks/kubiks.css" />
- DesktopConfig.js
getModules : function(){
return [
new MyDesktop.LayoutWindow(),
new MyDesktop.Docs(),
new MyDesktop.GridWindow(),
new Plugin.DeskWeather(),
new Plugin.Saper(),
new Plugin.Kubiks(),
new MyDesktop.TabWindow(),
new MyDesktop.AccordionWindow(),
new MyDesktop.subSubMenu(),
new MyDesktop.subMenu(),
new MyDesktop.BogusModule(),
new MyDesktop.Preferences(),
new Plugin.DeskKregator()
];
},
ver 0.1:
initial release
Screen:
http://extjs.keliglia.com/app/screen/Kubiks/kubiks.jpg
http://extjs.keliglia.com/app/screen/Kubiks/kubiks2.jpg
Any feed back - welcome ;)
Languages:
- English,
- Ukrainian,
- Russian
Demo
http://extjs.keliglia.com/ (Big thanks Ytorres (http://extjs.com/forum/member.php?u=5340) again) ;)
Download
Kubiks_v0.1.zip (http://extjs.keliglia.com/app/dl/Kubiks/Kubiks_v0.1.zip)
HowTo Install (like Saper (http://extjs.com/forum/showthread.php?t=24335) - done by me or Kregator (http://extjs.com/forum/showthread.php?t=19742) and Weather (http://extjs.com/forum/showthread.php?t=22499) from Ytorres (http://extjs.com/forum/member.php?u=5340))
* Unzip the file to the root of your installation.
* Add this (red) lines in :
- default.php :
<!-- MODULES -->
<script type="text/javascript" src="source/modules/layout-window/js/layout-window.js"></script>
<script type="text/javascript" src="source/modules/docs/js/docs.js"></script>
<link rel="stylesheet" type="text/css" href="source/modules/docs/css/docs.css" />
<script type="text/javascript" src="plugins/Saper/locale/saper-en.js"></script>
<script type="text/javascript" src="plugins/Saper/saper.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Saper/saper.css" />
<script type="text/javascript" src="plugins/Kubiks/locale/kubiks-en.js"></script>
<script type="text/javascript" src="plugins/Kubiks/kubiks.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Kubiks/kubiks.css" />
- DesktopConfig.js
getModules : function(){
return [
new MyDesktop.LayoutWindow(),
new MyDesktop.Docs(),
new MyDesktop.GridWindow(),
new Plugin.DeskWeather(),
new Plugin.Saper(),
new Plugin.Kubiks(),
new MyDesktop.TabWindow(),
new MyDesktop.AccordionWindow(),
new MyDesktop.subSubMenu(),
new MyDesktop.subMenu(),
new MyDesktop.BogusModule(),
new MyDesktop.Preferences(),
new Plugin.DeskKregator()
];
},
ver 0.1:
initial release
Screen:
http://extjs.keliglia.com/app/screen/Kubiks/kubiks.jpg
http://extjs.keliglia.com/app/screen/Kubiks/kubiks2.jpg
Any feed back - welcome ;)