View Full Version : Window Group
israel
1 Feb 2008, 3:45 PM
i want html and js desktop idont want php desktop
i want desktop wite not loooooding whit not singin
i want to bild tesktop site plise put her yore tesktop demo site
tenkyou
israel
1 Feb 2008, 3:52 PM
http://qwikioffice.com/desktop-demo/
http://recorall.org/jsdesk/
http://jeamy.werk1.at/
http://www.digitalbucket.net/User/FileManager.aspx
http://www.feyasoft.com/home.htm
http://gsylvain35.free.fr/desktop/
http://extforumdemo.altervista.org/
http://cobnet.com/icmsBeta2/extjs/examples/mydesktop/login.html
http://peppep11.freehostia.com/
http://www.qwikioffice.com/desktop-demo/
http://cobnet.com/icmsBeta2/extjs/examples/wb/
http://recorall.org/jsdesk/
http://tdg-i.com/js/extexamples/dsktopautoload/
http://test.kesteb.us/
http://www.swirlhost.com/chatroom/Demo/tabid/169/room/1/Default.aspx
http://demo.kjordan.net/
http://www.isoft-solutions.com/outlook.demo/
http://www.jsloader.com/twiki/bin/view/TWiki/TWikiStudio
http://www.scalpingschool.com/grafici2/default2.aspx#
http://www.exttld.com/
Nice recopilation.
Thanks.
israel
5 Feb 2008, 10:55 PM
MyDesktop.on('ready', function(app) {
app.modules[0].createWindow();
}, this);
israel
5 Feb 2008, 10:55 PM
MyDesktop.on('ready', function(app) {
app.modules[0].createWindow();
}, this);
MyDesktop.ChatwinnerModule = Ext.extend(Ext.app.Module, {
appType : 'Chat',
id : 'Chatwinner-win',
init : function(){
this.launcher = {
text: 'המלצות ווינר',
iconCls:'toto',
handler : this.createWindow,
scope: this
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('Chatwinner-win');
if(!win){
MyDesktop.getDim();
win = desktop.createWindow({
id: 'Chatwinner-win',
title:'Chat',
width:450,
height:400,
iconCls: 'toto',cls: 'x-btn-icon',
shim:false,
animCollapse:false,
layout: 'fit',
border:false,
constrainHeader:true,
html: '<body><IFRAME SRC="http://www.toto.org.il/" style="border:0px none;width:100%;height:100%;"></IFRAME></body>'
});
}
win.show();
return win;
}
});:)):)):))
israel
7 Feb 2008, 10:40 PM
http://rainbow.arch.scriptmania.com/merlin/webpage_agent.html
i naw the kod of merlin bat i dont noa to pot merlin un my desktop:((
israel
9 Feb 2008, 12:13 AM
http://pic-il.net/images/rgh1202634483v.JPG
/*
* Desktop configuration
*/
var SIZE_X_60;
var SIZE_X_30;
var SIZE_Y_30;
var SIZE_Y_60;
var SIZE_Y_100;
var GAP;
MyDesktop = new Ext.app.App({
init :function()
{
Ext.QuickTips.init();
},
// get modules to initialize (make available to your desktop)
getModules : function(){
return [
new MyDesktop.IframeWindow(),
new MyDesktop.totototoModule(),
new MyDesktop.telesportModule(),
new MyDesktop.PhotoUpload(),
new Plugin.DeskMailMonitor(),
new MyDesktop.oneModule(),
new MyDesktop.ligaModule(),
new Plugin.CalcWindow(),
new MyDesktop.predefSubMenu(),
new MyDesktop.israelModule(),
new Plugin.DeskKregator(),
new MyDesktop.englandModule(),
new MyDesktop.RadioregaModule(),
new MyDesktop.RadiooneModule(),
new MyDesktop.HomePage(),
new MyDesktop.skinimSubMenu(),
new MyDesktop.standingSubMenu(),
new Plugin.Saper(),
new Plugin.DeskWeather(),
new MyDesktop.desktopDefaultSessA(),
new MyDesktop.desktopDefaultSessB(),
new MyDesktop.desktopDefaultSessBxz(),
new MyDesktop.desktopDefaultSessc(),
new MyDesktop.desktopDefaultSessAZAkk(),
new MyDesktop.ChatModule(),
new MyDesktop.LiveTvModule(),
new Preferences()
];
},
initLayout : function() {
},
// config for the start menu
getStartConfig : function(){
var Calc = new Plugin.CalcWindow();
Calc.app = this;
var mine = new Plugin.Saper();
mine.app = this;
var pref = new Preferences();
pref.app = this;
var Photo =new MyDesktop.PhotoUpload ();
Photo.app = this;
var LiveTv = new MyDesktop.LiveTvModule();
LiveTv.app = this;
return {
iconCls: 'soccer',
title: get_cookie_race24('24H_LOG'), //get_cookie('memberName'),
toolItems: [
pref.launcher,
Calc.launcher,
mine.launcher,
Photo.launcher,
LiveTv.launcher
],
toolPanelWidth: 110
};
},
// get user preferences, modules to load into Start Menu and Quick Start
getDesktopConfig : function(){
// can hard code the module id's
/* Ext.Ajax.request({
success: function(o){
var decoded = Ext.decode(o.responseText);
if(decoded.success){
this.initDesktopConfig(decoded.config);
}else{
// error
}
},
failure: function(){
// error
},
scope: this,
url: 'index.html'
});
*/ var o = { 'desktopcontextmenu': [
'HomePage-win',
'liga-win',
'preferences-win','skinim-menu'
],
'quickstart': [
'defaultBxz-desktop',
'defaultB-desktop',
'defaultA-desktop',
'defaultAZAkk-desktop',
'defaultc-desktop'
],
'startmenu': [
'DeskMailMonitor-win',
'DeskKregator-win',
'photo-url-win',
'one-win',
'telesport-win',
'liga-win',
'desk-weather-win',
'HomePage-win',
'classement-menu',
'predef-menu',
]
}
this.initDesktopConfig(o);
}
});
MyDesktop.getDim = function()
{
var desktop = MyDesktop.desktop;
if (desktop == null)
return;
SIZE_X_30 = (desktop.getWinWidth()*47)/100;
SIZE_X_60 = (desktop.getWinWidth()*50)/100;
SIZE_Y_30 = (desktop.getWinHeight()*33)/100;
SIZE_Y_60 = (desktop.getWinHeight()*64)/100;
SIZE_Y_100 = desktop.getWinHeight() - 10;
GAP = 3;
}
Ext.ux.FlashPlugin = function() {
this.init = function(ct) {
ct.flashTemplate = new Ext.XTemplate(
'<div>',
'<object id="flash-{id}" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{swfWidth}" height="{swfHeight}">',
'<param name="movie" value="{swf}" />',
'<param name="quality" value="high" />',
'<param name="wmode" value="transparent" />',
'<param name="flashvars" value="{computedflashvars}" />',
'<param name="allowScriptAccess" value="domain" />',
'<param name="align" value="t" />',
'<param name="salign" value="TL" />',
'<param name="swliveconnect" value="true" />',
'<param name="scale" value="noscale" />',
'<embed name="flash-{id}" src="{swf}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="{computedflashvars}" type="application/x-shockwave-flash" width="{swfWidth}" height="{swfHeight}" wmode="transparent" allowScriptAccess="always" swliveconnect="true" align="t" salign="TL" scale="noscale"></embed>',
'</object>',
'</div>'
);
ct.flashTemplate.compile();
ct.renderFlash = function() {
if (this.flashvars && (typeof this.flashvars == 'object')) {
var tempflashvars = Ext.apply({}, this.flashvars);
for (var key in tempflashvars) {
if (typeof tempflashvars[key] == 'function') {
tempflashvars[key] = tempflashvars[key].call(this, true);
}
};
this.computedflashvars = Ext.urlEncode(tempflashvars);
}
this.swfHeight = this.body.getSize().height -2;
this.swfWidth = this.body.getSize().width -2;
if (this.body.first()) this.flashTemplate.overwrite(this.body.first(),this);
else this.flashTemplate.insertFirst(this.body,this);
};
ct.loadFlash = function(config) {
Ext.apply(this,config);
this.renderFlash();
};
ct.on('afterlayout',ct.renderFlash, ct);
};
};
//--------------------------------------------------------------------------------------------------------------------------
/* *******************************************************************************
* Use Plugin Namespace
*/
var Plugin = Plugin ||
{};
Plugin.CalcWindow = Ext.extend(Ext.app.Module, {
id : 'calc-win',
init : function(){
this.launcher = {
text: 'Tetris ',
iconCls:'kcalc',
handler : this.createWindow,
scope: this
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('calc-win');
if(!win){
var winWidth = desktop.getWinWidth() / 1.1;
var winHeight = desktop.getWinHeight() / 1.1;
win = desktop.createWindow({
id: 'calc-win',
title:' tetries ',
iconCls: 'kcalc',
shim:false,
animCollapse:false,
constrainHeader:true,
layout:'fit',
width: 372,
height:463,
border: false,
// constrain: true,
closeAction:'close',
// plain: true,
modal : false,
resizable: false,
maximizable:false,
items:[{
layoutConfig:{
border: false
},items:[{
header: false,
layout: 'fit',
border: false,
width: 360,
height: 435,
swf: 'http://cl-t056-120cl.privatedns.com/~wwwflas/flash-game0566/352.swf', flashvars: {dataUrl: 'accountPerformance.xml', chartHeight: function(){ return this.body.getSize().height -0; }, chartWidth: function(){ return this.body.getSize().width -0;}},
plugins: new Ext.ux.FlashPlugin()
},{
}]
},{
}]
});
}
win.show();
return win;
}
});
israel
9 Feb 2008, 12:15 AM
http://www.flash-game.net/game/352/tetris-arcade.html
israel
9 Feb 2008, 12:35 AM
http://pic-il.net/images/bwy1202636016k.JPG
RWaters
9 Feb 2008, 6:45 AM
Aww, my original thought was that maybe someone wrote a JavaScript only tetris clone ;)
vlados
9 Feb 2008, 7:23 AM
Like the JS Mario Game ;)
israel
9 Feb 2008, 6:02 PM
http://pic-il.net/images/opt1202699117b.JPG
MyDesktop.telesportModule = Ext.extend(Ext.app.Module, {
appType : 'telesport',
id : 'telesport-win',
init : function(){
this.launcher = {
text: 'msn messenger',
iconCls:'favorites_16',
handler : this.createWindow,
scope: this
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('telesport-win');
if(!win){
MyDesktop.getDim();
win = desktop.createWindow({
id: 'telesport-win',
title:'msn messenger',
width:400,
height:400,
iconCls: 'favorites_16',
shim:false,
animCollapse:false,
layout: 'fit',
border:false,
constrainHeader:true,
html: '<body><IFRAME SRC="http://wwwe.meebo.com/index-en.html" style="border:0px none;width:100%;height:100%;"></IFRAME></body>'
});
} win.maximize();
win.show();
return win;
}
});
http://wwwe.meebo.com/index-en.html
israel
9 Feb 2008, 6:16 PM
+ICQ:))
israel
9 Feb 2008, 6:21 PM
בעיברית פה
=D>http://wwwe.meebo.com/
in hebrow here
http://wwwe.meebo.com/
http://pic-il.net/thumbs/bwy1202700172w.JPG (http://pic-il.net/viewer.php?id=bwy1202700172w.JPG)
israel
10 Feb 2008, 6:41 PM
http://www.jooce.com
http://bp3.blogger.com/_XoUQ_jVOCJg/R4FMUslGu1I/AAAAAAAAAEI/aqJc47CzH8U/s320/untitled2.bmp
aconran
10 Feb 2008, 7:02 PM
Looks like flash to me?
israel
10 Feb 2008, 7:10 PM
YES ITS FLASH BAT GOOD
genius551v
10 Feb 2008, 9:57 PM
Man, just i can say...Great work....=D>
xmatt1
11 Feb 2008, 3:04 AM
What can i say??
GREAT WORK! i think about ext desktop like flash 3d effect as cube effect, u know..
i think it will be very nice.. see this example about javascript library animation cube http://www.kawa.net/works/js/animation/cube-e.html
i hope this genreate an idea to ext3 hehe
salvi
11 Feb 2008, 6:53 PM
There is no Tetris but some other cool games:
http://www.dhtmlgoodies.com/index.html?page=forfun
Foggy
12 Feb 2008, 2:48 AM
http://www.lutanho.net/play/tetris.html ;)
Other games are here:
http://www.lutanho.net/stroke/online.html
israel
12 Feb 2008, 3:54 AM
http://pic-il.net/images/klz1202911933y.JPG
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base target="_blank">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ExtTLD - Examples</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="../../js/ext-2.0/resources/css/ext-all.css" />
<script type="text/javascript" src="../../js/ext-2.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../js/ext-2.0/ext-all.js"></script>
<script>
// sets default ExtJS blank image
Ext.BLANK_IMAGE_URL = "../../js/ext-2.0/resources/images/default/s.gif";
</script>
<script>
Ext.onReady(function(){
accWindow = new Ext.Window({
id:'accWindow',
title:'Accordion Example',
height:400,
width:600,
items:[
new Ext.Panel({
border:false,
id:'',
layout:'accordion',
defaults:{bodyStyle:'padding:8px',autoHeight:true},
items:[
new Ext.Panel({
border:false,
id:'ext_panel_tag1b5c6b6',
title:' 22*.zip, *.rar, *.swf, *.mp3, *.doc, *.txt, *.exe: ההעלעת קבצים- קבצים מורשים ',
listeners:{
},
contentEl:'ext_panel_tag1b5c6b6El'
}),new Ext.Panel({
border:false,
id:'panel2',
title:'GIF JPG PNG BMP :ההעלעת קבצים-וגי קבצים מורשים ',
listeners:{
},
contentEl:'ext_panel_tag1ad4b69El'
})
],
listeners:{
},
contentEl:'ext_panel_tag13f5ff8El'
})
],
listeners:{
},
contentEl:'accWindowEl'
});
})
</script>
<div class="x-hide-display" id="accWindowEl">
<div class="x-hide-display" id="ext_panel_tag13f5ff8El">
<div class="x-hide-display" id="ext_panel_tag1b5c6b6El">
<br>
<form action="http://www.pic-il.net/upload.php" method="post" enctype="multipart/form-data" name="phuploader">
<table align="center"class="table">
<tr>
<td class="style3" width="20%"><b><span lang="he">בחר קובץ</span>:</b> </td>
<td class="style3" width="80%"><input type="file" name="file[]" size="30" /></td>
</tr>
<tr>
<td colspan="2" align="center" class="table_footer">
<input type="hidden" name="submit" value="true" />
<input type="submit" value=" upload " />
<input type="reset" name="reset" value=" reset " />
</td>
</tr>
</table>
</form>
</div>
<div class="x-hide-display" id="ext_panel_tag1ad4b69El">
<form action="http://www.pic-il.net/basic.php" method="post" enctype="multipart/form-data" name="phuploader">
<table align="center"class="table">
<tr>
</tr>
<tr>
</tr>
<tr>
<td class="style3" width="20%"><b><span lang="he">בחר קובץ</span>:</b> </td>
<td class="style3" width="80%"><INPUT TYPE="file" NAME="userfile" size="27"></td>
</tr>
<tr>
<td colspan="2" align="center" class="table_footer">
<input type="hidden" name="submit" value="true" />
<input type="submit" value=" העלה " />
<input type="reset" name="reset" value=" נקה " />
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
<script>
Ext.onReady(function(){
try {
accWindow = Ext.getCmp('accWindow');
ext_panel_tag13f5ff8 = Ext.getCmp('ext_panel_tag13f5ff8');
ext_panel_tag1b5c6b6 = Ext.getCmp('ext_panel_tag1b5c6b6');
panel2 = Ext.getCmp('panel2');
ext_panel_tag1fbca86 = Ext.getCmp('ext_panel_tag1fbca86');
ext_panel_tag1ad4b69 = Ext.getCmp('ext_panel_tag1ad4b69');
;
;
} catch(e){};
});
</script>
<script>
Ext.onReady(function(){
accWindow.show();
panel2.expand();
});
</script>
</body>
</html>
israel
12 Feb 2008, 4:15 AM
http://pic-il.net/images/klz1202911933y.JPG
lobo-tuerto
12 Feb 2008, 10:50 AM
You should put your code into CODE or PHP tags, so people can read it.
israel
12 Feb 2008, 4:18 PM
http://soccer865.googlepages.com/ext.html
http://pic-il.net/images/cqs1202951938b.JPG
<head>
<title>בלה בלה בלה</title>
<base target="_blank">
<meta http-equiv="content-type" content="text/html; charset=windows-1255" />
<style type="text/css">
/*margin and padding on body element
can introduce errors in determining
element position and are not recommended;
we turn them off as a foundation for YUI
CSS treatments. */
body {
margin:20;
padding:20;
}
</style>
<!-- EXT -->
<link rel="stylesheet" type="text/css" href="Ext/2.0/resources/css/ext-all.css" />
<script type="text/javascript" src="Ext/2.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="Ext/2.0/ext-all.js"></script>
<div style="width:530;" class="x-box-blue">
<div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
<div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
<h3 style="margin-bottom:5px;">Sample Users</h3>
<div id="data-grid" style="border:1px solid #99bbe8;overflow: hidden; width:100%; height: 120px;">
<BR/><P align="center"><B>GIF JPG PNG BMP :ההעלעת תמונות- קבצים מורשים <B/><P/><BR/>
<form action="http://www.pic-il.net/basic.php" method="post" enctype="multipart/form-data" name="phuploader">
<table align="center"class="table">
<tr>
</tr>
<tr>
</tr>
<tr>
<td class="style3" width="20%"><b><span lang="he">בחר קובץ</span>:</b> </td>
<td class="style3" width="80%"><INPUT TYPE="file" NAME="userfile" size="27"></td>
</tr>
<tr>
<td colspan="2" align="center" class="table_footer">
<input type="hidden" name="submit" value="true" />
<input type="submit" value=" העלה " />
<input type="reset" name="reset" value=" נקה " />
</td>
</tr>
</table>
</form>
</div>
</div></div></div>
<div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
</div>
<BR/>
<div style="width:530;">
<div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
<div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
<h3 style="margin-bottom:5px;">Sample Users</h3>
<div id="data-grid" style="border:1px solid #464646;overflow: hidden; width:100%; height: 120px;">
<BR/><P align="center"><B>*.zip, *.rar, *.swf, *.mp3, *.doc, *.txt, *.exe: ההעלעת קבצים- קבצים מורשים <B/><P/><BR/>
<form action="http://www.pic-il.net/upload.php" method="post" enctype="multipart/form-data" name="phuploader">
<table align="center"class="table">
<tr>
<td class="style3" width="20%"><b><span lang="he">העלה קובץ</span>:</b> </td>
<td class="style3" width="80%"><input type="file" name="file[]" size="30" /></td>
</tr>
<tr>
<td colspan="2" align="center" class="table_footer">
<input type="hidden" name="submit" value="true" />
<input type="submit" value=" upload " style="background: #ba0000; color: white; border: #ffffff;"/>
<input type="reset" name="reset" value=" reset " style="background: #ba0000; color: white; border: #ffffff;"/>
</td>
</tr>
</table>
</form>
</div>
</div></div></div>
<div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
</div>
para
13 Feb 2008, 12:54 PM
I don't think there was a complete word in that statement/question.
That's what the page you linked to is for. It has step by step instructions on how to do it.
On a personal note: I'm glad it only works in IE, otherwise I might actually have to look at it while browsing. What a waste.
Edit: Correction, the words 'i', 'the', 'of', 'merlin', 'to', 'pot' (although incorrect word, it is still a word), 'merlin', 'my', and 'desktop' do appear. I apologize for the comments IFF Israel is not a native English speaker. (as his name would insinuate).
DigitalSkyline
13 Feb 2008, 1:11 PM
I didn't want to be the one to tell him how useless this was back in 1996, but then it was at the very least something new.
Robert Sayfullin
13 Feb 2008, 1:31 PM
I didn't want to be the one to tell him how useless this was back in 1996 You know.. Just for kids.
israel
13 Feb 2008, 9:17 PM
http://www.freedownloadmanager.org/downloads/SkinStudio_23546_p/
israel
13 Feb 2008, 9:24 PM
i want desktop like thishttp://forum.score777.com/html/emoticons/!cid_000901c5d0be$89c06c20$0200000a@sigaljwnp5ad5d.gif
http://www.wincustomize.com/skins.aspx?skinid=6343&libid=1
http://skins6.wincustomize.com/MikeB314/wb/6343.jpg
thejoker101
13 Feb 2008, 9:51 PM
Sidebar wouldn't be all that difficult to put together, although some components like the clock I could see being difficult since you'd have to have a dynamic image (although I could see using several images for the clock face and the hands). And then some are just flat out impossible like the mem/cpu usage one. Making the theme might be rather tricky, but I haven't tried my hand at making an Ext theme yet, but not many have really been made, or at least from scratch (lots of just changing the color on the default themes) and certainly not as complicated visually as that one.
israel
13 Feb 2008, 9:53 PM
give me the cod to put clock in my desktop pls
in desktopconfig?
alien3d
14 Feb 2008, 12:46 AM
mummy mummy i want ice cream.
Better ask yourself how to that don't just ask people to make it for you >:)
thejoker101
14 Feb 2008, 4:46 AM
give me the cod to put clock in my desktop pls
in desktopconfig?
I didn't say I had code, I said I had a few ideas of how it could be put together. Some day if I get time I may put this together seeing as desktop widgets can be useful, unfortunately they aren't high on my priority list. So unless someone else here is working on it, you'll have to do it yourself if you want it right now ;)
thejoker101
14 Feb 2008, 4:48 AM
I didn't want to be the one to tell him how useless this was back in 1996, but then it was at the very least something new.
Yeesh, that website looks like it hasn't been updated since 1996. I'm not sure why he'd want to subject himself or his users to MS Agents either...
Foggy
14 Feb 2008, 8:01 AM
Could you post this non-ext stuff in general discussion forums instead this ext-example forums in future please?
israel
18 Feb 2008, 1:57 AM
MyDesktop.AccordionWindow = Ext.extend(Ext.app.Module, {
id:'acc-win',
init : function(){
this.launcher = {
text: 'Accordion Window',
iconCls:'accordion',
handler : this.createWindow,
scope: this
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('acc-win');
if(!win){
win = desktop.createWindow({
id: 'acc-win',
title: 'Accordion Window',
width:250,
height:400,
iconCls: 'accordion',
shim:false,
animCollapse:false,
constrainHeader:true,
layout:'accordion',
border:false,
layoutConfig: {
animate:false
},
items: [
{
title: 'Settings', iconCls:'settings',
html:'<p>Something useful would be in here.</p>',
autoScroll:true
},{
title: 'Even More Stuff',
html : '<p>Something useful would be in here.</p>'
},{
title: 'My Stuff',
html : '<p>Something useful would be in here.</p>'
}
]
});
}
win.show();
}
});:))
http://pic-il.net/thumbs/jdv1203418642m.JPG (http://pic-il.net/viewer.php?id=jdv1203418642m.JPG)
israel
18 Feb 2008, 12:38 PM
http://www.itoto1.com/ext-2.0.1/examples/desktop/index.html
israel
19 Feb 2008, 8:32 AM
:-?
franckxx
19 Feb 2008, 1:26 PM
:-?
HAHAHAH ! :D:D
Hi Isreal,
Your Desktop look very beautiful, many icons, colors, nice wallpaper etc...
but i think u use and abuse with -----> iframe.)
but it's a good start.
PS : it's just my opinion
israel
20 Feb 2008, 2:55 AM
i naw jast html ifram idont naw exl 300 peple in my site evre day :))
zoola
20 Feb 2008, 6:36 AM
אהלן ישראל,
אולי תצרף קוד?
israel
20 Feb 2008, 8:20 AM
איזה קוד תרוצה תסתכל בקוד מקור
israel
31 Mar 2008, 7:56 AM
Link deleted by tryanDLS - irrelevant
jay@moduscreate.com
31 Mar 2008, 5:28 PM
nice. wish i could read hebrew :(
israel
1 Apr 2008, 11:58 PM
my site is fotbool live=D>:-?
kirill533
5 Apr 2008, 7:35 AM
link deleted by tryanDLS
I lost 2,5 MB
israel
7 Apr 2008, 3:02 AM
my desktop
link deleted by tryanDLS
israel
13 Apr 2008, 11:50 PM
(:|:-?
israel
8 May 2008, 12:43 PM
http://www.itoto1.com
jasonhsu
9 May 2008, 5:40 AM
cant open the page.
israel
9 May 2008, 6:02 AM
http://www.itoto1.com/ext-2.0.1/examples/desktop/index.html
israel
12 May 2008, 10:49 AM
http://www.itoto1.com
israel
12 May 2008, 1:30 PM
oll yoro2008 free no moany very good streaming wull be redy 3-4 daeys tenkyou
my inglish vere good :)):)):))http://nexti.co.il/style_emoticons/default/UUUUUUUUUUUUUU.gifhttp://fobo.ru/images/smilies/cranky.gif
israel
19 May 2008, 6:29 AM
http://extjs.com/forum/images/smilies/33.gif
israel
23 May 2008, 3:49 AM
=D>=D>=D>=D>=D>=D>
israel
2 Jun 2008, 9:45 AM
http://planete-smiley.com/smiley/3d/c054.gif
israel
5 Jun 2008, 3:12 PM
miframe
http://www.itoto1.com/ext-2.0.1/examples/desktop/4235.html
desktop
http://www.itoto1.com/ext-2.0.1/examples/desktop/index.html
:))
rule3
24 Jul 2008, 6:03 PM
i want to bild tesktop site plise put her yore tesktop demo site
tenkyou
http://mattikiviharju.name/qo/
elseif
24 Jul 2008, 11:51 PM
tesktop ? desktop
israel
14 Dec 2008, 9:47 AM
took it from here
http://blog.itookia.com/vista_toolbar.html
open vista_toolbar/style.css
cenge this
#vista_toolbar ul {
background-image:url(back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:500px;
}
to this
#vista_toolbar ul {
background-image:url(back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:100%;
}
to this
http://i38.tinypic.com/29g1hsl.jpg
<div id="x-desktop">
[COLOR="Red"]
<link href="vista_toolbar/style.css" media="all" rel="stylesheet"
type="text/css" />
<div id="vista_toolbar"style="width:100%;height:20px;">
<ul>
<li><a href="javascript:window.external.AddFavorite('http://www.zakai.com/zakai2000/', '
israel
21 Dec 2008, 3:23 AM
[code]
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.onReady(function(){
var p = new Ext.Panel({
title: '
israel
21 Dec 2008, 10:34 AM
[CODE]<script type="text/javascript"><!--
function dispMsg(){
msgObj = Ext.Msg.show({
title : "Date and Time",
msg : "
israel
22 Dec 2008, 1:57 AM
demo here
http://www.openspc2.org/reibun/ExtJS/library/2.0/MessageBox/0006/sample/index.html
:))
israel
24 Dec 2008, 5:00 AM
http://i40.tinypic.com/e63jok.jpg
chenge theme
css
<link rel="stylesheet" type="text/css" href="default.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="blue-theme" href="xtheme-vistablue/css/xtheme-vistablue.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="brown-theme" href="theme2.css" />
default
<a href="javascript:chooseStyle('none', 60)" checked="checked"><span><img align="left" src=
"vista_toolbar/Computer.png"width="16px" height="16px";alt=
"statistic" />
wtfowned
24 Dec 2008, 6:42 AM
Looks like really nice .. ;) Don't stop the work ;)
israel
24 Dec 2008, 7:33 AM
this site on his desktop hi have msn
messenger
who can give me the cod??
http://www.digitalbucket.net/
https://www.digitalbucket.net/Members/Login.aspx
look
http://i39.tinypic.com/35l6e7a.jpg
work good bat i want like this to my desktop
http://i39.tinypic.com/2agryqa.jpg
Animal
24 Dec 2008, 8:21 AM
You'd seriously steal some cod from someone?
israel
24 Dec 2008, 8:24 AM
not stiling its ext js :((
Animal
24 Dec 2008, 8:33 AM
There is no native MSN Messenger widget in Ext. You can't just go round using code that you find.
israel
8 Jan 2009, 2:21 AM
whas up?i need more desktop demo stop sliping:))
israel
8 Jan 2009, 3:36 AM
http://www.ebangren.net/tour/desktop/desk.html
israel
8 Jan 2009, 9:00 AM
https://leap.singlehop.com/index.html
israel
8 Jan 2009, 9:06 AM
http://frankmayer.net/extjs/demo_1_20070516/
israel
8 Jan 2009, 9:06 AM
http://lab.cyrilpereira.com/
israel
8 Jan 2009, 9:07 AM
https://www.mesh.com/Web/Desktop.aspx
israel
8 Jan 2009, 9:10 AM
http://www.scalpingschool.com/grafici2/login.html
pasport 123
name 123
:))
http://markhamilton.mattikiviharju.name/qo/action.login.ajax
israel
8 Jan 2009, 9:19 AM
http://mochaui.com/demo/demo-virtual-desktop.html =D>
http://mykes.sportstwo.net/Desktop.php:D
mschwartz
8 Jan 2009, 10:49 AM
http://mochaui.com/demo/demo-virtual-desktop.html =D>
http://mykes.sportstwo.net/Desktop.php:D
The last demo is jquery and not Ext, FYI :)
israel
8 Jan 2009, 11:12 AM
i give more desktop dont wery
:-?
israel
8 Jan 2009, 11:13 AM
http://blogmarks.net/marks/tag/desktop
http://examples.coolite.com/
israel
8 Jan 2009, 11:16 AM
a lot desktop here
http://www.feedmyapp.com/web_20_web-os_applications_sites
=D>
israel
10 Jan 2009, 5:28 AM
http://www.realgurus.co.kr/
israel
10 Jan 2009, 1:35 PM
download herer
http://yu2otou.googlepages.com/desktop.rar
demo here http://www.template-toolkit.org/index.html
http://i39.tinypic.com/1zb7yfr.jpg
http://i42.tinypic.com/152l2rq.jpg
http://i44.tinypic.com/1603nug.jpg
israel
12 Jan 2009, 10:53 AM
http://i43.tinypic.com/121anx5.jpg
////js/////
[CODE]/*
*
*googel
*
*
*
*/
Ext.onReady(function(){
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
var q = new Ext.form.TextField({
fieldLabel: 'Google Search', imgPath: '1.png',
imgWidth: 50,
imgHeight: 50,
name: 'q',
anchor: '98%'
});
var searchfield1 = new Ext.form.FieldSet({
id:searchfield1,
title:'Google Search Engine',
autoHeight: true,
defaultType: 'textfield',
items: [
q
],
buttons:[{text:'
bluecx
12 Jan 2009, 6:43 PM
help!i don't know user it!
israel
12 Jan 2009, 11:16 PM
ok i give you html cod here
http://i40.tinypic.com/2q1gl8z.jpg
[CODE]
<script language="javascript" type="text/javascript">
function show() {
return showModalDialog("http://www.google.co.il/");
}
</script>
</head>
<body>
<input type="button" value="Show Modal window" onclick="return show();" />
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style >
#img-chooser-dlg .details{
padding: 10px;
text-align: center;
}
#img-chooser-dlg .details-info{
border-top: 1px solid #cccccc;
font: 11px Arial, Helvetica, sans-serif;
margin-top: 5px;
padding-top: 5px;
text-align: left;
}
#img-chooser-dlg .details-info b{
color: #555555;
display: block;
margin-bottom: 4px;
}
#img-chooser-dlg .details-info span{
display: block;
margin-bottom: 5px;
margin-left: 5px;
}
#img-chooser-view{
background: white;
font: 11px Arial, Helvetica, sans-serif;
}
#img-chooser-view .thumb{
background: #dddddd;
padding: 3px;
}
#img-chooser-view .thumb img{
height: 60px;
width: 80px;
}
#imgm img{
height: 60px;
width: 80px;
}
#img-chooser-view .thumb-wrap{
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
}
#img-chooser-view .thumb-wrap span{
display: block;
overflow: hidden;
text-align: center;
}
#img-chooser-view .x-view-over{
border:1px solid #dddddd;
background: #efefef url(row-over.gif) repeat-x left top;
padding: 4px;
}
#img-chooser-view .x-view-selected{
background: #DFEDFF;
border: 1px solid #6593cf;
padding: 4px;
}
#img-chooser-view .x-view-selected .thumb{
background:transparent;
}
#img-chooser-view .x-view-selected span{
color:#1A4D8F;
}
#img-chooser-view .loading-indicator {
font-size:11px;
background-image:url('http://error-404.chicappa.jpg/');
background-repeat: no-repeat;
background-position: left;
padding-left:20px;
margin:10px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Panel</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" /><!-- GC -->
<!-- LIBS -->
<script type="text/javascript" src="js/ext-base.js"></script>
<!-- ENDLIBS -->
<script type="text/javascript" src="js/ext-all.js"></script>
<body><input type="button" value="click here!" onclick="javascript:Ext.getCmp('mainWin').show();"/>
<script type="text/javascript">
/*
*
*googel
*
*
*
*/
Ext.onReady(function(){
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
var q = new Ext.form.TextField({
fieldLabel: 'Google Search',
name: 'q',
anchor: '98%'
});
var searchfield1 = new Ext.form.FieldSet({
id:searchfield1,
title:'Google Search Engine',
autoHeight: true,
defaultType: 'textfield',
items: [
q
],
buttons:[{text:'Search',handler: function() {searchG();}},{text:'Clear Search', handler: function() {searchreset();}}]
});
function searchG() {
window.open("http://www.google.com/search?hl=en&rlz=1G1GGLQ_ENUS269&q="+q.getValue()+"&btnG=Search");
}
function searchreset()
{
q.setValue('');
}
var winsearch = new Ext.Window({
id:winsearch,
title:'itzLewSearch Beta 1.01',
autoHeight: true,
width: 450,y:10,
frame: true,
labelAlign: 'right',
buttonAlign:'center',
labelWidth: 85,
waitMsgTarget: true,
closable: false,
items:searchfield1
});
winsearch.show();
});
/*
*
*data vew
*
*
*
*/
Ext.onReady( function(){
var lookup = {};
var siteData = [
['http://youtube.com','../../resources/themes/xtheme-olive/xtheme-olive.png','youtube' ],
['http://youtube.com','../../resources/themes/xtheme-olive/xtheme-olive.png','youtube' ],
['http://youtube.com','../../resources/themes/xtheme-olive/xtheme-olive.png','youtube' ],
['http://google.co.jp','http://capture.heartrails.com/small?http://google.co.jp','google'],
['http://yahoo.co.jp','http://capture.heartrails.com/small?http://yahoo.co.jp','yahoo'],
['http://extjs.com','http://capture.heartrails.com/small?http://extjs.com','extjs'],
['http://capture.heartrails.com','http://capture.heartrails.com/small?http://capture.heartrails.com','heartrails' ],
['http://youtube.com','../../resources/themes/xtheme-olive/xtheme-olive.png','youtube' ]
];
var store = new Ext.data.SimpleStore({
fields: [
{ name: 'siteurl'},
{ name: 'imgurl' },
{ name: 'name' }
],
data : siteData
});
var formatData = function( data ){
lookup[ data.name ] = data;
return data;
};
var view = new Ext.DataView({
tpl: new Ext.XTemplate(
'<tpl for=".">',
'<div class="thumb-wrap" id="{name}">',
'<div class="thumb"><img src="{imgurl}" title="{name}"></div>',
'<span>{name}</span>',
'</div>',
'</tpl>'
),
singleSelect: true,
overClass:'x-view-over',
itemSelector: 'div.thumb-wrap',
store: store,
listeners: {
'dblclick':{
fn:function(){
var selNode = view.getSelectedNodes()[0];
var data = lookup[selNode.id];
location.href=data.siteurl;
}
}
},
prepareData: formatData.createDelegate(this)
});
var panel = new Ext.Panel({
id: 'img-chooser-view',
title: 'DataView',bbar:[{ text:'My Account',
tooltip:'My Account'
}, '-', {
id:"show-btn", text: 'hello world'}],
buttons:[{text:"accordion" , handler :function() {Ext.getCmp('mainWin').show();
} ,
cls:'x-btn-text-icon add-cmp',
tooltip:'
israel
15 Jan 2009, 12:20 PM
http://ysearch-extjs.googlecode.com/svn/trunk/ysearch.html
\:D/
israel
15 Jan 2009, 12:33 PM
somone can do like this =D>serce in googel?tankyou
babsevensix
21 Jan 2009, 2:32 AM
israel, do you like my test? Have you try Grafici menu option?
From scalpingschool developer...
israel
21 Jan 2009, 7:36 AM
israel, do you like my test? Have you try Grafici menu option?
From scalpingschool developer...
do you have site desktop to sow me??:-?
anshubansal2000
21 Jan 2009, 9:53 AM
Working Great. are you planning to release its code?
israel
21 Jan 2009, 12:04 PM
can you help me the toggel north not working
i put toggel north in bbar not workink i put toggel north in html : ' <a id="hideit" href="#">Toggle the north region</a><iframe src="'+record.data.Url+'" width="100%" height="100%" frameborder="0" ></iframe>'not workink 2
Working Great. are you planning to release its code?
here the code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Yahoo Search ExtJS</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link type="text/css" rel="stylesheet" href="ext-2.0/resources/css/ext-all.css"></link>
<script type="text/javascript" src="ext-2.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="ext-2.0/ext-all-debug.js"></script>
<script type="text/javascript" src="ext-2.0/build/locale/ext-lang-he.js"></script>
<script type="text/javascript">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Yahoo Search ExtJS</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<link type="text/css" rel="stylesheet" href="ext-2.0/resources/css/ext-all.css"></link>
<script type="text/javascript" src="ext-2.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="ext-2.0/ext-all-debug.js"></script>
<script type="text/javascript" src="ext-2.0/build/locale/ext-lang-he.js"></script>
<script type="text/javascript">
Ext.onReady(function() {
var store = new Ext.data.Store({
// JSONP呼び出しを行うProxy
proxy : new Ext.data.ScriptTagProxy({
url : 'http://search.yahooapis.com/WebSearchService/V1/webSearch'
}),
// JSON形式のデータをレコードに変換する
reader : new Ext.data.JsonReader({
root : 'ResultSet.Result', // レコードとして取得する配列データへのパス
totalProperty : 'ResultSet.totalResultsAvailable', // 全体のレコード数を示すプ��パティへのパス
fields : [ 'Title', 'Summary', 'Url' ] // レコードのフィールドとして取得するプ��パティ
}),
baseParams : { output : 'json', appid : 'YahooDemo' } // Proxyに渡すパラメータ
});
// 検索入力ボックス
var searchField = new Ext.form.TextField();
// ��ーワード検索を実行する関数
function search() {
// storeの基本パラメータに検索��ーワードを��定
store.baseParams.query = searchField.getValue();
// データの��み込み
store.load({ params : { start : 0, results : 10 }});
}
// Gridのボト��ツールバーに表示するページングツールバー
var paging = new Ext.PagingToolbar({
store : store,
displayInfo : true,
pageSize : 10
});
paging.paramNames.limit = 'results'; // ページングためのパラメータ名の指定
var grid = new Ext.grid.GridPanel({
store : store, // グリッドに表示するデータのstore
columns : [ // グリッドに表示するカラ��
{ header : 'שם האתר ש�מצא', dataIndex : 'Title' }, // header:ヘッダ名, dataIndex:レコードのフィールド名
{ header : 'כתובת האתר ש�מצא', dataIndex : 'Url' },
{ header : 'תוכן האתר ש�מצא', dataIndex : 'Summary' }
],
loadMask : true, // 検索��に��ードメッセージを表示
viewConfig : {
forceFit : true // 自動的にカラ��サイズを調整
},
selModel : new Ext.grid.RowSelectionModel({
singleSelection : true // 一行のみ選択可能に
}),
tbar : [ { text : 'חפש', handler : search ,pending : '100 300 200 100'
}, searchField ],
// 検索ツールバー
bbar : paging // ページングツールバー
})
// 行選択のイベントをハンドルする関数を��定
grid.getSelectionModel().on('rowselect', function(selModel, index, record) {
var tabpanel = Ext.getCmp('previewTabPanel'); // id:previewTabPanelのコンポーネントを取得
var tab = tabpanel.add({
closable : true, // タブのク��ーズ可能
title : record.data.Title, // タブのタイトル
html : ' <a id="hideit" href="#">Toggle the north region</a> <iframe src="'+record.data.Url+'" width="100%" height="100%" frameborder="0" ></iframe>'
})
if (tab) tabpanel.setActiveTab(tab); // 追��したタブをアクティブ化
});
var viewport = new Ext.Viewport({
layout : 'border', id:'north-panel', // Ext.layout.BorderLayoutを利用
items : [{
title : 'Yahoo Search',bbar:[{ text:'Toggle the north region',handler :function(){
Ext.get("north").hide();
} ,
tooltip:'Toggle the north region'
}, '-', {
id:"hideit", text: 'Toggle the north region2'}],
region : 'north', // 画面上方(north)に配置
height : 300, // ��域の初期の高さ
split : true, // Split Barをつけて��域のサイズを変更可能にする
collapsible : true, // ��域を折りたたみ可能に
layout : 'fit',
defaults : { border : false },
items : grid // Gridを��身に表示
}, {
id : 'previewTabPanel',
xtype : 'tabpanel', // Ext.TabPanelを��置
region : 'center', // 画面��央(center)に配置
resizeTabs : true, // タブのリサイズを許可
enableTabScrall : true // 表示するタブが多くなったときにタブのスク��ールを許可
}]
});
// ��ード後、フォーカスを検索入力ボックスに��定する
searchField.focus();
})
/*
Ext.get("hideit").on('click', function() {
var w = Ext.getCmp('north-panel');
w.collapsed ? w.expand() : w.collapse();
}
});*/
</script>
</head>
<body></body> </html>
can you help me the toggel nort not working:((
anshubansal2000
21 Jan 2009, 12:07 PM
Thanks for that!! I will try to utilize this to make a search and will release with English Comments.
I will keep u posted. and will ask in case of any question.
Thanks
anshubansal2000
21 Jan 2009, 12:33 PM
Which Toggle???
israel
21 Jan 2009, 12:42 PM
Which Toggle???
put my cod+serce smting+clic to open its open in down window i pot thier to toggel=maxsimais it andersdant?
waiht i give you picter
anshubansal2000
21 Jan 2009, 12:45 PM
Define Something Like this and Wrap every thing in a Window or Viewport
// Panel for the west
var nav = new Ext.Panel({
title : 'Navigation',
region : 'west',
split : true,
width : 200,
collapsible : true
});
anshubansal2000
21 Jan 2009, 12:48 PM
I've Question on your search.
1) You are directly calling Yahoo API. Ideally I would do it by ajax call by calling a PHP File. I am trying to do that but so far haven't had any luck. Do you have any sample
2) Where did you use this function in your search
function search()
{
store.baseParams.query = searchField.getValue();
store.load({ params : { start : 0, results : 10 }});
}
I mean where are you calling this Search() function.
Thanks
israel
21 Jan 2009, 12:51 PM
see in picther
http://i41.tinypic.com/vipv6d.jpg
anshubansal2000
21 Jan 2009, 1:00 PM
Can you put this property
collapsible : true
israel
21 Jan 2009, 1:01 PM
I've Question on your search.
1) You are directly calling Yahoo API. Ideally I would do it by ajax call by calling a PHP File. I am trying to do that but so far haven't had any luck. Do you have any sample
2) Where did you use this function in your search
function search()
{
store.baseParams.query = searchField.getValue();
store.load({ params : { start : 0, results : 10 }});
}
I mean where are you calling this Search() function.
Thanks
idont anderstant you
i want after the serch to maxsimais the window like toogel north like in the pic:-|
israel
21 Jan 2009, 1:03 PM
Can you put this property
collapsible : true
but i want mor funksin maxzimis :)
anshubansal2000
21 Jan 2009, 1:05 PM
Can you do something like..
1) Create a function that will collapse the panels that you want to
2) Call this function once you get the search Results.
israel
21 Jan 2009, 1:07 PM
Can you do something like..
1) Create a function that will collapse the panels that you want to
2) Call this function once you get the search Results.
i do that its not working:(( see in my cod
/*
Ext.get("hideit").on('click', function() {
var w = Ext.getCmp('north-panel');
w.collapsed ? w.expand() : w.collapse();
}
});*/
anshubansal2000
21 Jan 2009, 1:10 PM
Are you able to retrieve the Element Succesfully.. Try this var x = Ext.get(ElementID)
Then do x.Expand = false or x.collapsible = false. I dont know the exact property..
israel
21 Jan 2009, 3:01 PM
can you disian yahho serch like tis
http://e-mytools.com/ext-test/ext-Jalan-GridPanel-004.html
:-?
anshubansal2000
21 Jan 2009, 5:12 PM
If I understand you correctly then do u need a collapsible panel on EAST SIDE? Let me know.
Also can u send me the link in English? I couldn't see the application that you did send.
Thanks
israel
21 Jan 2009, 5:36 PM
If I understand you correctly then do u need a collapsible panel on EAST SIDE? Let me know.
Also can u send me the link in English? I couldn't see the application that you did send.
Thanks
http://code.google.com/p/ysearch-extjs/downloads/list
israel
21 Jan 2009, 6:02 PM
http://examples.coolite.com/
php asp
anshubansal2000
22 Jan 2009, 6:00 AM
Looks awesome. Did you create this all? Great work.:D
israel
22 Jan 2009, 8:10 AM
Looks awesome. Did you create this all? Great work.:D
i dont now einglish how i kriait that :)) i find it on yahoo serch exe js:D
israel
23 Jan 2009, 12:47 PM
http://www.iconlet.com/search?n=clock
http://www.iconlet.com/search?n=mail
http://www.iconlet.com/search?n=Date
http://www.iconlet.com/search?n=messenger
and more
:-?
genius551v
25 Jan 2009, 6:54 AM
great, tnks!....=D>
prophet
26 Jan 2009, 7:07 AM
Sweet!
jay@moduscreate.com
26 Jan 2009, 7:24 AM
for those of you that don't leave famfamfam:
http://tdg-i.com/41/famfamfam-icons-packaged-with-css-for-use-with-ext-2x
http://tdg-i.com/img/screencasts/2008-08-20_1723.png
example: http://tdg-i.com/js/examples/ext/tdgiux/TDGi.iconMgr/
prophet
26 Jan 2009, 8:18 AM
Oh that famfamfam CSS package is awesome. Thanks for posting that!
israel
26 Jan 2009, 11:13 AM
http://desktop.trovster.com/desktop
:-?
is this ext js??
tryanDLS
26 Jan 2009, 11:30 AM
Please don't post random links to other sites here. This forum is for posting and discussing examples and extensions built by the community.
Unsubstantiated links to other sites are not permissible and border on spam.
Continued posts of this nature will likely get your posting priviledges suspended/revoked.
israel
26 Jan 2009, 12:28 PM
http://extjs.funkar.nu/ext-2.2/examples/explorerview/
:D:-?
dawesi
26 Jan 2009, 3:02 PM
wow... great addition... make sure you add it to the plugin gallery...
dawesi
26 Jan 2009, 3:07 PM
how does it get the file type definitions?
mjhaston
26 Jan 2009, 4:59 PM
That's hot!
Foggy
27 Jan 2009, 12:28 AM
Yep it is hot and original from kajgan
See his thread: http://extjs.com/forum/showthread.php?t=49088
So i dont see any sense in this thread...
mjhaston
27 Jan 2009, 3:00 AM
That's the second time this guy has started a post like this!
Foggy
27 Jan 2009, 3:34 AM
That's the second time
I think thats much more ;)
mjlecomte
27 Jan 2009, 3:57 AM
I think thats much more ;)
At least 2, but it is an example, and you did notice it (apparently you had not seen it before). A referral probably would be appropriate though.
israel
27 Jan 2009, 8:27 AM
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
<title>Ext 2.0 Desktop Sample App</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- GC -->
<!-- LIBS -->
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<!-- ENDLIBS -->
<script type="text/javascript" src="../../ext-all.js"></script>
<script type="text/javascript">
function sayHello(win) {
alert("hello " + win.id);
}
function show(win){
win.show();
}
function changeTitles(win){
win.setTitle("MY NEW TITLE");
}
</script>
<script type="text/javascript">
Ext.onReady(function(){
Ext.QuickTips.init();
// message target
Ext.form.Field.prototype.msgTarget = 'side';
// sets default ExtJS blank image
Ext.BLANK_IMAGE_URL = "/cfext/lib/ext/resources/images/default/s.gif";
// items
wg = new Ext.WindowGroup();
win1 = new Ext.Window({
id:"win1",
renderTo:Ext.getBody(),
title:"Window 1",
width:300,
height:200,
modal:false,
resizable:true,
draggable:true,
maximizable:false,
collapsible:false,
closable:true,
autoScroll:false,
border:true,
animateTarget:"",
bodyStyle:"padding:5px",
iconCls:"",
closeAction:"close",
manager:wg,
html:"\n\t\t\tWindow 1\n\t\t"
});
win1.show();
win1.setPosition(100,100)
win2 = new Ext.Window({
id:"win2",
renderTo:Ext.getBody(),
title:"Window 2",
width:300,
height:200,
modal:false,
resizable:true,
draggable:true,
maximizable:false,
collapsible:false,
closable:true,
autoScroll:false,
border:true,
animateTarget:"",
bodyStyle:"padding:5px",
iconCls:"",
closeAction:"close",
manager:wg,
html:"\n\t\t\tWindow 2\n\t\t"
});
win2.show();
win2.setPosition(200,200)
win3 = new Ext.Window({
id:"win3",
renderTo:Ext.getBody(),
title:"Window 3",
width:300,
height:200,
modal:false,
resizable:true,
draggable:true,
maximizable:false,
collapsible:false,
closable:true,
autoScroll:false,
border:true,
animateTarget:"",
bodyStyle:"padding:5px",
iconCls:"",
closeAction:"close",
manager:wg,
html:"\n\t\t\tWindow 3\n\t\t"
});
win3.show();
win3.setPosition(300,300)
win4 = new Ext.Window({
id:"win4",
renderTo:Ext.getBody(),
title:"Window 4",
width:300,
height:200,
modal:false,
resizable:true,
draggable:true,
maximizable:false,
collapsible:false,
closable:true,
autoScroll:false,
border:true,
animateTarget:"",
bodyStyle:"padding:5px",
iconCls:"",
closeAction:"close",
manager:wg,
html:"\n\t\t\tWindow 4\n\t\t"
});
win4.show();
win4.setPosition(400,400)
});
</script>
</head>
<body>
<a href="#" onclick="wg.each(sayHello)">Say Hello For Each Window</a> |
<a href="#" onclick="wg.bringToFront(win3)">Bring 3 To The Front</a> |
<a href="#" onclick="wg.sendToBack(win3)">Send 3 To The Back</a> |
<a href="#" onclick="wg.hideAll()">Hide All Windows</a> |
<a href="#" onclick="wg.each(show)">Show All Windows</a> |
<a href="#" onclick="wg.each(changeTitles)">Change Titles</a>
mjlecomte
27 Jan 2009, 8:39 AM
I'm really confused what your posts are about. Several of them are this way. ??? /:)
tryanDLS
27 Jan 2009, 9:56 AM
@israel - This is at least the 3rd post you have made with no explanation and serving no point. Consider this your second strike. Further infractions will result in suspension of posting priviledges.
xantus
3 Feb 2009, 1:21 AM
Yeah, puzzling...
zhw511006
9 Feb 2009, 7:40 PM
Thanks For Sharing!
It's useful for me!
zhw511006
9 Feb 2009, 11:20 PM
What?
tryanDLS
10 Feb 2009, 9:37 AM
This has nothing to do with Ext. Further posts of this nature will result in permanent suspension of posting priviledges.
erhan
11 Feb 2009, 7:02 PM
simple way of icon management:
http://erhanabay.com/2009/02/12/simplifying-icon-management-in-ext-js/
desktop
18 Feb 2009, 10:45 AM
can i use it?
http://code.google.com/p/emite/
demo here
http://emite.ourproject.org/?log_level=DEBUG
http://emite.googlecode.com/svn/wiki/emite-0.4.5.png
desktop
22 Feb 2009, 11:57 AM
http://www.itoto1.com/ext-4.2/examples/desktop/
:))
desktop
24 Feb 2009, 6:46 AM
demo here
http://www.itoto1.com/ext-4.2/examples/desktop/
cod here
MyDesktop.ynet = Ext.extend(Ext.app.Module, {
appType : 'ynet',
id : 'ynet-win',
init : function(){
this.launcher = {
text: 'YNET - ידיעות אחרו�ות ',
iconCls:'ynet',
handler : this.createWindow,
scope: this, tooltip: '<b>googel</b>'
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('ynet-win');
if(!win){
MyDesktop.getDim();
win = desktop.createWindow({
id: 'ynet-win',
title:'YNET - ידיעות אחרו�ות', tbar:[{
text:'הוסף/הסר אתר',
tooltip:'Add a new row',
iconCls:'add',
handler : function(){
<!--the code I add--//>
if (!Ext.getCmp('myWin')){
var newWin = new Ext.Window({
id: 'myWin',
title:'hello,my friend',
width:640,
height:480,
html : '<p>Something useful would be in here.</p>',
iconCls: 'bogus',
shim:false,
animCollapse:false,
constrainHeader:true
});
}
newWin.show();
}
}]
,
x:13,y:0,
height:590,
width:"98%",
iconCls: 'ynet',
shim:false,
animCollapse:false,
layout: 'fit',
border:false,
constrainHeader:true,
html : '<body><IFRAME SRC="http://www.ynet.co.il/home/0,7340,L-8,00.html" style="border:0px none;width:100%;height:100%;"></IFRAME></body>'
});
// begin: modify top toolbar
var tb = win.getTopToolbar();
// example of getting a reference to another module's launcher object
var tabWin = this.app.getModule('ynet-win');
if(tabWin){
var c = tabWin.launcher;
tb.add({
// example button to open another module
text: 'אתה �מצא בידיעות',
handler: c.handler,
scope: c.scope,
iconCls: c.iconCls
});
}
var tabWin2 = this.app.getModule( 'walla-win');
if(tabWin2){
var c2 = tabWin2.launcher;
tb.add({
// example button to open another module
text: 'וואלה',
handler: c2.handler,
scope: c2.scope,
iconCls: c2.iconCls
});
}
var tabWin3 = this.app.getModule( 'nrg-win');
if(tabWin3){
var c3 = tabWin3.launcher;
tb.add({
// example button to open another module
text: 'מעריב',
handler: c3.handler,
scope: c3.scope,
iconCls: c3.iconCls
});
var tabWin4 = this.app.getModule( 'haaretz-win');
if(tabWin4){
var c4 = tabWin4.launcher;
tb.add({
// example button to open another module
text: 'הארץ',
handler: c4.handler,
scope: c4.scope,
iconCls: c4.iconCls
});
}
var tabWin5 = this.app.getModule( 'nana-win');
if(tabWin5){
var c5 = tabWin5.launcher;
tb.add({
// example button to open another module
text: '�ע�ע',
handler: c5.handler,
scope: c5.scope,
iconCls: c5.iconCls
});
}
var tabWin6 = this.app.getModule( 'msn-win');
if(tabWin6){
var c6 = tabWin6.launcher;
tb.add({
// example button to open another module
text: 'msn',
handler: c6.handler,
scope: c6.scope,
iconCls: c6.iconCls
});
}
var tabWin7 = this.app.getModule( 'inn-win');
if(tabWin7){
var c7 = tabWin7.launcher;
tb.add({
// example button to open another module
text: 'ערוץ ',
handler: c7.handler,
scope: c7.scope,
iconCls: c7.iconCls
});
}
var tabWin8 = this.app.getModule( 'tsahal-win');
if(tabWin8){
var c8 = tabWin8.launcher;
tb.add({
// example button to open another module
text: 'צהל ',
handler: c8.handler,
scope: c8.scope,
iconCls: c8.iconCls
});
}
}
}
win.maximize();
win.show();
return win;
}
});
:))=D>
http://i42.tinypic.com/deu3up.jpg
desktop
26 Feb 2009, 12:19 AM
http://itoto1.com/ext-4.2/examples/desktop/
ritesh.kapse
3 Mar 2009, 11:14 PM
thanks israel :)
mystix
4 Mar 2009, 10:34 PM
[ merged all meaningless threads from @israel into this mega meaningless thread ]
[ merged all meaningless threads from @israel into this mega meaningless thread ]
Holy Crap thats a super fantastic big meaningless thread :)
merged all meaningless threads from @israel
That means you merged ALL threads from israel? :D
mystix
5 Mar 2009, 1:18 AM
Holy Crap thats a super fantastic big meaningless thread :)
That means you merged ALL threads from israel? :D
yep. ALL. >:)
and believe me they're harder to decipher than the ramblings of nostradamus...
mjlecomte
5 Mar 2009, 8:25 AM
[ merged all meaningless threads from @israel into this mega meaningless thread ]
Ahhh.....too funny. :))
anshubansal2000
5 Mar 2009, 8:30 AM
Good Job Man!!
jay@moduscreate.com
5 Mar 2009, 8:32 AM
yep. ALL. >:)
and believe me they're harder to decipher than the ramblings of nostradamus...
seems like you have lots of time your hands :)
mystix
5 Mar 2009, 8:36 AM
seems like you have lots of time your hands :)
actually, it took all of 10 minutes using vB's "find all posts by" function. ;)
plus i was stuck at work attempting to solve a logic problem i'd worked myself into... good thing it finally worked itself out =P~
[ Closing this thread ]
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.