To customize zimbra skin i want some standerd js needs to be loaded before login screen.
i have already import js in login.jsp...it won't work.
any solutions to import standerd js from skins folder.
To customize zimbra skin i want some standerd js needs to be loaded before login screen.
i have already import js in login.jsp...it won't work.
any solutions to import standerd js from skins folder.
I think you can do that by adding a line to skin's manifest.xml file like below:
* This is the case where you put your javascript file into the same directory as manifest.xml file's directory. If you put that into other directory, you have to add path info also like the line for ZmSkin.js above.<advanced>
<script>
<file>../_base/base2/ZmSkin.js</file>
<file>(your javascript file name)</file>
</script>
</advanced>
Please try this. And let me know how it goes.
It won't work because this manifest file you describe to me is loaded before all standard java script class loads.
So, it wont be a solution
Please give me another solutions if u have.
Hiren Panchani
Hi hpanchani,
Then how about this?
I do not know how many standard javascript files you need on login screen.
But you can do somthing like this one by one.
<file>../../js/ajax/xml/AjxSerializer.js</file>
There are currently 1 users browsing this thread. (0 members and 1 guests)