Modified Operation/Help to stem a memory leak from processing ISA entries in the Help.
Converted template docs for several Assets and Wobjects.
This commit is contained in:
parent
4a4de93e2f
commit
d7450926be
22 changed files with 881 additions and 429 deletions
|
|
@ -44,51 +44,54 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
|||
lastUpdated => 1109987374,
|
||||
},
|
||||
|
||||
'showAdmin' => {
|
||||
message => q|A conditional showing if the current user has turned on Admin Mode and can edit this Asset.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'dragger.icon' => {
|
||||
message => q|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.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'dragger.init' => {
|
||||
message => q|HTML and Javascript required to make the click and drag work. If showAdmin is false, this variable is empty.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'position1_loop' => {
|
||||
message => q|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.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'id' => {
|
||||
message => q|The Asset ID of the Asset.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'content' => {
|
||||
message => q|The rendered content of the Asset.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'attachment.size' => {
|
||||
message => q|The size of the file.|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'attachment.type' => {
|
||||
message => q|The type of the file (PDF, etc.)|,
|
||||
lastUpdated => 1148963207,
|
||||
},
|
||||
|
||||
'layout template body' => {
|
||||
message => q|<p>The following variables are available in Page Layout Templates:</p>
|
||||
|
||||
<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>
|
||||
|
||||
<div class="helpIndent">
|
||||
|
||||
<p><b>id</b><br />
|
||||
The Asset ID of the Asset.
|
||||
</p>
|
||||
|
||||
<p><b>content</b><br />
|
||||
The rendered content of the Asset.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<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 => 1146775952,
|
||||
lastUpdated => 1148963247,
|
||||
},
|
||||
|
||||
'assets to hide' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue