We're looking to extend the web client to provide a message or tip of the day function. Ideally, once the client is fully loaded, a normally-hidden DIV would appear, containing the message or tip; once dismissed, it would hide again.
I'm having difficulty figuring out where to include this functionality; my choices seem to be either in one of the /opt/jetty/webapps/zimbra/js JavaScripts that load at startup, or in the ZmSkin.js file.
So, I have two questions:
1. What's the most appropriate place for this type of modification?
- and -
2. How do I know if the skin has finished loading (or do I care)?
I've tried adding console.log firebug messages at the end of ZmSkin.js -- one before window.skin = new ZmSkin(); and one after; both show up in the console at the same time, while still on the splash page (e.g. before the skin loads).
Thanks!


LinkBack URL
About LinkBacks



