cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

What's the syntax to access a widget's property (e.g. Panel > Visibility) from a Thing javascript service as well as from REST?

bwalke
5-Regular Member

What's the syntax to access a widget's property (e.g. Panel > Visibility) from a Thing javascript service as well as from REST?

I want to to control Panel widget's visibility from javascript service but I donot know the syntax to access the widget's property (the widget is a part of home mashup).

I would like to know how to use REST API to access (get,set,update) widget properties.

Thanks

1 REPLY 1
paic
1-Newbie
(To:bwalke)

Since Widgets are pieces that run client side, I don't think it will support REST API calls.

Is there a reason for you to need to control this externally vs. from within the Mashup itself? Since Visibility is a bindable property it is easy to control that within the mashup.

Top Tags