Search Type: Posts; User: Lbgxter
Search: Search took 0.03 seconds.
-
19 Feb 2012 4:19 PM
Jump to post Thread: Why Button isn't framed on IE? by Lbgxter
- Replies
- 0
- Views
- 304
Why the Button is not framed on IE?
I need to show the frame when Button is focused without not overriding the onFocus method.
Other some GXT widgets can be framed.
Are there technical problems?
... -
21 Jun 2011 12:20 AM
- Replies
- 6
- Views
- 1,879
You can use the com.extjs.gxt.ui.client.Registry class.
Example.
In your entry point,
YourTabPanel tabPanel = new YourTabPanel();
Registry.register("tabPanel", tabPanel);
.
. -
2 Jun 2011 12:02 AM
Jump to post Thread: MessageBox close automaticaly?? by Lbgxter
- Replies
- 6
- Views
- 1,661
if you want to remove buttons, you can write this.
box.getDialog().getButtonBar().removeAll(); -
31 May 2011 10:59 PM
Jump to post Thread: MessageBox close automaticaly?? by Lbgxter
- Replies
- 6
- Views
- 1,661
use the "com.google.gwt.user.client.Timer" class.
final MessageBox box = MessageBox.alert("Error", "Wrong Password", new Listener<MessageBoxEvent>() {
@Override
public void... -
8 Feb 2011 6:48 PM
- Replies
- 2
- Views
- 2,486
コンボボックスのSelectionChangeイベントで値をセットするようにはなっていないのでしょうか?
どのような実装になっているのかがわからないので推測になりますが、
あえてFocusイベントを用いている理由がないのなら、SelectionChangeイベントにすることで解決しそうな気がします。
Results 1 to 5 of 5
