Email this Page
Log Support Call
Send Feedback
Print |
||||||||||||||||||||||||
Home Page Layout FileThe layout file (default.layout) defines the number, type, and location of the widgets used in the home page. The layout file is stored in HomePageLayouts folder (located on the web server under \Inetpub\wwwroot\AITLive\HomePageLayouts). The home page layout file defines each of the widgets used on the home page:
Any number of HomePageControlInfo elements can be placed in a home page layout file, and configured with the following properties:
Example:<?xml version="1.0" encoding="utf-8"?> <HomePageLayoutInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ControlInfo> <HomePageControlInfo> <Title>Welcome to Author-it Live!</Title> <Control>TopicDisplay</Control> <Icon></Icon> 1</Position> <Width>765</Width> <Height>75</Height> <Parameters xsi:type="TopicDisplayParameters"> <ID>601</ID> </Parameters> </HomePageControlInfo> <HomePageControlInfo> <Title>Getting Started</Title> <Control>WebDisplay</Control> <Icon>/HPI/blackboard.png</Icon> 2</Position> <Width>370</Width> <Height>130</Height> <Parameters xsi:type="WebDisplayParameters"> <Url>HomePageLayouts/MyHomePage/GettingStarted.htm</Url> </Parameters> </HomePageControlInfo> </ControlInfo> </HomePageLayoutInfo> Naming the layout fileWhen you log in to a single library you can either name the file default.layout or you can rename the file so it uses the library alias, for example, Acme.layout. If you access more than one library through your Author-it Live installation you can create a different home page for each library. In this case, ensure you name each layout file using the alias for that library.
|
||||||||||||||||||||||||
| Top of Page |
Email this Page
Log Support Call
Send Feedback
Print |
|||||||||||||||||||||||
|
||||||||||||||||||||||||