Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-26-2006, 12:24 PM
Loyal Member
 
Posts: 81
Default startup page

Simple question : what script or jsp or html page is being called when
url http://localhost:7070/zimbra is brought up ? i.e. what is the default page in the code ? This would clear up a lot of confusion for me ... Thanks .
Reply With Quote
  #2 (permalink)  
Old 11-03-2006, 02:32 PM
Zimbra Employee
 
Posts: 52
Default

Check WEB-INF/web.xml for <welcome-file>. You'll see that it's public/Login.jsp. Once the user is logged in (or if they already were), Login.jsp hands off to public/launchZimbraMail.jsp, which gets the ball rolling by calling ZmZimbraMail.run().
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 11-04-2006, 01:01 PM
Loyal Member
 
Posts: 81
Default

Thanks for that ,

I am using Venkman now to step through the code ... kind of getting the hang of it ...

I figured out how the login page is generated ... it starts in ZmLogin.showPanel() ;

I am still not able to hit the code where the main mail page is ... I went through ZmZimbraMail.run() and I didn't get to see the HTML that is generated dynamically .. there is a lot involved there in that page and I don't think I saw where it is all happening ... I think the debugger is stepping over something ...

Any hints ?
Reply With Quote
  #4 (permalink)  
Old 11-05-2006, 07:02 PM
Loyal Member
 
Posts: 81
Default

Actually , let me tell you what I am trying to do ... maybe you can give some pointers as to how to go about it ...

What we want is that a new window opens when you click on an 'app' icon ... for example , if we click on calendar icon or documents icon a new window opens for that app ...

I am working through the code as best I can but if you can give me any extra insight it would be much appreciated .
Reply With Quote
  #5 (permalink)  
Old 11-06-2006, 02:36 PM
Loyal Member
 
Posts: 81
Default p.s.

Would ZmNewWindow be useful in this regard ?
Reply With Quote
  #6 (permalink)  
Old 11-13-2006, 07:58 PM
Loyal Member
 
Posts: 81
Default

1. In the main application page ( I mean where you land after you log in with the Inbox showing ) , I just want the AppChooser on the left side ..

I succeeded in deleting everything except the main ToolBar for the application .

This is the code I put into lauchZimbraMail.jsp after ZmZimbraMail.run(document.domain, app); ==>

skin._showEl("skin_container_quota", false );
skin._showEl("skin_border_quota", false );
skin._showEl("skin_container_search", false );
skin._showEl("skin_border_search", false );
skin._showEl("skin_container_logo", false );
skin._showEl("skin_border_logo", false );
skin._showEl("skin_container_search_builder_toolba r", false );
skin._showEl("skin_border_search_builder_toolbar", false );
skin._showEl("search_builder_outer", false );

skin._showEl("skin_container_current_app", false );
skin._showEl("skin_border_current_app", false );
skin._showEl("skin_container_tree_app_sash", false );
skin._showEl("skin_border_tree_app_sash", false );
skin._showEl("skin_container_app_top_toolbar", false );
skin._showEl("skin_border_app_top_toolbar", false );
skin._showEl("skin_td_app_top_toolbar", false );
skin._showEl("skin_tr_toolbar", false );
skin._showEl("skin_container_tree", false );
skin._showEl("skin_border_tree", false );
skin._showEl("skin_container_tree_footer", false );

skin._showEl("skin_border_tree_footer", false );
skin._showEl("skin_container_app_main", false );
skin._showEl("skin_border_app_main", false );

So why does the ToolBar still show up ?

2. All the changes I have made so far work in Mozilla but IE is a disaster ...
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.