Layout Design Help
Author:
rose
01 6th, 2009 in
xn--9ou.com
edit
My Doubts:
1> Do I need to have a webserver running at my test system to see any of these effects?
2> Is there a step by step tutorial anywhere , which a nubi like me can follow?
3> I really hope that this lib can be run by IE 6.0 on my test system here.
Thanks in advance,
Rishabh
init : function(){
layout = new Ext.BorderLayout(document.body, { <---Error line number
north: {
split:false,
.....
any ideas?
I really appreciate the help, thanks again!
No, ExtJS effects would run without a server, just open that files in your Browser...
Just for interaction with the Server you'll need a webserver with php, perl or another Server Language...
2> Is there a step by step tutorial anywhere , which a nubi like me can follow?
The ExtJS Community Tuts are really good in my Opinion...
http://extjs.com/learn/Tutorials
But also the example folder in your download is a very first contact point...
3> I really hope that this lib can be run by IE 6.0 on my test system here.
Of course...
Have a play with the FireBug Console, stick some calls in like Ext.Msg.alert('Oh Hi!', 'hello there!?'); and you will see what i mean
Thanks a lot for all the help!
#If you have any other info about this subject , Please add it free.# |