if you have a button but need to display it as a normal link:
http://www.extjs.com/forum/attachment.php?attachmentid=17155&d=1258015672
usage:
Button button1 = new Button("Search 1",...
Type: Posts; User: ilkin
if you have a button but need to display it as a normal link:
http://www.extjs.com/forum/attachment.php?attachmentid=17155&d=1258015672
usage:
Button button1 = new Button("Search 1",...
Hi friends..
I need help about getting server datetime. I am using
String currentDate = DateTimeFormat.getFormat("dd.MM.yyyy HH:mm").format(new Date()); in clientside. It gives me client's...
Hi All...
I am writing simple application with mvc pattern. But I can't understand mvc all. There are both handleEvent() method in Controller and View. I can't understand its logic. I don't know how...