Search Type: Posts; User: genio
Search: Search took 0.02 seconds.
-
6 May 2010 2:25 AM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by genio
- Replies
- 276
- Views
- 126,183
ooh yes, found it!
I guess the limitation can make it confusing for the user... I will investigate how it looks.
Now, on the paging front, is it actually possible to make the page size... -
5 May 2010 3:53 AM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by genio
- Replies
- 276
- Views
- 126,183
Great Stuff Condor!
Can the paging store be used with the grouping store? -
12 Mar 2010 7:32 AM
- Replies
- 1
- Views
- 734
Hi,
I have recently started to use Properti Grids.
Now I have found that they work pretty well, hoever, I have recently had to send the grid to my server to process,a nd found that the grid's... -
18 Feb 2010 2:54 AM
Jump to post Thread: Ext.ux.grid.DataDrop by genio
- Replies
- 53
- Views
- 20,385
I have noticed a bug with this plugin!
When the textarea is generate on top of the grid, it actually covers and disables the scroll bars...
I have added the size of the scroll bar to the resize... -
1 Feb 2010 3:23 AM
- Replies
- 4
- Views
- 3,290
ext 3.1.0 - firefox 3.5, from the thread you posted it seems that in ff3.5 this is still a problem?
-
29 Jan 2010 6:45 AM
- Replies
- 4
- Views
- 3,290
Permission denied to access property 'nodeType' from a non-chrome context
As anyone seen this error before?
I seem to get that as of 3.0 and its happening within the yui-utilities.js file.
... -
29 Jan 2010 2:35 AM
- Replies
- 10
- Views
- 1,654
have you tried setting padding/margin to 0 on the elements?
-
29 Jan 2010 2:34 AM
- Replies
- 12
- Views
- 8,015
Have you set track on load on the form?
when i set back the original value for me its removing the triangle -
28 Jan 2010 2:07 AM
Jump to post Thread: Ext.ux.grid.DataDrop by genio
- Replies
- 53
- Views
- 20,385
does DragDrop have access to the grid itself to check this? Was wondering how difficult it is to patch... but only IE has this, Firefox behaves...
-
27 Jan 2010 3:38 AM
Jump to post Thread: Ext.ux.grid.DataDrop by genio
- Replies
- 53
- Views
- 20,385
Hi guys,
I am seeing some strange behavious with the plugin (which is great by the way)
If I combine it with row editor, once I open up the editor I am unable to select another cell and the... -
27 Jan 2010 3:14 AM
- Replies
- 10
- Views
- 1,654
i think this has been "slightly" improved by version 3.1
-
22 Jan 2010 9:16 AM
- Replies
- 12
- Views
- 8,015
Baaah! Stupid IE!
Ok So to make it compatible with IE I had to inverse the init and dirty function in the extensions (ie6 engine will complain about mark dirty not being define prior to assignin... -
22 Jan 2010 7:56 AM
- Replies
- 12
- Views
- 8,015
Ext.override(Ext.form.BasicForm, {
clearDirty: function() {
var i, it = this.items.items, l = it.length, c;
for (i = 0; i < l; i++) {
it[i].markDirty();
}... -
22 Jan 2010 7:55 AM
- Replies
- 14
- Views
- 8,589
this might help you; http://www.extjs.com/forum/showthread.php?p=429925#post429925
Just posted this in another thread -
22 Jan 2010 5:04 AM
- Replies
- 12
- Views
- 8,015
Made alteration to use this in EXT 3.0 on this historycal 1.0 extension http://www.extjs.com/forum/showthread.php?p=429924#post429924
Ext.override(Ext.form.Field, {
initEvents: function... -
22 Jan 2010 5:02 AM
- Replies
- 3
- Views
- 5,357
Made alteration to use this in EXT 3.0
Ext.override(Ext.form.Field, {
initEvents: function () {
this.el.on(Ext.isIE ? "keydown" : "keypress", this.fireKey, this);
... -
20 Nov 2009 2:09 AM
Jump to post Thread: How to select Columns by genio
- Replies
- 2
- Views
- 732
My Requirement: User to update ALL column cell in a grid at once... ~o)
I use
plugins: [new Ext.ux.grid.RowEditor({
saveText: 'Update'
}), new... -
20 Nov 2009 2:05 AM
- Replies
- 5
- Views
- 1,840
What is callsStore??
I would do this;
callsGrid.getStore().removeAll();
callsGrid.getStore().getStore().baseParams = {start:'0',limit:10};
callsGrid.getStore().load(); -
20 Nov 2009 2:00 AM
Jump to post Thread: One Store for many Grids by genio
- Replies
- 10
- Views
- 1,590
Create a FACTORY function, so you have the same single piece of code, for all your grids; Here snip of code from stuff I have done
...
underlyingStore = gridStoreFactory(underlyingType,... -
20 Nov 2009 1:56 AM
Jump to post Thread: How to select Columns by genio
- Replies
- 2
- Views
- 732
Hi Guys.
Now with GridView you can set up a grid to have a row selected everytime the user clicks on it.
I wondered if it was possible to do a columnSelect rather like you can do a rowSelect.
... -
16 Nov 2009 8:29 AM
Jump to post Thread: Adding record to Store - Shortcut? by genio
- Replies
- 0
- Views
- 422
Hi Guys,
I have been reseacrhing without success weather there is a quick way to create a record entry from a JSON string and adding to a grid.
My objective is;
1) Making an ajax request for... -
26 Feb 2009 8:32 AM
- Replies
- 2
- Views
- 889
Hi Guys,
Is there a way to have the same button multiple time on a page...?
For example:
Ext.onReady(function(){
new Ext.Button({ -
26 Feb 2009 8:27 AM
- Replies
- 6
- Views
- 960
Agreed, I though there was a neat way to just tella component to look at a css file for reference. Thanks for the tip though, I'll use your example
-
25 Feb 2009 9:23 AM
- Replies
- 6
- Views
- 960
Yes, but my understanding is that the two css files taht come with the extjs distro have the same class id in the css, as all the example do is relaod the page witha different css file referenced in...
-
25 Feb 2009 8:36 AM
- Replies
- 6
- Views
- 960
Hi guys,
I have a question? Is it possible to assign a different CSS to a differnt set of components.
By that I mean, I have a two panels in the same page, one I would like to style with
...
Results 1 to 25 of 47
