Simplest solution:

change the layouts/default.wm file to look like:
----------------- cut here -------------------
<table width="100%">
  <tr>
    <td colspan="2">$navigation.setTemplate("/default_top.wm")</td>
  </tr>
  <tr>
    <td width="15%">$navigation.setTemplate("/default_left.wm")</td>
    <td>$screen_placeholder</td>
  </tr>
  <tr>
    <td colspan="2">$navigation.setTemplate("/default_bottom.wm")</td>
  </tr>
</table>
----------------- cut here -------------------
(you can leave the bottom away)

I'm currently working on doing the same using frames. (I know that
Gonzalo has already succeeded in using frames, maybe I'll post a 
question later after getting the login to work - for my application).

P.S. Tabs are not compatible with mail display. Therefore
     your desired frame mockup below looks screwed up ;-)

Cheers,
Christoph


Colin Chalmers wrote:
> 
> Hi all,
> 
> I'm trying to change the layout of the interface so that instead of having a
> header, middle screen and a footer I have a header,leftside navigation and a
> screen as shown below:
> 
> ----------------------------------------------
> |                                                                    |
> |____ _____________________________ |_
> |        |                                                            |
> |        |                                                            |
> |        |                                                            |
> |        |                                                            |
> |____|______________________________|
> 
> What I'm striving for is to have a sort of menu in the left part and the data
> in the middle.
> 
> I've found the defaultLayout file and have changed it accordingly but my
> leftNavigation gets overwritten  by the screenloader. Any tips as to how I
> solve this making  sure that the results from the menuchoice are shown in the
> centre screen.
> 
> Any help appreciated
> 
> /colin


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to