Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
two, three column layout creation steps
tivinelvis
I want to create new two/three column layouts in TeamSite. I refer the developer guide which does not have the complete steps to create. Can anyone share the steps to create a custom page layouts(two column, three column...)
Find more posts tagged with
Comments
Rick Poulin
Take a look at the samples in /default/main/component-guide under the iw/config/fixed-layout folder.
tivinelvis
Thanks for replying. Can you tell me what are all the configuration details for creating a new layout? default/main/component-guide does not give me information about the places to be configured for creating a new layout
apulijala_lloyds
You are right. Autonomy does not give layout creation steps.
Here are the steps to create layouts.
1) xml file describing the layout needs to be under /iw/config/fixed-layout
2) Layout needs to account for the css for the components. This is achieved using html-id or css-class. From 7.1 onwards, there is a column attribute which can be used to intermesh with rows. By alternating rows and columns in the xml required css classes or html ids can be embedded.
Hope this helps.