Search Type: Posts; User: MarkusL
Search: Search took 0.02 seconds.
-
19 Dec 2012 5:48 AM
Jump to post Thread: qtip in compositefield by MarkusL
- Replies
- 1
- Views
- 556
It is possible, but you have to use Ext.QuickTips:
{
xtype: 'compositefield',
fieldLabel: 'I am the label',
items: [ ... whatever ... ],
listeners: {
'render': function(c){ -
18 Dec 2012 1:45 AM
Jump to post Thread: Missing translation in cs locale by MarkusL
- Replies
- 3
- Views
- 322
Any news? This is still open in the 4.2 beta version :-(
-
23 Aug 2012 8:09 AM
- Replies
- 9
- Views
- 1,414
Note: this does not work, if the panel is to be a child item of a container (i.e. the renderTo property is empty), because then panel is not rendered upon creating it.
In this case add the... -
25 Apr 2012 3:20 AM
- Replies
- 0
- Views
- 267
All elements I drag to an absolutely layouted form are inserted at [0, 0].
Why not insert them at the position where I release the mouse button? -
20 Apr 2012 4:21 AM
- Replies
- 2
- Views
- 592
<SHIFT>+<Delete> to cut does not work either.
-
20 Apr 2012 4:04 AM
- Replies
- 2
- Views
- 592
Each and every application I know pastes the clipboard contents into an edit field when I press <SHIFT>+<INSERT>, serving as an equivalent to <CTRL>+<V>.
The Architect toggles insert/overwrite... -
19 Apr 2012 4:56 AM
Jump to post Thread: How to add a menu separator? by MarkusL
- Replies
- 2
- Views
- 1,155
Available since the 412 build, thanks a lot.
-
18 Apr 2012 7:01 AM
Jump to post Thread: How to add a menu separator? by MarkusL
- Replies
- 2
- Views
- 1,155
How can I add a horizontal separator to an ExtJS menu using Architect?
Although there is a "separator" in the toolbox I cannot drop it onto an existing menu.
Hand coded the job is easily done:... -
8 Jul 2011 3:41 AM
- Replies
- 1
- Views
- 1,095
I localized the problem. Someone added this code to our application css for some reason:
.ext-el-mask{
z-index: auto !important;
}
This completely messes up the z-index handling... -
6 Jul 2011 7:32 AM
- Replies
- 1
- Views
- 1,095
Unfortunately I did not find any threads concerning this problem, so I'll post it here. There seems to be a bug in ExtJS 3.4 when masking document.body by opening a modal window when the background...
-
22 Dec 2010 2:56 AM
- Replies
- 11
- Views
- 3,941
Why do I get the error message mentioned here using ExtJS 3.3.1? The file .\src\widgets\grid\ColumnModel.js contains just the source lines which are supposed to have been fixed?! As soon as I...
-
8 Oct 2010 12:00 AM
Jump to post Thread: Form field currency plugin by MarkusL
- Replies
- 19
- Views
- 5,921
Thanks for your help, but you have to escape the thousandsSeparator to get a valid regexp:
var replacer = new RegExp('\\'+this.currencyConfig.thousandsSeparator,'g'); -
16 Aug 2010 5:30 AM
Jump to post Thread: Form field currency plugin by MarkusL
- Replies
- 19
- Views
- 5,921
Hi!
There are two problems with v02 of the plugin:
values larger than 999999 don't work. When editing or during getValues() only ONE thousands separator is removed. Result: 1.000.500,50 €... -
5 Aug 2010 1:10 AM
Jump to post Thread: Non-editable Checkbox in Grid by MarkusL
- Replies
- 14
- Views
- 3,636
I just use the CheckColumn-Class provided by the framework (see .\examples\ux\CheckColumn.js).
In order to make it "readonly" you have to derive your own class and just overwrite the event...
Results 1 to 14 of 14
