XHTML fixes
This commit is contained in:
parent
485c5ab37e
commit
74245e689a
14 changed files with 592 additions and 586 deletions
|
|
@ -18,6 +18,7 @@ our $I18N = {
|
|||
Page Layouts in version 5 of WebGUI. The Page Layout Asset consists of a template with
|
||||
multiple content areas, and Assets that are children of the Page Layout can be assigned
|
||||
to be displayed in those areas.
|
||||
</p>
|
||||
|
||||
<p>Page Layout Assets are Wobjects and Assets, and share the same properties of both. Page Layout
|
||||
Assets also have these unique properties:</p>|,
|
||||
|
|
@ -48,38 +49,46 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
|||
|
||||
<p><b>showAdmin</b><br />
|
||||
A conditional showing if the current user has turned on Admin Mode and can edit this Asset.
|
||||
</p>
|
||||
|
||||
<p><b>dragger.icon</b><br />
|
||||
An icon that can be used to change the Asset's position with the mouse via a click and
|
||||
drag interface. If showAdmin is false, this variable is empty.
|
||||
</p>
|
||||
|
||||
<p><b>dragger.init</b><br />
|
||||
HTML and Javascript required to make the click and drag work. If showAdmin is false, this variable is empty.
|
||||
</p>
|
||||
|
||||
<p><b>position1_loop, position2_loop, ... positionN_loop</b><br />
|
||||
Each position in the template has a loop which has the set of Assets
|
||||
which are to be displayed inside of it. Assets that have not been
|
||||
specifically placed are put inside of position 1.
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<p><b>id</b><br />
|
||||
The Asset ID of the Asset.
|
||||
</p>
|
||||
|
||||
<p><b>content</b><br />
|
||||
The rendered content of the Asset.
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
|
||||
<p><b>attachment.size</b><br />
|
||||
The size of the file.
|
||||
</p>
|
||||
|
||||
<p><b>attachment.type</b><br />
|
||||
The type of the file (PDF, etc.)
|
||||
</p>
|
||||
|
||||
|,
|
||||
context => 'Describing the file template variables',
|
||||
lastUpdated => 1109987366,
|
||||
lastUpdated => 1146775952,
|
||||
},
|
||||
|
||||
'assets to hide' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue