The <div id="jetspeedDesktop"> is populated by code in src/webapp/javascript/desktop/core/core.js with a <div id="jetspeedColumns"> element that contains a <div> for each column. Also, absolute positioned portlet windows are added as children of the jetspeedDesktop <div>.
The number of columns is determined from psml, but the width of each is currently set to 100/columnTotal. BTW, nothing breaks if column <div> widths are varied (I tried it just now); it's just that the core.js code does not currently provide a way to make this happen. We have not done this due to our goal of providing a more complete layout solution (e.g. one that allows for the equivalent of nested column structures). Steve -----Original Message----- From: Sie, Yang [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 2:43 PM To: Jetspeed Users List Subject: RE: Jetspeed Desktop Pipeline OK David, it seemed to work. Although I did everything right, it seems that I needed to start another browser or restart my Tomcat in order for my new theme to take effect. Here are two another questions: 1. The following code in blue.jsp takes care of all portlets on the page. Would you please explain some detail here what functions are called to fill in the innerHTML of <div id="jetspeedDesktop">. I just didn't seem to find out quickly. It is a two column table, all table cells are the same size in my display. If I want to change it to be, say three column table and make certain column narrower, where do I go to do this? <!-- Start Jetspeed Desktop --> <div class="<%= desktopThemeStyleClass %>" id="jetspeedDesktop"></div> <!-- End Jetspeed Desktop --> 2. in blue.jsp function doRender(url, portletEntityId, currentForm), doAction(url,portletEntityId, currentForm) don't seemed to be called by anything. Please advise. Thank you. ---Yang >-----Original Message----- >From: David Sean Taylor [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 27, 2006 12:34 PM >To: Jetspeed Users List >Subject: Re: Jetspeed Desktop Pipeline > >Did you write a JSP or VM template? >We are defaulting to JSP currently > >Sie, Yang wrote: >> Hello all: >> >> I am looking into the desktop pipeline now and trying to make my own >> theme. >> >> To begin with, I copied the 'blue' directory and named, say "xyz". Then >> under xyz directory, what I did was: >> >> - change theme.properties to make id=xyz >> - change every where in style.css to use layout-xyz from layout-blue >> - change my psml skin to use xyz >> >> Page did NOT come out. What did I miss? The "blue" and "tigris" themes >> worked fine. >> >> Please advise. Thank you. >> >> >> ---Yang >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > >-- >David Sean Taylor >Bluesunrise Software >[EMAIL PROTECTED] >[office] +01 707 773-4646 >[mobile] +01 707 529 9194 > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
