Changeset 7446


Ignore:
Timestamp:
05/17/10 02:29:21 (2 years ago)
Author:
GeorgeClark
Message:

Item8841: Add information about the Top, Left and Bottom bar customization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/data/System/PatternSkinCustomization.txt

    r5650 r7446  
    7474---++ Reference: pattern skin template INCLUDE tree 
    7575 
    76 The =view= script invokes the =view= template: 
     76The =view= script invokes the =view= template:  (Note that to simplify customization of the top and side bar layouts, the templates include an "Example" topic if the corresponding topic does not exist.  Copy the example topic rather than changing the example directly.) 
    7777<verbatim> 
    7878view 
     
    8080        css 
    8181        viewtopbar 
    82             %SYSTEMWEB%.WebTopBar 
     82            %SYSTEMWEB%.WebTopBar or %SYSTEMWEB%.WebTopBarExample 
    8383        viewsidebar 
    84             %WEB%.WebLeftBar 
     84            %WEB%.WebLeftBar or  %SYSTEMWEB%.WebLeftBarExample 
    8585        viewtopicactionbuttons 
    8686        viewbottombar 
    87             %SYSTEMWEB%.WebBottomBar 
     87            %SYSTEMWEB%.WebBottomBar or %SYSTEMWEB%.WebBottomBarExample 
    8888</verbatim> 
    8989 
     
    229229See PatternSkinCssCookbookNoTopBar 
    230230 
     231#LeftBar 
    231232---++ Left bar 
    232233 
Note: See TracChangeset for help on using the changeset viewer.