# How can i change tabs with button?

**URL:** https://discourse.nodered.org/t/how-can-i-change-tabs-with-button/27010
**Category:** Dashboard
**Created:** [21 May 2020 00:34 UTC](https://discourse.nodered.org/t/how-can-i-change-tabs-with-button/27010 "2020-05-21T00:34:27Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [21 May 2020 10:59 UTC](https://discourse.nodered.org/t/how-can-i-change-tabs-with-button/27010/12 "2020-05-21T10:59:40Z")

</div>

here is a simple example

```auto
[{"id":"ad0f74f6.b94598","type":"ui_button","z":"c5c7d3cb.0545f","name":"","group":"520f753e.322f2c","order":1,"width":0,"height":0,"passthru":false,"label":"Go to X","tooltip":"","color":"","bgcolor":"","icon":"","payload":"1","payloadType":"num","topic":"","x":210,"y":120,"wires":[["906f81af.036e7"]]},{"id":"ea29380f.7fc578","type":"ui_button","z":"c5c7d3cb.0545f","name":"","group":"784c5b3f.cb6174","order":1,"width":0,"height":0,"passthru":false,"label":"Go to Y","tooltip":"","color":"","bgcolor":"","icon":"","payload":"0","payloadType":"num","topic":"","x":220,"y":220,"wires":[["906f81af.036e7"]]},{"id":"906f81af.036e7","type":"ui_ui_control","z":"c5c7d3cb.0545f","name":"","events":"all","x":420,"y":120,"wires":[[]]},{"id":"520f753e.322f2c","type":"ui_group","z":"","name":"Default","tab":"6cd21733.279a78","order":1,"disp":true,"width":"6","collapse":false},{"id":"784c5b3f.cb6174","type":"ui_group","z":"","name":"Default","tab":"b95fcd45.07afb","order":1,"disp":true,"width":"6","collapse":false},{"id":"6cd21733.279a78","type":"ui_tab","z":"","name":"Tab Y","icon":"dashboard","disabled":false,"hidden":false},{"id":"b95fcd45.07afb","type":"ui_tab","z":"","name":"Tab X","icon":"dashboard","disabled":false,"hidden":false}]

```

---

_[View the full topic](https://discourse.nodered.org/t/how-can-i-change-tabs-with-button/27010)._
