View Full Version : GXT 2.0
marman
15 Apr 2009, 1:23 PM
Just starting porting to the 2.0 M1 release...what happened to com.extjs.gxt.ui.client.widget.button.StatusButtonBar?
kentonho
15 Apr 2009, 2:37 PM
It has been replaced with:
com.extjs.gxt.ui.client.widget.Status
status = new Status();
status.setBusy("please wait...");
status.hide();
status.setAutoWidth(true);
getButtonBar().add(status);
I hope this helps...
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.