(Click to open topic with navigation)
You can manually configure the placement and order of the gadgets on the Viewpoint Homepage. The Homepage GUI is composed of three columns of gadgets. (Gadgets are simple HTML and JavaScript applications that can be embedded in Web pages and other applications. For more information, see Adding a custom Homepage gadget). Each gadget automatically sizes horizontally, according to the width of the browser. However, you can manually configure the height of the gadget.
Scrolling is disabled in gadget iframes. Make sure that your gadgets will fit within the size specifications you set.
Gadget positioning is set in the homepage.xml file.
To arrange gadgets on the homepage
Value | Position |
---|---|
"1" | Left column |
"2" | Center column |
"3" | Right column |
You can "stack" gadgets as high as you want inside a column with the priority attribute.
For example:
<gadget> ... <positioning column="2" priority="20" height="60" /> ... </gadget>
Related topics