Search Type: Posts; User: Joche
Search: Search took 0.02 seconds.
-
15 Jul 2008 4:50 AM
- Replies
- 2
- Views
- 863
Do you really need to refresh the table?
-
1 Jul 2008 6:19 AM
- Replies
- 6
- Views
- 1,996
Cellactions did what I wanted. (I had been looking on that before but it was a bit overwhelming at the time, my bad.)
Thanks everyone for your help. -
1 Jul 2008 6:18 AM
Jump to post Thread: Grid CellActions Plugin by Joche
- Replies
- 274
- Views
- 96,506
This is a great piece of work, and I got it up running very easy thanks to excellent documentation.
I do have a question though: I want my cellActions in the absolute rightmost column in my grid... -
1 Jul 2008 5:13 AM
- Replies
- 6
- Views
- 1,996
That would be awesome, but because this is in a gridcolumn the element wont be rendered in the function that creates the button. I need to do something like myImg = new Ext.Element() to get an object...
-
1 Jul 2008 4:20 AM
- Replies
- 6
- Views
- 1,996
(Yes, I have read the whole post about not having buttons on grid-cells, but my design and needs are very well met with having buttons in the grid)
I'm creating a button in a grid-column via the... -
22 Jun 2008 11:37 PM
- Replies
- 2
- Views
- 967
Thanks alot - that seems to be a very good solution. I will try it right away!
[30sec later]
I just realized that I have a lot of code centralized around the one and only store I'm using now.... -
22 Jun 2008 5:07 PM
- Replies
- 2
- Views
- 967
I have two comboboxes on a page. They are fed by the same store but I would like them to show different sub-sets from the store.
I am thinking on paths like having the stores filtered when the... -
30 Apr 2008 5:34 AM
- Replies
- 8
- Views
- 1,195
You are probably right, I will put this aside for some time and come back on it later.Thanks alot for trying out helping me!
-
30 Apr 2008 4:44 AM
- Replies
- 8
- Views
- 1,195
.
Sorry, it was in my first post, I'm posting:
remove : function(id) {
alert(id);
existingRecord = connectedContacts.getById(id);
if(existingRecord) {... -
30 Apr 2008 4:26 AM
- Replies
- 8
- Views
- 1,195
Well, not really. But the record is picked from this store:
var storeContacts = new Ext.data.JsonStore({
url:'/blurred/kontakter.json?open&count=10000',
root: 'contacts',... -
30 Apr 2008 3:46 AM
- Replies
- 8
- Views
- 1,195
Thanks for your effort!
The problem is that the records are really removed from the store, but that is not reflected in the panel. The example provided is only used on a specific situation, in... -
30 Apr 2008 3:30 AM
- Replies
- 8
- Views
- 1,195
This is a bit annoying. I have a JsonStore
var connectedContacts = new Ext.data.JsonStore({
root: 'contacts',
fields:ContactRecord,
id:'id'
});
and a panel: -
30 Apr 2008 3:27 AM
- Replies
- 0
- Views
- 949
Wrong forum, here is the correct post:
-
25 Apr 2008 12:03 AM
Jump to post Thread: Ext.nd Beta 1r1 Release by Joche
- Replies
- 149
- Views
- 109,566
That link is very broken. Are there any other links for the download?
-
4 Jul 2007 6:56 AM
Jump to post Thread: Striped focues buttons on dialogs by Joche
- Replies
- 1
- Views
- 948
Some of our buttons are rendered really strange, they simply get striped. Does anyone know why this happens and what we can do about it. See attached image for a graphical representation of the...
-
24 Apr 2007 12:25 AM
Jump to post Thread: Ext.MessageBox.progress not showing by Joche
- Replies
- 0
- Views
- 1,162
My code is rather complex and I will take this shot before I break it out to give you an example.
I have a Grid. From the grid I open a dialog box and from that dialog box another dialog box. The... -
2 Apr 2007 11:28 AM
- Replies
- 4
- Views
- 1,125
And the sky went blue, no more starvation and all my problems was solved. Thanks for explaining this.
-
2 Apr 2007 11:14 AM
- Replies
- 4
- Views
- 1,125
Thanks for your answer. Unfortunately adding such eventlistener didn't help:
readersStore.on('add',function() {
console.log(readersStore.getTotalCount());
});... -
2 Apr 2007 10:21 AM
- Replies
- 4
- Views
- 1,125
I just can't get this to work, can someone just check where I'm failing. I'm obviously very blind.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">... -
31 Mar 2007 1:06 PM
- Replies
- 4
- Views
- 3,817
Hehe, I gave that a quick try before posting but it didn't work. It was probably cached. Thanks!
Anyway, now I get the dreaded console is undefined error in IE , do you know a good solution on... -
31 Mar 2007 11:45 AM
- Replies
- 4
- Views
- 3,817
In IE or when firebug is disabled in firefox the "Ext Debug Console & Inspector" shows up instead. I guess this is greater than getting an error message, but it would be very handy if I could disable...
-
24 Mar 2007 11:02 AM
Jump to post Thread: Need some basic JS help with scope by Joche
- Replies
- 5
- Views
- 1,365
Thanks alot for your quick reply, it's really annoying getting stuck like I did.
Either I'm brilliant or stupid. When I posted my code I cleaned it up a bit to make it more readable. This made it... -
24 Mar 2007 10:35 AM
Jump to post Thread: Need some basic JS help with scope by Joche
- Replies
- 5
- Views
- 1,365
This is my simple code. My question is easy to ask, harder to answer: How can I set the variable editor from where I'm trying to do it. I have tried all kinds of this, and scopes etc but no luck.
... -
22 Mar 2007 11:24 PM
- Replies
- 2
- Views
- 1,250
Thanks for that, then I know I'm on the right track. I don't know what I expected but since there are som many clever solutions in the Ext framework I didn't wann start coding off in the wrong...
-
22 Mar 2007 1:22 PM
- Replies
- 2
- Views
- 1,250
I have really fallen for the template approach, I'm using it everywhere right now. But now I'm doing some forms and would like to use templates for this aswell.
My question is how I'm supposed to...
Results 1 to 25 of 49
