Wednesday, June 19, 2013

How to change ZK Progress Bar text

My This post is dedicated to one of the question asked in ZK forum . Let me try to explain you how we can do this
Create a JS file in your project like MyFile.js and add below code inside this JS

Now open lang-addon.xml file, if you are not using it add this file into your project inside WEB-INF folder for more information you can refer Zk official document.Inside this lang-addon.xml file add this line

My File is inside the above path so i added this path. Thats it if any issue you can left comment i will try to answer them.:)

3 comments:

  1. Hi,

    is it possible to restrain the progressbox when the app starts?

    ReplyDelete
    Replies
    1. It will automatically comes when application will load this is a default feature of ZK

      Delete
  2. can you post complete example for lang-addon.xml content file

    ReplyDelete