Search Type: Posts; User: Raksmey
Search: Search took 0.04 seconds.
-
24 Aug 2010 7:35 AM
Jump to post Thread: DateTime field again and again =) by Raksmey
- Replies
- 38
- Views
- 13,286
is it possible to achieve with the same function as http://jonathonhill.net/2009-03-27/jquery-datetime-picker/
It would be nice to have it in Extjs! -
7 Apr 2010 6:16 AM
- Replies
- 1
- Views
- 976
in the file ext-all.css you have to fine 'background-position: 500px 500px;' it's probably at line 1890 then you have to remove or comment it out like the following:
/* .x-toolbar .x-btn-tl,... -
18 Feb 2010 9:17 AM
- Replies
- 2
- Views
- 747
var reader = new Ext.data.XmlReader({
record:'data',
idPath:'field_id',
fields:['field1','field2','field3','field4']
});
var field1Renderer = function(value, cell,... -
17 Feb 2010 9:41 AM
- Replies
- 2
- Views
- 747
Hi,
Does anyone know how to store additional data to a grid cell?
if that possible, it'll be easy to get information from a grid cell as user click on it.
I want to have a grid which read data...
Results 1 to 4 of 4
