Guest User

Untitled

a guest
Jun 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <html>
  2. ...
  3. <body>
  4. ...
  5. <div id="loading">
  6. <span id="loadingMsg">Loading ...</span>
  7. </div>
  8. ...
  9. </body>
  10. </html>
  11.  
  12. public void onModuleLoad()
  13. {
  14. ...
  15. // Hide the "Loading" notification
  16. RootPanel.get("loading").setVisible(false);
  17. ...
  18. }
Add Comment
Please, Sign In to add comment