Search Type: Posts; User: Tim Siney
Search: Search took 0.03 seconds.
-
13 Mar 2012 12:39 PM
- Replies
- 4
- Views
- 722
I've got a similar scenario to the above that requires items in a grid to be re-ordered via drag drop. Are there any examples of this available? The gridviewdragdrop plugin doesn't appear at first...
-
13 Jul 2011 7:35 AM
- Replies
- 1
- Views
- 490
I've found a solution to this by extending the existing date field class, adding some code in there which replaces an existing input if a transform config options is found:
... -
13 Jul 2011 3:07 AM
- Replies
- 1
- Views
- 490
I used to use the "transform: " configuration property a lot with the previous version of Ext to create date picker fields from existing HTML form fields.
I can't find an equivalent property in... -
18 Jan 2011 7:56 AM
Jump to post Thread: Date with incorrect timezone by Tim Siney
- Replies
- 2
- Views
- 688
Thanks, some useful ideas in that thread.
-
18 Jan 2011 5:14 AM
Jump to post Thread: Date with incorrect timezone by Tim Siney
- Replies
- 2
- Views
- 688
I have a problem with the Ext Date class seemingly returning the wrong timezone for a parsed date. Using the code below I create a date object for the 24th May, 1966 15:46 BST:
date =... -
9 Apr 2010 1:05 AM
Jump to post Thread: Optional JSON elements in grids by Tim Siney
- Replies
- 2
- Views
- 1,121
Hi,
I have a JSON string which contains optional elements. When I render the JSON in a grid, the pages where all records contain the optional element will render correctly, however, when there are... -
30 Jun 2008 3:16 AM
- Replies
- 2
- Views
- 989
Whoops, its always the simple things which are overlooked!!!!!...
Thanks. -
30 Jun 2008 2:51 AM
- Replies
- 2
- Views
- 989
I've hit a bit of a problem to which I can't see any obvious solution. I'm wondering if this is an issue in my configuration or a bug in Ext.
I have the following record object:
Language... -
22 Apr 2008 1:47 PM
Jump to post Thread: License Change? by Tim Siney
- Replies
- 758
- Views
- 247,861
...Or maybe they are trying to find a new IP lawyer before they respond? :)
-
22 Apr 2008 9:34 AM
Jump to post Thread: License Change? by Tim Siney
- Replies
- 758
- Views
- 247,861
Can't be bothered to trawl through either this whole thread or the whole website, but where is the wording which states this? Once a product is licensed to you under GPL you can pretty much do...
-
22 Apr 2008 9:04 AM
Jump to post Thread: License Change? by Tim Siney
- Replies
- 758
- Views
- 247,861
Seems a bit to simplistic to say this. Fair enough, if you are developing a commercial application then you are required to buy a commercial license. I think the problem lies with the fact there is...
-
21 Apr 2008 7:12 AM
Jump to post Thread: License Change? by Tim Siney
- Replies
- 758
- Views
- 247,861
How does this affect non-profits, who may use ext-js for non-commercial applications but may not necessarily want to share the source code and would be hard pushed to afford to a developers license?...
-
10 Jul 2007 2:50 AM
Jump to post Thread: A suggestion.... by Tim Siney
- Replies
- 2
- Views
- 1,199
I'm using a few Ext widgets on a page which contains some other HTML elements and it seems that the ext-all css file seems to be adversly affecting the other CSS which is used on the page. Commenting...
-
4 Jul 2007 10:18 AM
- Replies
- 2
- Views
- 1,755
Thanks for the pointer tryanDLS. The following worked:
pagingToolbar.getPageData().activePage
Just to clarify, I needed to create a new data store and use the current page as one of the... -
3 Jul 2007 12:24 AM
- Replies
- 2
- Views
- 1,755
Does anyone know of a way to get the current page (or start param) associated with a view (bound to a data store) with a paging toolbar bound to it? I need to find this in order to create and load a...
-
2 Jul 2007 9:09 AM
- Replies
- 44
- Views
- 13,746
On a semi related note, once your applications start getting a proper hammering, loading a larger, single file can actually be quicker than dynamically calling lots of little JS files in your...
-
29 Jun 2007 1:52 AM
- Replies
- 1
- Views
- 887
After much debugging It appears I was making a schoolboy error. There was a stray comma after the last item in my JSON string:
{"totalImages":"2",... -
28 Jun 2007 6:18 AM
- Replies
- 1
- Views
- 887
Hi,
I've developed a small app which reads in JSON created by a servlet and creates a view based on this. There is a search feature in this which binds the view to another data source. This search... -
27 Jun 2007 4:46 AM
Jump to post Thread: Modal dialogs can be bypassed by Tim Siney
- Replies
- 33
- Views
- 28,187
It struck me a simple solution to this would be to have a listener applied to the dialog div/object which is fired when it looses focus. That way as soon as the user tabbed to an underlying field,...
-
14 Jun 2007 5:38 AM
Jump to post Thread: fn has no properties by Tim Siney
- Replies
- 3
- Views
- 1,740
Thanks for your reply. In case this is of use to anyone else, I managed to get this to work by creating a standard javascript function such as:
function testing123(){
alert("hello world");
}
... -
12 Jun 2007 2:02 AM
Jump to post Thread: fn has no properties by Tim Siney
- Replies
- 3
- Views
- 1,740
Hi,
I'm in the process of playing around with Ext JS but am having a bit of a problem with an error message which keeps popping up. The code I am using is thus:
ImageManager = function() {...
Results 1 to 21 of 21
