Pre-defined start view

Started by Marbi, February 18, 2017, 08:38:51 AM

Previous topic - Next topic

Marbi

Hi,

Is it possible to export the model to the HTML report and pre-define some view (e.g. canvas)  as a start page?

Best regards,
Marbi

Jean-Baptiste Sarrodie

Hi,

This can't be done from within Archi, but if you open the model.html file which is at the root of the generated HTML folder, you change this line (which should be arround line #37):
<iframe name="view" class="ui-layout-center" src="views/model.html" scrolling="no"></iframe>

and replace "views/model.html" by any other view/canvas that you want (you'll have to find its path by browsing it a first time)

Regards,

JB
If you value and use Archi, please consider making a donation!
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

Marbi

Thanks.

Well, maybe we have a candidate for a new feature?

M.