Search Type: Posts; User: benshort
Search: Search took 0.02 seconds.
-
19 Oct 2012 10:21 AM
Jump to post Thread: XTemplate xkey not working by benshort
- Replies
- 2
- Views
- 344
Hi,
I have the following json
{ "timestamp": 1318781876406,
"services":[
{
"SD":"1000",
"ED":"1010", -
14 Dec 2011 1:05 PM
- Replies
- 5
- Views
- 874
Is there a release date for version 4.1?
-
5 Dec 2011 2:13 PM
- Replies
- 5
- Views
- 874
Has there been any progress with this bug? I still see it in version 4.0.7
-
6 Nov 2011 11:28 AM
Jump to post Thread: How to alter tab height by benshort
- Replies
- 5
- Views
- 837
Seems that this is a bug. More details bellow.
http://www.sencha.com/forum/showthread.php?138247-EXTJS4-Tab-iconCls-height-bug -
6 Nov 2011 11:00 AM
Jump to post Thread: How to alter tab height by benshort
- Replies
- 5
- Views
- 837
Sadly that doesn't work either. See attached picture.
29068 -
4 Nov 2011 7:35 AM
Jump to post Thread: How to alter tab height by benshort
- Replies
- 5
- Views
- 837
Adding that config results in the tab becoming higher but the tab bar's height stays the same.
-
4 Nov 2011 6:45 AM
Jump to post Thread: How to alter tab height by benshort
- Replies
- 5
- Views
- 837
Hi,
I'm trying to add an icon to my tab panel tabs using the iconCls config param. As you can see in the screen shot the tab's height is not large enough and the icon gets cropped.
How can I... -
15 Apr 2010 5:50 AM
- Replies
- 3
- Views
- 932
What I'd really like is to limit the number of concurrent ajax requests a page can make.
-
15 Apr 2010 2:42 AM
- Replies
- 3
- Views
- 932
Hi,
Does ext have something similar to the google closure XhrManager?
http://closure-library.googlecode.com/svn/docs/class_goog_net_XhrManager.html
Ben -
25 Feb 2010 4:59 AM
Jump to post Thread: Grid with RESTful Store by benshort
- Replies
- 1
- Views
- 617
Found the exception event on the proxy that does what I need
-
25 Feb 2010 4:06 AM
Jump to post Thread: Grid with RESTful Store by benshort
- Replies
- 1
- Views
- 617
Hi,
I have used the RESTful Store example as a base for some crud operations in by application.
What I can't work out is how I return a server side error to the client. For instance I have a... -
5 Feb 2010 5:54 AM
Jump to post Thread: [3.1.0] Save form field state by benshort
- Replies
- 0
- Views
- 520
Hi,
I'm trying to save the state of a form field which I can do with the following code:
stateEvents: ['blur'],
getState: function() {
return {
value:this.value -
5 Jan 2010 6:00 AM
- Replies
- 4
- Views
- 2,611
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55519
-
8 Dec 2009 12:41 AM
Jump to post Thread: CheckboxGroup Submission Problem by benshort
- Replies
- 2
- Views
- 790
ypbob,
Thanks for your reply. I did find this property and have the form working as expected.
Ben -
4 Dec 2009 5:57 AM
Jump to post Thread: couchDB by benshort
- Replies
- 2
- Views
- 943
http://lmgtfy.com/?q=extjs+couchdb
-
4 Dec 2009 2:07 AM
Jump to post Thread: CheckboxGroup Submission Problem by benshort
- Replies
- 2
- Views
- 790
Hi,
I have the following checkbox group
var presetKeywords = new Ext.form.CheckboxGroup({
id:'keywords',
xtype: 'checkboxgroup',
itemCls: 'x-check-group-alt', -
2 Dec 2009 2:09 PM
Jump to post Thread: TreePanel by benshort
- Replies
- 0
- Views
- 495
Hi,
I am trying to create a tree panel using the following code with ext js 3.0.3:
var node2 = new Ext.tree.TreeNode({
text: 'Node 2',
leaf: true,... -
24 Nov 2009 11:19 AM
- Replies
- 3
- Views
- 2,117
Thanks for the replies but it seems that the form expected a json response. So I changed the server to produce json and all works fine.
One gotch though is the json must contain at least the... -
23 Nov 2009 2:11 PM
- Replies
- 3
- Views
- 2,117
Hi,
I'm trying to update the body of a panel with the response from a form submission.
The response data is simple html as shown below..
Form Handler:
this.form.on({
22 scope: this, -
20 Oct 2009 6:53 AM
- Replies
- 2
- Views
- 1,278
Fixed. Tested in IE6, IE7, IE8(+Compat), FF 3.5.3 and Chrome 3.0.195.27
Ext.onReady(function() {
Ext.QuickTips.init();
var editor = new Ext.form.HtmlEditor({
id: 'details', -
20 Oct 2009 4:47 AM
- Replies
- 2
- Views
- 1,278
I just noticed that in IE the text I selected before clicking the HyperLink button is deselected when the EXt MessageBox is displayed. This does not happen in chrome or ff.
-
20 Oct 2009 4:17 AM
- Replies
- 2
- Views
- 1,278
Hi,
I'm using the HtmlEditor but have run into an issue when using IE8 and IE7 ( IE8 in compatibility mode).
When I click on the HyperLink button IE displays the following message in its...
Results 1 to 22 of 22
