Search Type: Posts; User: dolittle
Search: Search took 0.06 seconds.
-
13 Apr 2012 3:10 PM
- Replies
- 4
- Views
- 961
I meant vbox, it's the same thing.
Any reason why borderLayout can't support autoHeight? -
13 Apr 2012 2:01 PM
- Replies
- 4
- Views
- 961
I'm asking about Ext.layout.BorderLayout:
"multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic bars between regions and built-in expanding and collapsing... -
13 Apr 2012 9:21 AM
- Replies
- 4
- Views
- 961
Hi,
I'm rendering a container with border layout in a div.
I want the container to get the maximum available height - auto height.
There is no autoHeight settings in extjs 4 and the container... -
22 Aug 2011 11:18 AM
- Replies
- 6
- Views
- 6,752
@PranKe01
I'm using your code and it works great but I saw weird result recently.
I'm trying to base64 encode the array
[131,104,5]
which should result with:
"g2gF"
Sometimes I'm getting: -
13 Jun 2011 5:36 PM
- Replies
- 11
- Views
- 3,948
This is a serious bug that is known for several months:
http://www.sencha.com/forum/showthread.php?128876-Store-is-currpoted-when-using-load... -
1 Jun 2011 5:57 AM
- Replies
- 4
- Views
- 1,131
Ext.apply doesn't check for undefined values leading to a confusing result.
In the following example, object b.key1 will be undefined instead of 'old':
var a = {
key1: undefined,
key2:... -
3 May 2011 3:00 AM
Jump to post Thread: JSBuilder2 bugs by dolittle
- Replies
- 11
- Views
- 8,818
Can you please update the YUI Compressor version?
A new version was released on 04/15/2011
http://yuilibrary.com/downloads/#yuicompressor -
16 Apr 2011 8:48 PM
Jump to post Thread: what is a record? by dolittle
- Replies
- 3
- Views
- 832
What is a record in extjs 4?
Is it a model instance or a store item or both? -
16 Apr 2011 7:36 PM
- Replies
- 2
- Views
- 915
It is possible to assign a record to a form using:
form.loadRecord(record);
and later get the record from the form and update it:
var record = form.getRecord();
var values = form.getValues();... -
14 Apr 2011 9:27 AM
Jump to post Thread: missing event for onGeoUpdate by dolittle
- Replies
- 0
- Views
- 503
When using useCurrentLocation there is a call to onGeoUpdate which center the map according to the browser location.
Two things are missing:
1. An event that fires when onGeoUpdate was called so... -
9 Apr 2011 11:17 AM
- Replies
- 0
- Views
- 561
Tested with B2 on FF4
When a menu that doesn't have items is clicked, it shows a small rectangle.
Please see attached image.
To reproduce go to the toolbar example, remove the items from the... -
7 Apr 2011 7:09 PM
- Replies
- 3
- Views
- 947
It's not just that. Old records with the same id are still accessible.
The store is seriously broken. -
7 Apr 2011 9:46 AM
- Replies
- 3
- Views
- 947
This issue is related:
http://www.sencha.com/forum/showthread.php?128876-Store-is-currpoted-when-using-load
Does this help?
http://www.sencha.com/blog/ext-js-4-beta-2-released#19317
Do you... -
2 Apr 2011 2:59 PM
- Replies
- 0
- Views
- 790
Using version 1.1.
I have a model with an ajax proxy and a store.
I'm loading 25 records to the store.
Than I'm updating the record on a server with a form, without changing the record.
I'm... -
28 Mar 2011 4:14 AM
- Replies
- 0
- Views
- 1,116
Ext.util.Cookies.set uses path "/" by default.
Ext.util.Cookies.clear doesn't set a path so it doesn't remove a session cookie.
This override fixes this issue:
Ext.util.Cookies.clear =... -
23 Mar 2011 3:35 PM
- Replies
- 0
- Views
- 595
It is possible to remove several 'var' decelerations to shorten the functions.
Example:
set : function(name, value){
var argv = arguments,
argc = arguments.length,
expires = (argc > 2)... -
16 Mar 2011 8:47 AM
- Replies
- 0
- Views
- 448
When hovering over menu items the cursor switches from pointer to arrow and than back to pointer on the border between two items.
This is not as bad as in Extjs 3 but still need to be fixed.
The... -
16 Mar 2011 8:35 AM
Jump to post Thread: API Doc issues by dolittle
- Replies
- 140
- Views
- 22,510
go to:
http://dev.sencha.com/deploy/ext-4.0-pr4/docs/api/Ext.chart.Mask.html
click on "Hide inherited members"
The line below "Methods" disappears. -
13 Mar 2011 3:31 PM
- Replies
- 2
- Views
- 1,440
Wouldn't it be easier if timeHandler and requestCallback will act in the same way?
Why do you want to have a callback for the timer but create a function dynamically for the request?
It will be... -
13 Mar 2011 3:23 PM
- Replies
- 28
- Views
- 5,861
any chance this fix will be implemented in Ext3.4?
http://www.sencha.com/forum/showthread.php?70923-DEFER-70-3.0rc2-IE7-small-Flicker-in-menu&p=521054&viewfull=1#post521054
Are you droping... -
13 Mar 2011 12:52 PM
- Replies
- 2
- Views
- 1,440
In ScriptTagProxy Ext.get is used to remove the script tag after success/failure.
Maybe it should be replaced with Ext.fly to save resources?
Ext.get(request.scriptId).remove();
The function... -
4 Mar 2011 1:26 AM
- Replies
- 1
- Views
- 838
http://www.sencha.com/forum/showthread.php?125072-Ext-JS-4-Releases-and-Notes-%284.0PR2%29
-
2 Mar 2011 9:05 AM
Jump to post Thread: website suggestions by dolittle
- Replies
- 0
- Views
- 570
"Submit New Thread" and "Preview Post" buttons should have "cursor:pointer"
If js is enabled, "Log in" at the top menu shouldn't be a link because you show a popup to enter username and password. -
2 Mar 2011 9:01 AM
Jump to post Thread: Grid header filters by dolittle
- Replies
- 164
- Views
- 85,943
Are there plans to support extjs 4?
Do you think many changes are required?
p.s. can you support disabled fields?
patch:... -
26 Feb 2011 6:11 AM
- Replies
- 1
- Views
- 1,274
Ext.query is a shorthand of Ext.DomQuery.select
while Ext.select is something else.
It doesn't make sense and confusing.
It is better to change it now before the major release instead of leaving...
Results 1 to 25 of 118
