Sie, Yang wrote:
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?

We havent yet implemented anything but 2 column for the desktop
The plan is to use the same fragment layout from PSML and fragment column widths

<!-- 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.

Take a look src/webapp/javascript/core/core.js

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to