Add a Layout
Username:  
Password:
  > Home
> User Guide
> Reference
> Portal Object
v Development Guide
    o Overview
    > A Typical Page (C)
    > Data Handling
    > Applications
    v Working BEE
       o Add a Layout


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> Development Guide >> Working BEE >> Add a Layout <=      <  1  2  3  4  5  6  >  
Standard Sections How to add a layout

The first standard section is the Prelude but it is done in the Virtual Page already, so layout.htm.bee does not need any Prelude section.  It go straight to the Head section:

Head:
The drb.bs line is needed only if you use the DRB application.

<head>
<bee tag="pt%head">
<bee:include "portal{PortalObjectVersion}/func/drb.bs" ignoreerror=1>

...

Body: 

<body ...>
<bee tag="pt%body">
<bee tag="pt%adminmenu">
...

The Application:
This line should be placed at the main display area.

<bee tag="pt%application">

BEE Directives:
The BEE Directives are to instruct the BEE Compiler to substitute path information at compile time so that the designer does not need to do so in the source file (which will jeopardise the preview in the authoring program).

<!--bee:replace=="images/-->
<!--bee:with=="${pt%rt}layout/${pt%Layout}/images/-->
<!--bee:replace=="stylesheet.css-->
<!--bee:with=="${pt%rt}layout/${pt%Layout}/stylesheet.css-->
<!--bee:replace=="bee.css-->
<!--bee:with=="${pt%rt}layout/${pt%Layout}/bee.css-->

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd