|
Is ext js compatible with .jsp, java backend?
Started by bgreen1989 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Wise:
http://raibledesigns.com/rd/entry/ext_js_tag_library
and the referenced article:
http://blog.james-carr.org/2008/01/22/making-extjs-more-accessible-to-java-developers/
Ext JS is a javascript.
|
|
I am using Ext JS to make a popup window, here is the code:
function popupImage(term, imageNumber){ if(currentPopupWindow!=null){ currentPopupWindow.close(); } currentPopupWindow = new Ext.Window({ layout : 'fit', closeAction :'hide', plain : true, constrain...
Started by qui on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(See here and here and here for three examples.) Best would be to post in their forums so they can either fix their bug or work around an IE7 bug, whichever ... .
A quick Google search tells me that you're not the only extJS user that is experiencing this .
|
|
We want to try Ext JS on new project. Is there any well-known best practice for integrating Ext JS with server side Java (Spring/Hibernate/JS) application? Is DWR a good choice for that?
Answer Snippets (Read the full thread at stackoverflow):
I've done the same thing with .NET : UI in ext-JS which communicates with the server trough JSON]: http://extjs.com/forum/....
Yes it's possible.
It's perfectly fine to build your application using Ext JS/DWR/Spring/Hibernate.
|
Ask your Facebook Friends
|
When looking at Ext JS, I don't get the feeling that it's meant for the same things as jQuery and Mootools.
Whilst jQuery and Mootools help with the general workings of a site, Ext JS seems to be focussed on tables and storing data, plus manipulating ...
Started by WebDevHobo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Ext Core are ultimately managed by....
You can compare Ext Core to JQuery, and ExtJs to JQuery UI.
Ext JS is a full-fledged widget library while jQuery (not jQuery UI) and Mootools are JavaScript are kind of apples and oranges.
|
|
Can anyone reccomend some good tutorials for ext js and adobe air? The ones I have seen seem to start with you knowing a lot or already having a lot of code in place.
What I am looking for is a simple step by step guide that takes you through the basics...
Started by Paul M on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Ext JS....
Ext JS Intro Tutorial
Ext JS is large JS looking through the samples and the associated source code a the best way to learn.
I found the best tutorials are on the Ext JS site itself.
|
|
Hi, I am new to Ext js ...is there any website or forum which provides basic Introduction videos,samples and tutorials for Extjs ..
Started by Vin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Www.extjs.com/ Samples & demos API docs Ext JS Forum Saki's examples and blog are very nice: httpSee Tutorial:Introduction to Ext 2.0 on the official ExtJs site and ExtJS.tv
http://www.extjs.com.
|
|
Sure, the blue is nice and it has a nice office look but you wouldn't want all applications to have the same color. Is it easy customize the look in ext js?
Started by marko on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Theming Ext JS-gray.css and resources/images/gray , and start changing css!
One final option is to use the Ext JS.
Components and ExtJS provides the low level utilities required to create anything .
|
|
HI, I am trying to dynamically add a form to a tab in Ext-js. (the tab has already been rendered). fyi, i am using I am using Ext 2.2.
the error occurs when during the tab.add function: ie:
function tabactivate(tab) { var newItem= new Ext.FormPanel( )...
Started by dwfresh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In the Ext code that you see code like this:
var td = document.createElement("td.
|
|
We are going to be producing a RIA that will also be available using Adobe AIR for database management and manipulation with a php back end.
In an effort to speed up development we have decided on using YUI or EXT JS.
It appears that EXT JS out of the...
Answer Snippets (Read the full thread at stackoverflow):
I don't know what this tells....
Their answer was "Ext JS is for RIAS".
I posted a topic at the Ext JS forum years ago asking why the Ext Js doesn't come in packages and we are forced to use the kitchen-sink (almost).
|
|
Hi, a colleague suggested I give this framework a try. My question is, does anyone have any feedback about this, is it better than using JQuery
UPDATE: I found this posting which partially answers some of my questions
http://stackoverflow.com/questions...
Started by Stuart on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The full blow parts to the Ext framework....
If youit depend what you want to do, but ext-core is basically the same things as jquery.
Ext JS is more a full framework for building RIA (lot of components: grids , tree, formpanel).
|