# Print

**URL:** https://community.glideapps.com/t/print/23644
**Category:** Feature Requests
**Created:** [March 2, 2021, 9:30am UTC](https://community.glideapps.com/t/print/23644 "2021-03-02T09:30:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [March 2, 2021, 9:30am UTC](https://community.glideapps.com/t/print/23644/1 "2021-03-02T09:30:53Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Pablo\_books](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pablo_books/32/2110_2.png) [@Pablo\_books](https://community.glideapps.com/u/Pablo_books)
#### Post date: [March 2, 2021, 4:54pm UTC](https://community.glideapps.com/t/print/23644/2 "2021-03-02T16:54:19Z")

</div>

Isn’t this possible with javascript?

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

```

Tell me if that works

---

<div class="post-metadata">

### Author: ![Fabio\_Leanzi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fabio_leanzi/32/6838_2.png) [@Fabio\_Leanzi](https://community.glideapps.com/u/Fabio_Leanzi)
#### Post date: [March 2, 2021, 5:02pm UTC](https://community.glideapps.com/t/print/23644/3 "2021-03-02T17:02:01Z")

</div>

no, unfortunately javascript is not allowed.

---

<div class="post-metadata">

### Author: ![Manu.n](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manu.n/32/11679_2.png) [@Manu.n](https://community.glideapps.com/u/Manu.n)
#### Post date: [March 2, 2021, 5:10pm UTC](https://community.glideapps.com/t/print/23644/4 "2021-03-02T17:10:08Z")

</div>

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