What I thought is: If the MVC arch needs to deal with tremendous quantity of controllers in an Ext Application, is there any way to dynamically load the controllers into Application on demand?
For...
Type: Posts; User: regular
What I thought is: If the MVC arch needs to deal with tremendous quantity of controllers in an Ext Application, is there any way to dynamically load the controllers into Application on demand?
For...
Yes, I really added two BeanModelMarker to each of sub-class. But I think maybe the BeanModelMarker will not auto-generate the getter for the inherited fields? Anyway, when I pointed the super class...
Don't know if it's my miss understanding, or really a bug. I'll first describe the issue, then give the solution of it.
A. Issue
I have a class named ChangeReq, implements Serializable, and with...
First of all, this component is a clone version of Ivan Novakov's Simple horizontal text scrolling with Ext Core 3 (marquee replacement) in GXT. Thank you Mr. Novakov.
OK. It's a simple...
OK, after several * n times testing, the result is as follows:
Try to add a portlet then delay for a while and then move it to a different width column to auto-size it leads to several success and...
Hi all,
I'm using com.extjs.gxt.ui.client.widget.custom.Portal as a desktop page
I need to programmatically add some pages into desktop page.
I noticed that the sample portal just add portlet in...