-
4 Nov 2011 1:23 AM #1
Unanswered: Paste a panel in desktop
Unanswered: Paste a panel in desktop
Hello !
Can someone tell me how I can paste a simple panel in desktop. So I have my wallpaper but above this, I want to show a simple panel.
Like this :
example.jpg
Thank you
-
4 Nov 2011 6:46 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
Create a Window or a floating Panel...
Code:Ext.create('Ext.panel.Panel', { floating : true, /* ... */ });Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
4 Nov 2011 6:54 AM #3
Ok, but I'm lost in the code of classes.js. Where do I put this code ?
Thank you
-
4 Nov 2011 2:24 PM #4
put in desktop html
demo
http://e-mytools.com/ext-test/ext-te...el-border.html
Code:<div id="container1" style="margin: 40px" ></div>
-
7 Nov 2011 1:28 AM #5
It doesn't work. I think I have to put code in classes.js here :
but I'm still looking for.Code:Ext.define("Ext.ux.desktop.Wallpaper",{extend:"Ext.Component",alias:"widget.wallpaper",cls:"ux-wallpaper"...Last edited by iNes14; 7 Nov 2011 at 6:26 AM. Reason: More tests done and doesn't work


Reply With Quote
my ext js site