Dashboard > FarCry 3.0 Developers Guide > Home > Containers > Container Skins
FarCry 3.0 Developers Guide
Container Skins
Added by Geoff Bowers , last edited by Geoff Bowers on Jan 09, 2006  (view change)
Labels: 

Container skins are just added to the ../webskin/container directory in your FarCry project. The container management area will list all the skins in the directory using the displayname given or the filename if no displayname is available. Your skin needs to contain the #containerBody# variable. An example might be:

../webskin/container/someskinname.cfm
<!--- @@displayname: Container Skin Name --->
<cfsetting enablecfoutputonly="true">
 <cfoutput>
<div class="superlist">
   #containerBody#
</div>
</cfoutput>
<cfsetting enablecfoutputonly="false">

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators