Skip to main content
1-Visitor
February 9, 2016
Question

Toggle button in mashup

  • February 9, 2016
  • 5 replies
  • 3080 views

I want to use toggle button in mashup. But don't find it in Widgets. Next I tried to use 'auto refresh' which seems similar but can't refactor it's services. Any other ideas?

5 replies

5-Regular Member
February 10, 2016

Rupesh, can you expand on your question? Is there a specific action you want to bind the button to?

1-Visitor
February 11, 2016

Hi,

I want a toggle button but its not there widgets so i choose to use autorefresh button which looks similay to toggle. but its only bindable to refresh event. I would need click event to trigger my service. Any idea for such a customization?

22-Sapphire I
February 11, 2016

When you say Toggle I think of the option button/button bar widget. You may need some Validators with that, if you are trying to trigger specific services.

1-Visitor
February 11, 2016

Hi,

You could also use a checkbox to toggle on and off a behavior like for example the rendering of a video file.

Veronica

1-Visitor
February 14, 2016

set the style and hover style and active style of the button widget int properties area, then you can make a toggle button.

1-Visitor
February 8, 2017

It's a one year old post but I say it anyways:

Another way could be using a slider widget with minimum = 0 and maximum = 1 and step = 1

22-Sapphire I
February 8, 2017

Perhaps it is better to use the Radio Button widget.