-
Need help with menu like Documentation Center on yui-ext.com
Need help with menu like Documentation Center on yui-ext.com
Hello..
Fairly new to yui-ext...
Really great work from what digging I have done...
I am trying to make a resizable menu like on yui-ext.com
I actually like the animated resizable example...
My question is how do I make the container div 100% height and then make the iframe resize according to the menu's width?
Thanks
Jeremy Faust
-
1/2 way there... IE6 still an issue
1/2 way there... IE6 still an issue
So I'm 1/2 way there...
I have gotten Firefox to work using:
/*
* yui-ext
* Copyright(c) 2006, Jack Slocum.
*/
var ResizableExample = {
init : function(){
var animated = new YAHOO.ext.Resizable('animated', {
width: 200,
height: 100 + "%",
minWidth:100,
minHeight:100 + "%",
animate:true,
easing: YAHOO.util.Easing.backIn,
duration:.6
});
}
};
YAHOO.ext.EventManager.onDocumentReady(ResizableExample.init, ResizableExample, true);
But IE 6 still not working...
Thanks
-
Sencha - Community Support Team
What you're looking for is built-in to BorderLayout.
Similar Threads
-
By Dams in forum Sencha Cmd
Replies: 6
Last Post: 27 Aug 2008, 12:36 PM
-
By fafhrd in forum Ext 2.x: Help & Discussion
Replies: 0
Last Post: 23 Mar 2007, 12:19 AM
-
By jensschumacher in forum Ext 1.x: Bugs
Replies: 2
Last Post: 26 Jan 2007, 1:12 PM
-
By jack.slocum in forum Ext 1.x: Help & Discussion
Replies: 23
Last Post: 22 Nov 2006, 8:29 AM
-
By jack.slocum in forum Ext 1.x: Help & Discussion
Replies: 18
Last Post: 17 Nov 2006, 9:56 AM
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us