Search Type: Posts; User: fguest
Search: Search took 0.02 seconds.
-
25 Feb 2013 1:07 PM
- Replies
- 1
- Views
- 214
No top border in grid header (grid with toolbar and witout border)
screen shots:
bad border:
42040
fixed border: -
24 Feb 2013 9:13 PM
- Replies
- 3
- Views
- 258
Sorry, this bug in beta-2...
-
21 Feb 2013 5:50 AM
- Replies
- 3
- Views
- 258
Ext.window.Window use property 'focusOnToFront'.
Source: ext-4.2.0\src\window\Window.js
onMouseDown: function (e) {
var preventFocus;
if (this.floating)... -
14 Jan 2013 11:33 PM
- Replies
- 1
- Views
- 293
Ext.grid.plugin.BufferedRenderer used grid.getTotalCount() and if store not buffered grid.getTotalCount()=0. Result: showing in grid only first record.
<div id="qaz"></div>
<script>
... -
3 Jan 2013 9:24 AM
- Replies
- 1
- Views
- 269
This temporary solutions: after render change size container...
w.on('render',function(){
w.setWidth(w.getWidth());
}); -
3 Jan 2013 5:27 AM
- Replies
- 1
- Views
- 269
Layout 'table' not valid working in window for 'input' components.
See example. Panel in body - ok. Panel in window - bad.
41065
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01... -
3 Jan 2013 1:02 AM
- Replies
- 0
- Views
- 181
Need add property 'defaultMargins' in 'auto' layout (with the behavior as in 'vbox' and 'hbox').
-
26 Dec 2012 3:17 AM
- Replies
- 1
- Views
- 643
Press button "Add" twice. In console print info only for "Panel-2". After select "Panel-1" print info for "Panel-1".
P.S. In 4.0.7 for "Panel-1" event 'activate' fired twice for first activate...... -
26 Dec 2012 12:07 AM
- Replies
- 1
- Views
- 348
I found the following problem: first calls getRenderTree, after calling in dom appears correct content, then call renderChildren and replaces the previous contents ....
-
25 Dec 2012 8:48 PM
- Replies
- 1
- Views
- 348
In Ext.layout.container.Table exists methods renderChildren and getRenderTree. Both of them are called by the container show. Is that correct? If yes, what method override to the behavior change?...
-
13 Nov 2012 2:19 PM
- Replies
- 3
- Views
- 291
In version 3.x and 4.0.x above code works as expected - arrays revealed and components added to the container. A lot of code in the application, use this behavior and it is very convenient. Please:...
-
13 Nov 2012 1:32 AM
- Replies
- 3
- Views
- 291
Browser versions tested against:
ALL
Description:
Do not add items, if the element of the array - the array. In version 4.0.7 - all ok.
The result that was expected:
Two buttons on the... -
12 Jun 2011 4:02 AM
- Replies
- 2
- Views
- 981
screenshot:
26555
testcase:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head> -
10 Jun 2011 5:06 AM
- Replies
- 4
- Views
- 5,729
Thank you very much, it helped me.
-
10 Jun 2011 1:04 AM
- Replies
- 4
- Views
- 5,729
How to set the row height for grid?
-
9 Jun 2011 11:53 PM
Jump to post Thread: API Documentation Content Bugs by fguest
- Replies
- 488
- Views
- 68,559
[4.0.2] On the main page links to examples of version 4.0.1
-
9 Jun 2011 11:48 PM
- Replies
- 0
- Views
- 387
After press "Start" button "Next panel" is disabled.
-
9 Jun 2011 11:31 PM
- Replies
- 2
- Views
- 461
... table layout - the same problem - cut the bottom panel
-
9 Jun 2011 11:27 PM
- Replies
- 2
- Views
- 461
Screenshot:
26538 -
9 Jun 2011 8:05 AM
Jump to post Thread: ExtJS 4 download page bug by fguest
- Replies
- 5
- Views
- 1,739
no more bets, thank you:)
-
9 Jun 2011 7:06 AM
Jump to post Thread: ExtJS 4 download page bug by fguest
- Replies
- 5
- Views
- 1,739
place your bets, ladies and gentlemen, how many remain on the download page 4.0.1 version 3.4.0 :)
-
9 Jun 2011 5:14 AM
Jump to post Thread: ExtJS 4 download page bug by fguest
- Replies
- 5
- Views
- 1,739
still version 3.4 .. I'm worried ...
-
9 Jun 2011 2:30 AM
Jump to post Thread: ExtJS 4 download page bug by fguest
- Replies
- 5
- Views
- 1,739
...or Sencha rollback extjs4????
-
8 Jun 2011 8:08 AM
- Replies
- 3
- Views
- 629
If, instead of the panel, use a container, then the example works correctly. What is wrong with the panels ...
...
Ext.onReady(function() {
var panels = [];
for (var i = 0; i... -
8 Jun 2011 5:26 AM
- Replies
- 3
- Views
- 629
Testcase (this example works properly in 4.0.1):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type"...
Results 1 to 25 of 42
