Layouts

Layouts define the basic structure of the visualization in atvise. The apperance of the "Default" display depends on the default layout that was selected when opening the project for the first time. There is a list of predefined layouts available.

When starting a new and empty project, the layout dialog pops up:

../../../_images/layouts_dialog.png

Layout dialog when opening a new and empty project

These layouts are defined in the atvise library:

../../../_images/layouts_atvise.png

atvise layouts

Custom layouts should be created in the project library:

../../../_images/layouts_project.png

Project specific layouts

You can copy existing layouts from the atvise library to get a basic template. The display dimensions and descriptions can be modified in the display menu File ‣ Settings:

../../../_images/layouts_settings.png

Display settings

Make sure to set the parameter "Display to open" of the referenced object display "IFRAME (Display Container)" to "%CONTENT%".

../../../_images/layouts_iframe_parameter.png

IFRAME parameter

Please note that the following parameters have to be modified in the SVG tag:

  • atv:contentheight="value"

  • atv:contentwidth="value"

To edit these parameters, open the source editor of the display.

Example for 1920x1080:

<svg version="1.2"
    width="1920"
    height="1080"
    atv:contentwidth="1920"
    atv:contentheight="1080"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:atv="http://webmi.atvise.com/2007/svgext"
    xmlns="http://www.w3.org/2000/svg">

Hint

Newly created layouts are only selectable after restarting the atvise builder.