Print

Now that the editor is progressing towards managing screens in Desktop, I would like to have a PRINT action to be able to print a tab directly in Chrome ( for example).
With perhaps as a bonus a selection of the components to be printed, otherwise the exclusion of the Button components

Isn’t this possible with javascript?

<button onclick="window.print()">Print this app</button>

Tell me if that works

1 Like

no, unfortunately javascript is not allowed.

1 Like

I had done some tests with this javascript but obviously rich text does not work

1 Like