There are display examples included in atvise Builder library. How can I modify them to meet my demands?

Q

There are display examples included in atvise Builder library. How can I modify them to meet my demands?

A

To modify existing displays go to the default library, select the display of cour choice, right click to it and choose the option "Edit"

Now it depends on what you want to change:

a.) Graphical edits you can do right away using your mouse. Move the elements to the positions needed 

Before:

After:

or add new ones using the one of those elements

b.) The displays' behaviour and the relation to its graphical elements is written down in the displays' script code.

The script code can be made visible using the "Script" button from the top menu bar.

A window like the following will appear

 

The script code is written in javascript. Javascript extends plain http pages with dynamization functionality.

Technial skills and knowledge of the programming language Javascript are needed to correctly modify the code. There is an online training lesson available at http://html.net/tutorials/javascript/ to teach you javascript.

If you are not familar with javascript you can use Simple Dynamic functions instead. Simple dynamics dialog enables you to add dynamizations to your display in a point and click principle to create a fully functioning visualization with minimum effort and without knowledge of javascript coding.

Â