Search Type: Posts; User: bernd01
Search: Search took 0.02 seconds.
-
14 May 2013 7:13 AM
Jump to post Thread: Blur Combo on select event by bernd01
- Replies
- 2
- Views
- 112
Hi Rich,
Thanks for your answer. triggerBlur() really does the job, firing my 'change' event.
Best regards,
Bernd -
14 May 2013 1:57 AM
Jump to post Thread: Blur Combo on select event by bernd01
- Replies
- 2
- Views
- 112
Hi,
is there a solution to automatically blur a combobox after selecting a value in the combo?
Now I always have to click somewhere else in the browser, to blur the combo.
Background for this... -
5 Feb 2013 1:01 PM
- Replies
- 4
- Views
- 782
floatable:false
that worked for me! -
1 Oct 2012 7:36 AM
- Replies
- 5
- Views
- 1,738
I finally found the bug!
This override function should work:
Ext.override(Ext.calendar.DayHeaderView, {
recalcHeaderBox: function() {
var tbl =... -
1 Oct 2012 5:17 AM
- Replies
- 5
- Views
- 1,738
Hi,
I know, there is a lot work at your side, but do you know approximately, when this bug will be solved?
I really would need it urgently...
Or can you give me a hint, were to start looking,... -
23 Sep 2012 12:14 AM
- Replies
- 5
- Views
- 1,738
Hi Scott,
Thanks! Do you have an idea when approximately it will be fixed?
Cheers,
Bernd -
18 Sep 2012 1:40 AM
- Replies
- 5
- Views
- 1,738
Hi,
I just figured out, that the calendar example does not work in Firefox when doctype strict is defined:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
9 May 2012 10:21 PM
- Replies
- 2
- Views
- 606
Hi Scott!
Thanks a lot! I'll try that out!
Best regards,
Bernd -
9 May 2012 11:49 AM
- Replies
- 2
- Views
- 606
Hi,
I am looking for someone who is able to build a custom Ext 3.x theme similar to the standard grey theme.
If anyone is interested, don't hesitate to send me a private message or send me an... -
23 Nov 2011 5:11 AM
- Replies
- 4
- Views
- 1,840
Hi,
I still have the same problem.
any news / workarounds on that?
Thanks,
Bernd -
3 Jun 2010 1:37 PM
- Replies
- 0
- Views
- 568
Hi all,
I have a problem when using an own template with a button.
Here is my template:
button_template = new Ext.Template(
'<table cellspacing="0" border="0"... -
11 Jan 2010 4:01 PM
Jump to post Thread: KeyMap: disable all KeyMap by bernd01
- Replies
- 1
- Views
- 948
Hi,
is there a way to disable all previously set Ext.KeyMaps?
As I don't know on runtime which keymaps where set previously (i add them in a loop after a database query), I need to disable all... -
17 Aug 2009 1:05 AM
- Replies
- 192
- Views
- 93,498
Hi drieraf!
Thanks a lot! Working like a charm!
Best regards,
Bernd -
12 Aug 2009 5:12 AM
- Replies
- 192
- Views
- 93,498
Hi!
I also really would appreciate if the 3.0 version of the filter would be available somewhere without svn? The problem is, that I am not a svn subscriber and would need filters earlier than... -
4 Aug 2009 2:06 AM
- Replies
- 117
- Views
- 59,526
After a lot of debugging I found out that the beforeBlur function of the comboBox was the source of the error.
This fixes my problem:
Ext.override(Ext.form.ComboBox, {
beforeBlur :... -
3 Aug 2009 2:14 PM
- Replies
- 117
- Views
- 59,526
Hi!
Does anybody use the Multiselect with Ext 3.0.0?
After updating from 2.2 to 3.0.0 the ComboBox returns text instead of the value after changing the multiselect items.
before changing the... -
5 May 2009 12:49 PM
- Replies
- 2
- Views
- 783
Thanks a lot!
Exactly what I needed!
I definitely should check out the ux section much more.
http://extjs-ux.org/docs/
Thanks,
Bernd -
4 May 2009 4:56 PM
- Replies
- 2
- Views
- 783
Hi,
I know that I cannot add items dynamically to a table. so I restructured my code and I add the cells in the config. However, I guess my problem is, that I want to add the Panel with the... -
29 Apr 2009 4:43 PM
- Replies
- 0
- Views
- 587
Hi!
I am adding buttons to a panel in the initComponent with
this.addButton(my_button);
Now I'd like to add linebreaks between the buttons, so that the next buttons starts in a new row.
Is... -
14 Apr 2009 1:34 PM
- Replies
- 25
- Views
- 16,683
Yes, I have overwritten that too - still working.
However, I faced another javascript error. I could eliminate that by overwriting your Ext.Element.setCaretText function like this:
/*
*... -
14 Apr 2009 10:44 AM
- Replies
- 25
- Views
- 16,683
Hi!
Thanks for your reply. To be honest, I think in general I understand how your use the browser trick, however in detail I am not really sure...
I corrected the typo in my code and it is... -
13 Apr 2009 2:21 PM
- Replies
- 25
- Views
- 16,683
Hi srt_spaeth,
Thanks for the great plugin! Works like a charm.
I guess, I might have found a typo in the class Ext.ClipBoard:
setData: function(dataObj, identifierString){
... -
10 Mar 2009 9:38 AM
- Replies
- 11
- Views
- 1,503
Thanks for the tutorial link!
-
10 Mar 2009 7:13 AM
- Replies
- 11
- Views
- 1,503
no, that should be obvious.
I meant, that it is in most cases wrong defining objects (like I did the view of the grid) at that position:
Ext.grid.MyGridPanel =... -
10 Mar 2009 4:47 AM
- Replies
- 11
- Views
- 1,503
saki, just one thought:
maybe you can add this as a common mistake to your tutorial "Writing a Big Application in Ext (Part 2)", which btw again is a very good source for developing applications...
Results 1 to 25 of 45
