Search Type: Posts; User: manube
Search: Search took 0.02 seconds.
-
12 Jul 2012 5:48 AM
Jump to post Thread: [4.1.0] Calendar by manube
- Replies
- 1
- Views
- 566
Ext version tested:
Ext 4.1.0
Browser versions tested against:
Firefox 13.0.1
IE9
Operating System: -
5 Oct 2011 2:00 AM
- Replies
- 5
- Views
- 2,037
Hello,
I've got the same issue.
Did you resolve it?
Thanks a lot -
4 Oct 2011 7:48 AM
- Replies
- 4
- Views
- 1,272
And for people using grids :
'yourgrid > gridview': {
drop: function(node, data, dropRec, dropPosition) {
console.log('drop', arguments);
}
}
I've spend so much time before finding that... -
27 Sep 2011 3:37 AM
Jump to post Thread: MVC : Getting view references by manube
- Replies
- 2
- Views
- 480
Thanks.
I probably misunderstood this documentation :
var User = this.getUserModel(),
allUsers = this.getAllUsersStore();
var ed = new User({name: 'Ed'});
allUsers.add(ed);
It seems that... -
27 Sep 2011 1:05 AM
Jump to post Thread: MVC : Getting view references by manube
- Replies
- 2
- Views
- 480
Hello,
I'm trying to use the view getters from the MVC model and I'm only getting functions that I cannot use.
For instance, in my following example, MyView extends 'Ext.grid.Panel' and I cannot... -
22 Sep 2011 2:00 AM
- Replies
- 8
- Views
- 2,133
Hello,
I propose this workaround which works for me :
while (store.getCount(0) > 0)
store.removeAt(0);
Bye -
23 Nov 2010 5:33 AM
Jump to post Thread: Ext JS 3.3 Calendar and xhtml by manube
- Replies
- 6
- Views
- 1,320
Hello,
Yes it looks to be the same issue (I'm using the same doc type definition).
The "bug" occurs also on opera 10.63 (Win XP).
I know my fix is not perfect but it seems to be OK for my needs.... -
22 Nov 2010 6:59 AM
Jump to post Thread: Ext JS 3.3 Calendar and xhtml by manube
- Replies
- 6
- Views
- 1,320
Hello,
I've got the same pb than you, did you manage to resolve it?
The calendar headers are ok in ie but not in firefox and opera (I don't test the other browsers).
Thanks
Edit:
I've modified... -
22 Jun 2010 7:27 AM
- Replies
- 25
- Views
- 2,044
Hi,
Simply create your grid and add the button in the bottom bar for instance :
var grid = new Ext.grid.GridPanel({
id: 'my-grid-id',
store: myStore,
...
bbar:
new Ext.Toolbar({ -
22 Jun 2010 4:51 AM
- Replies
- 25
- Views
- 2,044
Hi,
Try to load the code (button/button handler) in your rendering page and not in the initComponent method.
The fld var references the store record type which is undefined during the grid... -
22 Jun 2010 4:24 AM
- Replies
- 25
- Views
- 2,044
Hello,
Ithink I'm using the same 'tools' than you to get an MS Excel from a grid, so just use it as following:
buttons: [{
iconCls: 'x-button-excel',
text: 'Excel',
handler: function(){... -
22 Jun 2010 2:44 AM
- Replies
- 0
- Views
- 670
Hi,
I've got several tabs containing each a form and I would like to prevent users from changing tab without having saved their changes (ie if the form of the current tab is dirty).
My problem is... -
1 Apr 2010 2:42 AM
- Replies
- 2
- Views
- 970
Hello,
I think my answer come too late, but I had the same pb than you and I solved it, so it will perhaps help someone else.
First you need to specify the format of your date in the store
... -
26 Feb 2010 8:22 AM
- Replies
- 3
- Views
- 1,084
For debugging, you can use console.log(jsonData) in firefox with firebug add-on, otherwise I don't know.
cheers -
25 Feb 2010 8:59 AM
- Replies
- 3
- Views
- 1,084
Hello,
In the following code, you can get the JSON string in the success method by accessing "response.responseText".
Ext.Ajax.request({
url: 'data.json',
params: params
success: function... -
4 Feb 2010 2:58 AM
Jump to post Thread: Combo live search query not sent by manube
- Replies
- 1
- Views
- 902
I'm still trying to resolve this issue and I've got new data : This pb occurs on Firefox 3.6, IE 7 but works on Opera 10.10 ... I didn't test other browsers.
I use ext-3.1.0, and I read that miframe... -
25 Jan 2010 11:36 PM
- Replies
- 1
- Views
- 705
Hello,
I'd just inform you that the example http://www.extjs.com/deploy/dev/examples/form/vbox-form.html doesn't work correctly with Opera 10.10 (especially the fields 'Send To' and 'Subject').
... -
25 Jan 2010 12:50 AM
Jump to post Thread: Combo live search query not sent by manube
- Replies
- 1
- Views
- 902
Hello,
I'm trying to implement a combo live search as explained in the examples (I've already managed to do it), but for I reason I cannot explain, the search query is only sent 2 times and after... -
22 Jan 2010 8:19 AM
- Replies
- 15
- Views
- 3,898
Hello,
I've got the same problem than you : after 2 searches the query string is no more sent.
I get no error with firebug and when I listen to the key press events, it seems that typing content in... -
20 May 2009 4:26 AM
- Replies
- 3
- Views
- 1,986
I've got the same issue, using TimeAxis makes firefox (3.0.10) crash.
Perhaps this thread should be moved to Bugs. -
19 May 2009 6:48 AM
- Replies
- 1
- Views
- 1,215
Hello,
look to the following posts :
http://extjs.com/forum/showthread.php?t=29961
http://extjs.com/forum/showthread.php?t=67222&highlight=cell+button
Bye -
26 Mar 2009 12:07 AM
- Replies
- 3
- Views
- 1,477
Hello,
I think that my code will be too late for ollyando but perhaps it will help someone.
Any way, if sombody has corrections to do, thank you by advance.
In fact, I did a servlet to use... -
6 Feb 2009 7:33 AM
Jump to post Thread: CheckboxGroup problems. by manube
- Replies
- 11
- Views
- 3,665
Hello,
If somebody has the same problem, I resolved it by increasing the with of the checkbox (fixing the width to a bigger size, ie. width: 150)
Bye -
29 Jan 2009 8:39 AM
Jump to post Thread: CheckboxGroup problems. by manube
- Replies
- 11
- Views
- 3,665
Hello,
I have exactly the same pb than jove4015 (scrollbars appears on checkbox click).
Does somebody resolve it?
Thanks -
20 Jan 2009 4:44 AM
- Replies
- 7
- Views
- 4,364
Hello, your app looks nice but I just inform you that it's not working on Opera (I cannot login, nothing happens)
Perhaps you should change the logout link and ask for confirmation, it's quite...
Results 1 to 25 of 43
