Search Type: Posts; User: fily55
Search: Search took 0.02 seconds.
-
16 Feb 2013 3:29 AM
- Replies
- 9
- Views
- 4,725
Very useful but one minor problem I noticed. The icon then changes from single arrow to double arrow.
The fieldset has an icon of single arrow for collapsing, and after setting this override, it... -
13 Feb 2013 4:40 AM
- Replies
- 2
- Views
- 198
Hi guys,
I have a grid with the itemdblclick event. There is a certain column I want to disable this listener for. I.e. I don't want a row to do anything if I double click on a specific column.
... -
22 Jan 2013 1:36 PM
- Replies
- 2
- Views
- 131
Never mind, I just wrapped it into another container with border layout. Regions center and east
-
22 Jan 2013 1:19 PM
- Replies
- 2
- Views
- 131
Hey guys,
I have a border layout with center, north and east. I'm trying to have east the same height of north and center. Is this possible in any way? -
22 Jan 2013 11:20 AM
- Replies
- 3
- Views
- 205
Sorry to bump this, but I'm still having the same problem.
Thanks, -
14 Jan 2013 6:58 AM
- Replies
- 3
- Views
- 205
Weird... That exact same code does not work for me on Chrome/Firefox.
When using ext 4.1.0 it works perfectly. The problem is with 4.1.0 I have a problem where the scroll speed in my grids are... -
10 Jan 2013 8:38 AM
- Replies
- 3
- Views
- 205
Hey all,
I seem to have run into a bit of a problem. I have a container as follows:
mainContainer = Ext.create("Ext.container.Container", {
height : 600,
... -
8 Jan 2013 1:03 PM
- Replies
- 2
- Views
- 202
Never mind. When using the above method and using store.loadPage(1) when performing a search it all works fine. Hope this helps someone else as well, I find this to be pretty handy code.
-
8 Jan 2013 12:57 PM
- Replies
- 2
- Views
- 202
Ok I changed my store to the following:
createStore : function() {
var me = this;
me.createDataModel();
var store = Ext.create("Ext.data.Store", {
... -
8 Jan 2013 12:12 PM
- Replies
- 2
- Views
- 202
Hi Guys,
I have the following grid:
createSearchGrid : function() {
var me = this,
store = me.createStore(),
columns = me.createColumns(), -
7 Jan 2013 1:05 PM
- Replies
- 14
- Views
- 497
Yes that was I was beginning to think would be the best solution. I'm using JSP for server side, and was able to get it working. Now the hard part is using gson to correctly read the json response....
-
7 Jan 2013 12:35 PM
- Replies
- 14
- Views
- 497
I see here cross domain requests involves jsonp. This requires a callback function in the response which I am unable to modify.
-
7 Jan 2013 12:16 PM
- Replies
- 14
- Views
- 497
Yes I believe so. I looked into this now. What I have right now is:
createStore : function() {
var me = this;
me.createDataModel();
var store =... -
7 Jan 2013 11:25 AM
- Replies
- 14
- Views
- 497
I just noticed I had the proxy type as ajax when the service is actually rest. I changed it to rest but still the same problem.
-
7 Jan 2013 11:11 AM
- Replies
- 14
- Views
- 497
Yes. When I copy the location onto my browser it returns everything okay.
-
7 Jan 2013 11:06 AM
- Replies
- 14
- Views
- 497
In "Net" in firegbug I can see "OPTIONS restservice. 200 OK techfortesco.com"
-
7 Jan 2013 9:20 AM
- Replies
- 14
- Views
- 497
Oops, sorry that's actually not there. let me edit this
-
7 Jan 2013 9:08 AM
- Replies
- 14
- Views
- 497
To be more specific this is my store:
createStore : function() {
var me = this;
me.createDataModel();
var store = Ext.create("Ext.data.Store", {
model... -
7 Jan 2013 8:05 AM
- Replies
- 14
- Views
- 497
Hi guys,
I'm trying to load an already built API from my project with EXT JS using the following in my grid store:
url :... -
28 Oct 2012 1:35 AM
- Replies
- 2
- Views
- 2,005
Yes, that did work. Thanks very much for your help.
-
26 Oct 2012 7:15 AM
- Replies
- 2
- Views
- 2,005
Hi guys,
I have a xtype that extends an extjs window. This xtype has the following in the config:
Ext.define("path",{
extend: "Ext.window.Window",
alias: "widget.myWindow", -
1 Oct 2012 8:24 AM
Jump to post Thread: EXTJS have button on top of panel by fily55
- Replies
- 2
- Views
- 525
I set it floating but the button just disappears. I should mention that these panels are in a window. This is probably going to be very tricky. I think a css hack would probably be best.
-
1 Oct 2012 7:37 AM
Jump to post Thread: EXTJS have button on top of panel by fily55
- Replies
- 2
- Views
- 525
This is kind of a tricky one to describe in words. Here is a picture of my panel:
39063
There is a container with a border layout to wrap the "Nav" panel to west and "Tab 1 Panel" to center.... -
19 Sep 2012 11:52 PM
Jump to post Thread: Make grid column header a button by fily55
- Replies
- 1
- Views
- 495
Hi guys,
I tried to do a lot of research and experiementing but i can't seem to get it right. Starting to believe it is not possible.
Can I put a button in the header of a grid column? I... -
17 Sep 2012 7:29 AM
- Replies
- 3
- Views
- 727
I tried using css to remove the checkbox but this caused problems when I used the selectAll() function. Also I believe there it would still select all when I clicked the empty space where the...
Results 1 to 25 of 51
