Skip to main content
1-Visitor
January 12, 2017
Solved

How to get & set the "text" of Button widget through service?

  • January 12, 2017
  • 1 reply
  • 2298 views

How to change the text of button widget though service?

Thanks,

Rupesh

Best answer by CarlesColl

You can't with Button Widget as Label it's not Bindable.

You May use Value Display which also has a Click event and content it's bindable.

1 reply

1-Visitor
January 12, 2017

You can't with Button Widget as Label it's not Bindable.

You May use Value Display which also has a Click event and content it's bindable.

rmote1-VisitorAuthor
1-Visitor
January 12, 2017

Thanks Carles.

I am able to change the text with value display widget.

Thanks,

Rupesh