:: Forum >>
Localizing no data message
Is it possible to localize, or change, the "no data found"
message?
Thanks
Daniel
Daniel
Saturday, June 26, 2004
Yes, here is the code:
obj.setStatusProperty("text", function(){
switch(this.getStatusProperty("code")) {
case "loading":
return "My loading message";
case "nodata":
return "My no data message";
default:
return "";
}
});
Alex (ActiveWidgets)
Saturday, June 26, 2004
Thanks Alex,
It is working fine for me.
Kumar S
www.GuyFromChennai.com
Kumar S
Tuesday, April 19, 2005
This topic is archived.
Back to support forum
Forum search