Search Type: Posts; User: mjoksa
Search: Search took 0.03 seconds.
-
24 Dec 2010 5:11 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
Mmmmm thats another story... :)
You will have to do something similar to Win development with events and event listeners.
How this works with ExtJS can be seen in combination examples, but I will... -
24 Dec 2010 2:49 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
I did not use ExtJS in past 6 months so please use my response as guide (maybe there is simpler way to do but for now... :) ).
In 'click' event for TreePanel you have 'node' so you will have to use... -
7 Dec 2010 3:15 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
Hi sothea,
I am sorry but I have never tried (and tested) my extension with checkbox tree so I cannot help you wright now.
Also, I am currently burdened at my new job (from morning till late... -
20 Apr 2010 5:21 AM
- Replies
- 4
- Views
- 1,310
You have to do all your AJAX request in 'afterrender' with code like below:
afterrender: {
fn: function(cmp) {
//Do your AJAX requests here
},
buffer: 250 //ms
} -
13 Jan 2010 3:12 AM
Jump to post Thread: Extjs Themes Download by mjoksa
- Replies
- 50
- Views
- 40,947
Great, 10x...
=D> -
17 Nov 2009 2:52 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
I took a quick look at your code and you should use this to define plugin:
plugins: [ new Ext.ux.plugins.TreePanelStatefull()]
I hope this helps -
9 Oct 2009 2:40 AM
- Replies
- 187
- Views
- 81,842
Hello Saki,
I just love your XCheckbox but I have problem with it. When I return error message from server (after form is submitted) check box is not visually marked as invalid (any other invalid... -
31 Aug 2009 12:08 PM
- Replies
- 1
- Views
- 2,398
Hello,
I just discovered issue mentioned in title. I have created combo as shown in below code
StatusStore = function() {
var data = [
['', ''],
['0', 'In-Active'],
... -
27 Aug 2009 6:59 AM
- Replies
- 4
- Views
- 1,309
Very, very, very big thanks...
-
27 Aug 2009 6:53 AM
- Replies
- 4
- Views
- 1,309
I've just spent 30min searching forums, but could not implement valid solution.
Can you please give me some sample code.
I know this is just annoying :) for you, but your help will be much... -
27 Aug 2009 6:47 AM
- Replies
- 4
- Views
- 1,309
Hello,
Can anybody tell me how to add DoubleClick listener to MenuItem (or Menu)?
I just need to do some stuff when user double click on menu item.
10x in advance -
27 Aug 2009 2:15 AM
- Replies
- 3
- Views
- 832
10x for replies
-
26 Aug 2009 9:01 PM
- Replies
- 3
- Views
- 832
Hello,
I tried to fiend solution for issues mentioned below, but had no luck on forum, so I decided to post it. I have two questions:
1. Is there any way to post DisplayField value when form is... -
2 Jul 2009 2:14 AM
Jump to post Thread: GridFilter Extension for 3.x by mjoksa
- Replies
- 62
- Views
- 25,294
@mjlecomte
As I said in my previous post I am NET Framework user, and I had to change getFilterData method to better suite my needs so please reconsider my code changes for final version and please... -
25 Jun 2009 11:19 AM
Jump to post Thread: GridFilter Extension for 3.x by mjoksa
- Replies
- 62
- Views
- 25,294
@azbok
10x for input
I will certainly implement override first thing in the morning. -
25 Jun 2009 1:22 AM
Jump to post Thread: GridFilter Extension for 3.x by mjoksa
- Replies
- 62
- Views
- 25,294
I successfully implemented all fixes mentioned in posts above and everything works fine with filtering.
I work with C# and use Newtonsoft JSON library for encode/decode data for ExtJS controls.
I... -
8 Jun 2009 11:38 PM
Jump to post Thread: RowEditor and custom renderers... by mjoksa
- Replies
- 3
- Views
- 1,667
These are all values you need for renderer for startEditing function:
value = val
record = record
rowIndex = this.rowIndex
colIndex = i
store = this.grid.getStore()
As for metaData, you... -
5 Jun 2009 4:51 AM
Jump to post Thread: RowEditor and custom renderers... by mjoksa
- Replies
- 3
- Views
- 1,667
Hello,
When I first saw RowEditor and thought that it is everything that I need for quick editing.
Then I tried it and saw something that just does not work for me.
In my grid I have custom... -
27 May 2009 4:27 AM
- Replies
- 2
- Views
- 818
Thanks Animal...
Your help is always fastests one :)
Cheers -
27 May 2009 3:51 AM
- Replies
- 2
- Views
- 818
Hello,
I created panel with structure like this:
- west region - contains TabPanel with two tabs (every tab hold one TreePanel)
- center region - contains GridPanel
My problem is with tools... -
7 Apr 2009 10:42 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
Sorry for my late reply, I've just got a little baby girl so I was away from my computer for few days. I think that you found source of your problem. Please, notify me if your solution is wright one...
-
31 Mar 2009 12:00 AM
Jump to post Thread: Date Field Calender by mjoksa
- Replies
- 6
- Views
- 1,188
10x mjlecomte, but I need form control (like DateField) in order to collect its value with getValues() method.
Cheers -
30 Mar 2009 4:02 AM
Jump to post Thread: Date Field Calender by mjoksa
- Replies
- 6
- Views
- 1,188
Does anybody know answer to this question?
Anybody? -
25 Mar 2009 12:43 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
@gacowarlock
From the description of your problem I can just presume that something strange is happening in collapseAll function in TreePanel, or your get_nodes.php does not return valid ids for... -
24 Mar 2009 12:34 AM
Jump to post Thread: TreePanel and stateEvents by mjoksa
- Replies
- 63
- Views
- 22,825
These are my assumptions and suggestions:
1. Check if your root node is defined something like this:
root: new Ext.tree.AsyncTreeNode({
text: 'Root,
...
Results 1 to 25 of 73
