Archi Forum

Archi => General Archi Discussion => Topic started by: Marbi on February 18, 2017, 08:38:51 AM

Title: Pre-defined start view
Post by: Marbi on February 18, 2017, 08:38:51 AM
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
Title: Re: Pre-defined start view
Post by: Jean-Baptiste Sarrodie on February 18, 2017, 09:34:01 AM
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
Title: Re: Pre-defined start view
Post by: Marbi on February 18, 2017, 12:38:39 PM
Thanks.

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

M.