仅读一下2年前的一个问题:here。
从那里和互联网上的其他几个地方得出结论,与Ext-GWT一起发展是uck的。
我的问题是,随着第3号政府公告的发布,它是否现在仍属条件?
我有几个GXT申请,其中一个是大约35K线路。 没有发现其他人提到的任何问题。
I was doing straight ExtJs/JavaScript, then moved to GWT with the advent of GWT-EXT and later moved to Ext-GWT (GXT). I would still be doing ExtJs/JavaScript today if it were not for those two toolkits.
业绩问题:现代浏览器没有问题。 在IE6/7上,你希望使用常识,从业绩和可用性的角度,在网格中显示1000个行文不是最佳想法。
GXT仍在逃。 我们一直在使用这一工具,尽管它提供了一些get子,但它总是要写任何商业法典。 我们的大部分时间是试图让GXT去做我们想要的东西。 例如,使用皇家警察部队是痛苦的,因为你必须经常从日本军实体的豆类转化成模型Data物体(或可在皇家军委会上序列的其他物体), 还有一些不协助,例如,如果你想要使用装饰物(自动在形式要素和模型数据之间绘制地图),那么你可以使用真正有用的现场信标。 制片只能与制片人而不是野心合作。
而且,如果你想要使用文件上载现场物体,你会因为URL员额而以Dev方式测试。
基本上,如果你想给你的发展增加40%的时间。 但除此之外还有一条正常的 Java本框架。
我们在过去一年里一直在使用GXT 2.x,同时与GXT建立了3个项目。
除了缺乏一个WYSIWYG UI设计师,使得与其它框架相比,设计标准的工作相对缓慢之外,它仍然是海事组织最好的植被图书馆。
迄今为止,我们没有遇到任何与GXT有关的问题。
http://gxtvsgwt.appspot.com/“rel=“nofollow”http://gxtvsgwt.appspot.com/。
在我们目前的项目中,我们一直在使用Ext-GWT 2,为期一年,没有任何重大抱怨。 它有时是一种比喻,但一般是可行的。
我们利用GXT 2.1.x为期一年,没有任何重大问题。 最近,我们向GXT 2.2.4作了更新,而且我们的法律需要稍加改动,但由于GXT,而由于升级到GWT 2.3.0,这些改动为t。
Personally, i like coding with GXT. I can t see why someone would say GXT development is sucky, except for the already mentioned performance issues and the lack of a UI Designer.
I don t know any other GWT-based framework with so much features.
I am using ExtJS 3 here. I would like to populate a formpanel from database with fields to be submitted. Basically, I don t know witch fields my form will have and I want to generate all formpanel ...
I am planning to use Ext JS for a large application. The application s features are role based. When user login, they only see menu and screen features related to them. My server side technology will ...
I have a Panel layout with a TreePanel in one region. A user clicks on an node in the tree and a TabPanel should be displayed in another region with information, editing tools etc. for that tree node....
I have some issues with Json result and embed it within the html of the Extjs Panel. Here s that I have managed to get so far. myPanel is embedded within a mainPanel, and I have some shows/hide of ...
I am using ExtJS. One of the textfield made with ExtJS component should allow comma separated number/opeator strings (3 similar examples) like 1, 2-3, 4..5, <6, <=7, >8, >=9 >2, 3..5,...
I need to keep certain data ( in a grid) up to date and was gonna do a poll to the server every 15 seocnds or so to get the data and refresh the grid, however it feels a bit dirty ( the grid will have ...
All the ExtJS documentation and examples I have read suggest calling superclass methods like this: MyApp.MyPanel = Ext.extend(Ext.Panel, { initComponent: function() { // do something MyPanel ...
Is it possible to have two headers in Ext JS grids? I have to show my grid as grouped data.. for example product types and products. In my case I need a grid like this: Field | Product Type A ...