Author Topic: Publish to Standard HTML  (Read 993 times)

jientile

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Publish to Standard HTML
« on: June 20, 2025, 09:02:53 am »
I have recently upgraded from EA v13 to v16.

Standard HTML publishing has taken a major step backwards in my opinion. In v13 generated HTML, when viewing model diagrams, the entire real estate of the browser window was used regardless how the browser window is resized. However in v16 the generated HTML now generates fixed size HTML table cells that do not resize when browser window is resized. This provides an unacceptable user experience when looking at model diagrams.

Is there any way in v16 to revert back to the HTML publishing provided in v13? Editing HTML in EA is not an option for my implementation.

This is a significant issue for my users, and I am seriously looking at completing ditching EA for some other modelling tool because of this.

Any guidance is much appreciated.

John.

Richard Freggi

  • EA User
  • **
  • Posts: 493
  • Karma: +18/-7
    • View Profile
Re: Publish to Standard HTML
« Reply #1 on: June 20, 2025, 09:56:48 am »
I have the same problem... would be good to get a solution from Sparx!

Takeshi K

  • EA User
  • **
  • Posts: 588
  • Karma: +38/-1
    • View Profile
Re: Publish to Standard HTML
« Reply #2 on: June 20, 2025, 02:06:35 pm »
Hello all,

Because of the JavaScript security limitation of the web browsers, now the old style HTML documents do not work as expected on the almost all browsers. So I think there is no way to use the old style HTML document generation.

If we want to change the width, add a new HTML template and then delete the 'max-width: 1400px;' line at line 643 in the 'CSS - Main' template.

HTH,
--
t-kouno

jientile

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Publish to Standard HTML
« Reply #3 on: June 27, 2025, 10:29:57 am »
Thanks for the suggestion Takeshi, unfortunately this made no difference at all.