Search Type: Posts; User: dmurat
Search: Search took 0.02 seconds.
-
3 Sep 2012 1:06 PM
- Replies
- 5
- Views
- 752
After some thought, it seems to me that will be more appropriate to introduce a whole new mode, something like SIMPLE_WITH_SHIFT. I had a requirement for checkboxmodel only, but maybe this can be...
-
3 Sep 2012 12:06 PM
- Replies
- 5
- Views
- 752
Actually, it is very similar to this, except in SIMPLE mode SHIFT key doesn't work. So in effect, patch implements some kind of hybrid between SIMPLE and MULTI modes, where CTRL is not required for...
-
3 Sep 2012 7:18 AM
- Replies
- 5
- Views
- 752
I'm sorry, I wasn't explained the problem correctly, and I wrote a patch some time ago so I forgot what is it for exactly.
Selection/deselection of rows by using their checkboxes behaves in the... -
3 Sep 2012 3:30 AM
- Replies
- 5
- Views
- 752
When CheckboxModel is used with grid, problem is that rows can be selected only by clicking on their corresponding checkbox. I believe this is not very user friendly, and I think it will be better if...
-
2 Sep 2012 10:16 PM
- Replies
- 3
- Views
- 403
Great :-)
For my reference, can you, please, provide forum link and ticket number if they are available? Tnx -
2 Sep 2012 7:58 AM
- Replies
- 3
- Views
- 403
When CheckboxModel is used, header checkbox is not cleared when related store is cleared, or when all records from a store are removed. Following override fixes a problem for me:
... -
2 Sep 2012 4:55 AM
- Replies
- 3
- Views
- 549
I see. If I understood correctly, then something like following will be correct?
store.load(
{
params: {
// some params
}
}
); -
31 Aug 2012 4:58 PM
Jump to post Thread: Ext.ux.window.Notification by dmurat
- Replies
- 99
- Views
- 30,499
Same request as dunamis :-). Please, can you provide dload link for version 2.0. This will be of great help for me, tnx.
-
31 Aug 2012 3:54 PM
- Replies
- 3
- Views
- 549
I've found that I can't use jsonData as config option for store.load() method. For example, I didn't manage to use something like:
store.load(
{
jsonData: {
// some json data... -
27 May 2012 12:20 AM
- Replies
- 1
- Views
- 413
When using new PageAnalyzer tool, I have several layout runs for same view. Is it possible to see in PageAnalyzer what triggers specific layout run? I'm using ext 4.1.0 RC3. Tnx
-
18 Apr 2012 1:24 AM
- Replies
- 9
- Views
- 2,159
+1 for fixing this before GA.
Fix by zombeerose works perfectly for me. Thank you very much, zombeerose. -
6 Apr 2012 8:56 AM
Jump to post Thread: Ext.ux.window.Notification by dmurat
- Replies
- 99
- Views
- 30,499
As it turns out, 4.1.0-rc2 changed visibility mode to 'offsets' for Window class. For restoring correct behavior of Notification, I just set hideMode to 'visibility' in Notification's definition:
... -
5 Apr 2012 10:26 AM
Jump to post Thread: Ext.ux.window.Notification by dmurat
- Replies
- 99
- Views
- 30,499
Hi,
I'm having problems with running this extension under Ext 4.1.0.RC2. Basically, I have a button which shows and hides notification, where notification is instantiated on first show and reused... -
2 Apr 2012 9:52 PM
- Replies
- 2
- Views
- 184
Please do if you wish. I posted here since the problem is related to builds, which are not available to everyone.
Best regards,
Damir Murat -
2 Apr 2012 8:24 AM
- Replies
- 2
- Views
- 184
I know these are not release versions, but this bug scares me pretty much, since it brings down my whole app, and I'm already working with ext-4.1-20120323 build. Here are details... Following code...
-
17 Mar 2012 4:01 PM
- Replies
- 1
- Views
- 263
When executing code below, you will see that load mask doesn't mask form's buttons:
Ext.onReady(function() {
var simpleForm = Ext.widget({
xtype: 'form', layout: 'form', collapsible:... -
4 Mar 2012 11:37 PM
- Replies
- 1
- Views
- 305
With dataview example taken from documentation, if initComponent method is added to a dataview, TypeError is thrown:
Ext.onReady(function() {
Ext.define('Image', {
extend:... -
1 Mar 2012 10:49 PM
- Replies
- 2
- Views
- 406
I wasn't aware of single option, tnx for the tip. I've also tried with afterrender, but it seems that it fires to early since the layout is not fixed in that case.
Damir Murat -
29 Feb 2012 3:53 PM
- Replies
- 2
- Views
- 406
Code bellow demonstrates the bug for vbox layout:
Ext.onReady(function() {
Ext.create('Ext.panel.Panel', {
renderTo: Ext.getBody(),
title: 'Some panel',
... -
20 Oct 2011 11:54 AM
- Replies
- 0
- Views
- 352
Reported warning is "Store defined with no model. You may have mistyped the model name."
To reproduce, one can use ExtJS TreeGrid Example (ext-4.0.7/examples/tree/treegrid.html) and modify...
Results 1 to 20 of 20
