First time here? Check out the FAQ!
Hi all,
during the init-prozess the background is grey and the "processing"-Icon is shown. I will set the background to white and disable the "processing" info. How can I do that? I use zk 9.0.0.1 ce.
Regards Andy
/* clear initial loading background color and hide processing message
*/
.z-temp{
background: none;
}
.z-temp .z-loading{
display:none;
}
Asked: 2020-11-18 01:20:13 +0800
Seen: 9 times
Last updated: Nov 19 '20
Components below the fold are clickable when using modal window
Spring security login after server reload
ZK9 internationalization java.lang.IllegalStateException
Anybody know how add label inside menupopup grid?
How to change language from menupopup column of grid?
[Announcement] ZK 9.0.1 Freshly is ready for testing
How to close the Browser Window Tab using ZK framework? [closed]