verical on click button

0
for the clickable vertical button what widget is needed. And and on the click on that button pop page should be open
asked
2 answers
1

Something like the old vertical feedback-button on the right side of the screen?

If you add this to the style of a button:

transform: rotate(-90deg);

then the button will be vertical. This will of course have consequences for the layout of the surrounding elements. 

answered
0

Hi ,

What do you mean by vertical button. In general we can have a button with onclick functionality which will open a page

answered