Search Type: Posts; User: makana
Search: Search took 0.04 seconds.
-
27 Mar 2013 11:36 PM
- Replies
- 22
- Views
- 4,063
@KajaSheen:
Pretty fixed lines in examples/themes/themes.js
#899
If your theme extends the classic theme or looks similar to it, you can add
function getSizing(id) {
var theme =... -
27 Mar 2013 11:32 PM
- Replies
- 22
- Views
- 4,063
Yes, I got this, too.
I'll try to point out some things I encountered and which I think should be fixed/changed.
1. The "null is not a color for mix" error:
It's in line 124 in... -
25 Mar 2013 1:21 PM
- Replies
- 3
- Views
- 753
Hello guys,
I thought I could share my SilverBlue/SilverRed themes. I use them since 4.1.
Porting it to 4.2.0 took some time since the docs/guides regarding theme creation/sencha cmd are... -
21 Mar 2013 2:37 PM
- Replies
- 22
- Views
- 4,063
@london_lawyer: Thank you very much! That really helped a lot!
-
13 Feb 2013 1:23 PM
- Replies
- 2
- Views
- 468
I want to share a messagebox extension that allows you to display selectable options via radiobuttons or checkboxes.
/**
* @class Ext.ux.window.OptionsMessageBox
* @extends... -
13 Feb 2013 1:17 PM
- Replies
- 1
- Views
- 316
Hi, folks!
Want to share my implementation of array types for model fields. Comments are welcome.
/**
* @class Ext.data.Types
* Additional Types for {@link Ext.data.Field}
*/ -
24 Jan 2013 7:09 AM
Jump to post Thread: Grid column renderer with html tag by makana
- Replies
- 3
- Views
- 1,773
After long debugging deep into the ExtJS internals, I found out, that my problem exists due to this one.
http://www.sencha.com/forum/showthread.php?247316
Seems it got fixed in later versions, i... -
24 Jan 2013 6:15 AM
Jump to post Thread: Grid column renderer with html tag by makana
- Replies
- 3
- Views
- 1,773
I have a similar problem and think it relies on the same internal behaviors.
If I edit a grid cell and the renderer returns html (a string with span tags in my case, html is valid) for the new... -
6 Jan 2013 11:20 PM
Jump to post Thread: Ext.ux.CheckCombo by makana
- Replies
- 31
- Views
- 8,387
Hey guys,
I just want to toss in another CheckComboBox implementation that I use. It's just a plugin to visually include the checkboxes into the combobox list. It doesn't do any other logical... -
27 Nov 2012 4:08 AM
- Replies
- 3
- Views
- 1,123
I use the Ext.Function utilities and the controller's init function to achieve this. Nontheless I agree that there's a lack of the functionality to define objects ({fn: ..., buffer: ...} etc.) in the...
-
10 Sep 2012 11:35 PM
Jump to post Thread: Field Help Text Plugin for ExtJS4 by makana
- Replies
- 3
- Views
- 979
Hello everyone!
Since I find it very useful, I ported Animals Field HelpText plugin to ExtJS4.
(see http://www.sencha.com/forum/showthread.php?77984)
I want to share the code here.
/** -
26 Aug 2012 11:58 PM
- Replies
- 4
- Views
- 1,285
Yes, that's what I mean. I think they intent to hide the mask (that is what onLoad does) on exceptions. but they don't bubble the exception event from proxy to the store, so there's no exception...
-
26 Aug 2012 11:02 PM
- Replies
- 4
- Views
- 1,285
There's one line in ExtJS code that shows that Sencha thought about hiding the mask on exceptions.
bindStore in LoadMask.js
me.mon(store, {
scope: me,
beforeload: me.onBeforeLoad,
... -
6 Aug 2012 11:24 AM
- Replies
- 2
- Views
- 311
Always set iconCls, even if it is not in the config, so that an old one is removed in that case.
Ext.define('Ext.override.window.MessageBox', {
override: 'Ext.window.MessageBox',
... -
26 Jul 2012 11:17 PM
- Replies
- 6
- Views
- 3,302
Hey guys,
I use this override to fix this. It also handles suspendEvents(true) with the true-parameter to queue the events and fire them later with the resumeEvents method.
In general, it seems... -
15 Apr 2012 3:06 AM
- Replies
- 2
- Views
- 601
I'm trying to access the fields of a model in that way (like documented)
var fields = myModel.fields;
(BTW: There's also a getFields() method that is NOT documented and returns this.fields)
... -
26 Oct 2011 5:45 AM
- Replies
- 16
- Views
- 2,287
Problem is still available.
Ext.grid.column.Column needs an empty initResizable method:
Ext.grid.column.Column.override({
initResizable: Ext.emptyFn
}); -
31 Aug 2011 12:36 AM
- Replies
- 6
- Views
- 1,932
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Browser versions tested against:
FF6 (firebug 1.8.1 installed) -
31 Aug 2011 12:20 AM
- Replies
- 0
- Views
- 573
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Browser versions tested against:
FF6 (firebug 1.8.1 installed) -
30 Aug 2011 11:59 PM
Jump to post Thread: Toolbar overflow button icon by makana
- Replies
- 2
- Views
- 859
I confirm that. Same with extended Toolbars.
-
29 Aug 2011 1:34 AM
- Replies
- 4
- Views
- 909
Hello bclinton,
you can use Ext.util.Observable.capture.
Ext.util.Observable.capture(myHTMLEditor, function() {
console.log(arguments);
}); -
16 Aug 2011 11:29 PM
- Replies
- 7
- Views
- 3,655
A plugin to adjust a grid column width to its content if you doubleclick on the column's splitter.
/**
* @class Ext.ux.grid.plugin.HeaderAutoResizer
*
* Plugin to add a "Adjust column... -
10 Aug 2011 2:08 AM
- Replies
- 7
- Views
- 4,002
Nothing is impossible. But sometimes difficult ;)
I had the same issue and overrode Ext.grid.feature.Grouping.
Ext.grid.feature.Grouping.override({
/**
* Override the default... -
4 Aug 2011 7:50 AM
Jump to post Thread: Is this project dead ? by makana
- Replies
- 4
- Views
- 3,433
Hi Ekambos,
actually I haven't developed a working AIR adapter for ExtJS 4.0 due to a lack of time during the last months.
I started some work some months ago, but had huge problems using ExtJS... -
25 Jul 2011 4:53 AM
- Replies
- 2
- Views
- 908
Grids with flexed columns now reserve the space for the scrollbar. I updated the code in the first post.
Results 1 to 25 of 117
