|
GettingStarted
Please go to http://www.gwt-ext.com/wiki for the GWT-Ext 2.0 Getting Started Guide. Getting Started with GWT-Ext 0.9A guide to using GWT-Ext in your GWT application. You must be familiar with the basics of how GWT works. If you're new to GWT, please read the GWT Getting Started Guide first. Details
Add the line <inherits name='com.gwtext.GwtExt'/> to your GWT application module file.
<html>
<head>
<title>My App</title>
<meta name='gwt:module' content='com.foo.MyApp'>
<link rel=stylesheet href="MyApp.css">
<link rel="stylesheet" type="text/css" href="js/ext/resources/css/ext-all.css"/>
<link rel="stylesheet" type="text/css" href="js/ext/resources/css/xtheme-aero.css" />
<script type="text/javascript" src="js/ext/adapter/yui/yui-utilities.js"></script>
<script type="text/javascript" src="js/ext/adapter/yui/ext-yui-adapter.js"></script>
<script type="text/javascript" src="js/ext/ext-all.js"></script>
</head>
<body class="xtheme-aero">
<script language="javascript" src="gwt.js"></script>
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
</body>
</html>
As I mentioned earlier, I would suggest that you include the full version of Ext's Javascript file ext-all.js and CSS file ext-all.css during developement. Once you get started and are familiar with how things work, you can look into selectively including only the required Ext Javascript and CSS files.
|
Sign in to add a comment
Hi. There is no 1.1 Beta 2 on http://extjs.com/download. Is ext-1.1-rc1.zip supported?
Regards MatÃas Rodriguez
It's still available, just not linked. Try: http://extjs.com/deploy/ext-1.1-beta2.zip
The code in SVN works with 1.1 RC1.
Thanks!
downloaded the 0.91 zip file, few times, but all i get is a corrupt zip file. anyone else seeing this?
shie
The zip file is fine. Must be a problem at your end.
Try to use the gwt-1.4.10
This is not a place for discussions. Please post your questions on the GWT forum : http://groups.google.com/group/gwt-ext
Thanks.
GWTExt rocks, if you're using Linux put an eye on the thread given below as it keeps an important trick to get it running if you only get a white page. -> Put all the scripts and the js in the .gwt.xml not in the .html.
See here http://groups.google.com/group/gwt-ext/browse_thread/thread/622c4208d9d90cf5
This is a fantastic library guys! Great work!
Excellent Toolkit. Why did I not get this earlier
Any news on ext 2.0 integration?
Great library. But require documentation. However, documentation of ExtJS can help but not up to date, such as some deprecated method didn't tell how user should handle it.
Hi,
Extjs on GWT is amazing!!
Thanks :D Regards
Looks great! Just need 2.x support now. What are the plans to do so?
GWT-Ext 2.0 with Ext 2.0 support has been released. Go to http://www.gwt-ext.com/ for details.
I can not find extjs 2.0.2 here: http://extjs.com/download :-/ :-(
New version is not supported..
Get it from here: http://sourceforge.net/project/showfiles.php?group_id=225970&package_id=273404&release_id=595140
Sorry, I should have posted this: http://sourceforge.net/projects/openext/
good!
If would like to start about Ext js-GWT, can learn from http://extjs-gwt.blogspot.com/. I think it easy to learn
is there something else required to be included to get SyntaxHighlighterPanel? to work?
I keep getting this exception:
at com.gwtext.client.widgets.SyntaxHighlightPanel?.executeSh(Native Method)
This is a very nice article, I try to follow up for my example. OK, and I want to sugguest new best artical about GWT and Eclipse, That is Extjs-GWT on Eclipse which reduce development time. I like this example and try to use extjs-gwt in eclipse project.
http://extjs-gwt.blogspot.com
See more about Extjs-GWT on Eclipse by using Eclipse's plugin.</a> I think this Extjs-GWT article can help beginner to learn faster.
I'm using netbeans 6.5 and im having problems compiling..
empty directories to 1 empty directory under C:\Documents and Settings\gabriel.gutierrez\My Documents\NetBeansProjects?\testweb\build\web\WEB-INF\classes Exception in thread "main" java.lang.OutOfMemoryError?: Java heap space
also u say that the js and css goes into a package folder named public, and i don't do that, i put it into the web folder, what's the difference?
WEB-INF is the public directory in NetBeans? @gutierrez.ge
So am I correct to read that GWT-ext doesn't support IE?
To Benjamin.Renaud, and where did you read this? Seems fine on IE to me.
hi guys.. Great Guys and Great Work...Thank you.. its very useful..
Hi All,
I need help for adding i want to show grid summary like GroupSummaryView?. But i did not get any class like this. Can you please help me to fix this.
Thank you Ranadheer.