Hello,
My english not so fluent. First, sorry for this.
I'm very new at Ext and i need help. I already look at tutorials and API documents but still need a path about few things. And unfortunately i have no time. Nabble - jQuery UI Discussion - Newbie question:: Newbie question. I hope this is not too off topic. If so, then just ignore it. I am a desktop app developer (.net world) moving to web apps. The tools and. http://www.nabble.com/Newbie-question-td18020016s27240.htmlHOME |
I want to use a desktop style interface and movable windows for management script ( i already coded). I just need a desktop look with buttons ( i can do this with css ) and draggable windows for showing content and forms.
Here the firsth problem;
I can create a window after an event (click or something) but i don't know how to reach that window after create.
I know i can use the variable name that i give but i'm trying create window in a function. Like this;
function createPerfectUsefullWindowForMe(windowname){
// create a window that name equal 'windowname'
}
After that, i want to access to created window with that name.
I want to use something like this because i don't want to copy window create code for each icon in my desktop.
To access an Ext object from everywhere use Ext.getCmp('windowname').
Of course, before of this, you must assign 'windowname' as the id of the window when you created it on createPerfectUsefullWindowForMe function.
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|