3.2.0

Localizing no data message

Is it possible to localize, or change, the "no data found"
message?

Thanks

Daniel
Daniel
June 26,
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)
June 26,
Thanks Alex,
It is working fine for me.


Kumar S
www.GuyFromChennai.com
Kumar S
April 19,

This topic is archived.

See also:


Back to support forum