Search Type: Posts; User: rkaat
Search: Search took 0.02 seconds.
-
6 May 2011 5:33 AM
Jump to post Thread: BeforeSelect event on combobox by rkaat
- Replies
- 1
- Views
- 585
Problem solved....
'beforeselect' has been replaced with the 'beforeitemclick' of the listConfig -
6 May 2011 2:04 AM
Jump to post Thread: BeforeSelect event on combobox by rkaat
- Replies
- 1
- Views
- 585
Hey,
Currently I am re-building my ext-3.3 combobox to an Ext-4.0 one. I came across the problem that there isn't a 'beforeselect' event anymore on the combobox.
I want to cancel the selection of... -
2 May 2011 1:41 AM
Jump to post Thread: ExtJS 4 chart legend sizing by rkaat
- Replies
- 12
- Views
- 6,516
BUMP,
I am having the same problem at the moment. In Ext 3 you got 2 columns when there were too much items in the legend.
Is there any config option or other solution to solve this problem ? -
3 Apr 2011 1:07 AM
Jump to post Thread: Reconfiguring ExtJS 4 Grid by rkaat
- Replies
- 4
- Views
- 5,136
BUMP...
I am having the similar qustion. In Ext3 you could buld the columns and fields structure on the server-side (PHP) and then use setConfig() on the columnmodel to create the model.
Is... -
6 Mar 2011 2:50 AM
Jump to post Thread: MetaData configuration by rkaat
- Replies
- 8
- Views
- 1,659
Hey,
Is there already a way to use metaData configuration through JSON, so I can build my grids from that ? Using the metaData seems to work with charts, but not yet with grids.
And if so, are... -
4 Feb 2011 1:27 AM
- Replies
- 4
- Views
- 858
Do get the template just use :
editorHTML.setValue(record.get('Template'));
Take a look at the 'get()' method from a record:
http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.Record -
4 Feb 2011 12:39 AM
- Replies
- 4
- Views
- 858
editorHTML.setValue(record.get('Name'));
-
7 Jan 2011 12:50 AM
Jump to post Thread: How to insert html in Ext JS object by rkaat
- Replies
- 6
- Views
- 2,269
You have to decode the response from the server first before you can use it.
Try this:
success: function(result, request) {
var json = Ext.util.JSON.decode(result.responseText); //... -
30 Dec 2010 12:28 AM
- Replies
- 1
- Views
- 493
I have an almost similar problem with the tooltips. Any updates on this ??
-
27 Dec 2010 1:24 AM
Jump to post Thread: uncloseable tab after create by rkaat
- Replies
- 3
- Views
- 567
var maintabs = Ext.getCmp('MainTabs');
var propview = new propview({
id: PropID,
propID: PropID,
iconCls: 'prop16',
... -
22 Dec 2010 11:11 PM
- Replies
- 4
- Views
- 668
Use :
alert(simple.items.items[1].fieldLabel); -
13 Dec 2010 7:59 AM
Jump to post Thread: Delete several records by rkaat
- Replies
- 1
- Views
- 437
Hey,
I am trying to delete several records at once. I use a 'CheckboxSelectionModel' for the grid to select multiple rows. The grid has a toolbar on which I got the button to remove the selected... -
1 Dec 2010 2:43 AM
- Replies
- 2
- Views
- 982
You can set the labelWidth property in your form configuration:
var form = new Ext.form.FormPanel({
...
labelWidth : 100, // Change width of fieldlabels (width is default 100)
... -
22 Nov 2010 7:32 AM
- Replies
- 3
- Views
- 417
You can find it in the API: http://dev.sencha.com/deploy/dev/docs/?class=Ext.grid.RowSelectionModel
Scroll to the methods and you will find getSelected there. -
22 Nov 2010 3:11 AM
- Replies
- 3
- Views
- 417
Ext.grid.RowSelectionModel
-
19 Nov 2010 7:40 AM
- Replies
- 2
- Views
- 687
You could try (after removing panels):
panel.setHeight('auto'); -
1 Nov 2010 10:17 AM
Jump to post Thread: grid rightmost space by rkaat
- Replies
- 2
- Views
- 605
You probably mean the 18px space that is reserved for a scrollbar. You can remove it with:
viewConfig :
{
scrollOffset : 0
} -
25 Oct 2010 10:07 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Anyway, I did some debugging and noticed some strange behaviour. I stripped out all the overrides, unnecesarry code etc.
The beforeshow event is executed twice, this is my code:
... -
25 Oct 2010 12:15 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Problem seems to be with my OS.
- I normally use Windows XP with Service Pack 3, and then it all looks kinda sloppy.
- I just ran my application on my laptop which has Windows 7 Home Premium and I... -
24 Oct 2010 11:32 PM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
I am using 3.3 Final release. Also tried 3.2.1 but it looks the same in IE.
-
24 Oct 2010 10:14 PM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Disabling my custom css doesn't change a thing.
-
24 Oct 2010 2:47 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
It's automatic width would be 300.
-
24 Oct 2010 2:31 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Setting the minWidth does solve problem, but isn't the problem a bug from Ext in IE ?? In my opinion, autoWidth : true should work correct like in FF and Chrome.
In my opinion a tooltip should... -
24 Oct 2010 12:43 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Ok, I discovered some strange behaviour in the tooltips.
Also the standard tooltips I get with Ext.QuickTips.init(); ain't perfect (see picture below).
22994
When I hover my mouse over the... -
23 Oct 2010 1:47 AM
Jump to post Thread: Tooltip rendering problem (IE) by rkaat
- Replies
- 20
- Views
- 3,162
Thx for the reply Animal,
I removed autoWidth : true and got it almost working now. When I refresh my page and hover over a cell the tooltip renders wrong. This only happens the first time, cause...
Results 1 to 25 of 50
