Search Type: Posts; User: aleksandy
Search: Search took 0.02 seconds.
-
16 Oct 2012 11:55 PM
- Replies
- 2
- Views
- 394
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
FF16.0.1 (firebug 1.10.4 installed)
Description:
When create the store in extjs 3.x style, method... -
15 Oct 2012 12:49 AM
- Replies
- 4
- Views
- 609
Remove the "CLOSED" resolution. It's not. See my post above.
-
11 Oct 2012 11:21 PM
- Replies
- 4
- Views
- 609
You did not understand me. Text in the second field should not be erased.
Problem in Ext.util.Floating#setActive method.
if (me.modal && !me.preventFocusOnActivate) {
me.focus(false,... -
11 Oct 2012 10:40 PM
- Replies
- 4
- Views
- 609
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rev 1
Browser versions tested against:
FF16.0.1 (firebug 1.10.4 installed)
Description: -
3 Aug 2012 12:53 AM
- Replies
- 2
- Views
- 492
You mean that data.js must contain Ext.ns('mynamespase.data') or Ext.define('mynamespase.data', {})? It's not logical.
I think in this case should be exception or message in console. At the worst... -
2 Aug 2012 8:14 PM
- Replies
- 2
- Views
- 492
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7, 4.1, 4.1.1
Browser versions tested against:
IE8 FF14.01.1 (firebug 1.10.1 installed) Google Chrome 20
Description: -
1 Jul 2012 8:58 PM
- Replies
- 0
- Views
- 219
REQUIRED INFORMATION
Ext version tested:
Ext 4.*
Description:
Ext.Function.createInterceptor can't return false value for intercepted method. Because of this compare with false thru === is... -
29 Mar 2012 5:53 PM
- Replies
- 2
- Views
- 272
Yes, it's defect but his fix doesn't solve problem.
-
29 Mar 2012 1:58 AM
- Replies
- 2
- Views
- 272
Steps to reproduce the problem:
just open page from test, if no error refresh page a few times
The result that was expected:
some items should not be rendered
The result that occurs... -
13 Jul 2011 6:19 PM
- Replies
- 9
- Views
- 1,778
scrollbar fix
-
8 Jul 2011 9:46 PM
- Replies
- 4
- Views
- 616
ExtJS 4.0.2a
{
xtype : 'combo',
...
listConfig : {
listeners : {
'show' : function(picker) {
var listEl = picker.listEl,
... -
2 Jun 2011 6:47 PM
- Replies
- 0
- Views
- 390
Button 'Toogle disable' is clickable regardless of state container (enabled or disabled)
Ext.onReady(function() {
Ext.create('widget.window', {
width : 300,
labelWidth : 80,... -
31 May 2011 6:51 PM
- Replies
- 3
- Views
- 1,590
This occurs because in sandbox-mode components do not have styles like ".x4-reset .x4-border-box ...". But in normal-mode this styles apply. I created ext-sandbox-fix.css and link it after...
-
31 May 2011 6:46 PM
- Replies
- 3
- Views
- 1,590
This occurs because in sandbox-mode components do not have styles like ".x4-reset .x4-border-box ...". But in normal-mode this styles apply.
-
18 Sep 2008 6:42 PM
- Replies
- 72
- Views
- 26,867
I made so:
// create namespace for plugins
Ext.namespace('Ext.ux.plugins');
Ext.ux.plugins.InlineItems = {
init: function(container){
Ext.apply(container, {
onRender:...
Results 1 to 15 of 15
