Search Type: Posts; User: aappell
Search: Search took 0.02 seconds.
-
25 Jan 2013 12:19 PM
- Replies
- 4
- Views
- 1,490
I think it's a typo in Ext.form.field.HtmlEditor.getInputCmpCfg. Should be:
...
data = {
...
size : 'height:100%;width:100%'
};
... -
9 May 2012 11:00 AM
- Replies
- 0
- Views
- 202
Some labels are misplaced and have the wrong text. The problem is in drawLabel().
if (!this.labelArray) {
...
}
else {
labelArray =... -
23 Jun 2011 6:35 AM
- Replies
- 1
- Views
- 348
+1
Also [Enter] will toggle the checkbox with no checkchange event raised.
I've basically suspended migrating a 3.2.1 app to 4.0.x due to this and other issues. -
2 Jul 2009 6:54 AM
- Replies
- 3
- Views
- 1,126
Granted it's not a typical case but we do allow users to check/uncheck columns to display. So while not very useful, it is possible to hide all columns as I have done in my testing of our app, which...
-
1 Jul 2009 11:39 AM
- Replies
- 3
- Views
- 1,126
Ext version tested:
Ext 2.2.1
Browser versions tested against:
IE7 -
18 Feb 2009 8:26 AM
- Replies
- 1
- Views
- 1,119
This setting appears twice:
.x-window-dlg .ext-mb-icon{float:left;width:47px;height:32px;}
No harm but redundant. -
21 May 2008 6:28 AM
Jump to post Thread: TableLayout configs by aappell
- Replies
- 18
- Views
- 3,026
Along the same lines, I've been using a subclass of TableLayout that contains this override for getNextCell:
getNextCell : function(c){
var cell = this.getNextNonSpan(this.currentColumn,... -
19 May 2008 12:16 PM
- Replies
- 4
- Views
- 1,702
isVisible() returns true after executing hide() for TriggerField and the 2 subclasses: ComboBox and DateField. I've checked that rendered = true. This is in Ext 2.1, not sure about earlier versions.
Results 1 to 8 of 8
