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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How do I change a widget Property in Code

michaele
1-Newbie

How do I change a widget Property in Code

For instance I want to change a textbox's read only status from within a service.  The text box readonly property doesn't have an input or output on the mashup like some other properties do.  I tried something like this first   

me.textbox-10.ReadOnly=false;

but this failed as the textbox-10 nomenclature caused an error,  which leads me to believe there is some other ID  for textbox-10

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

If this functionality that you want to use, I recommend with this widget code at its basis, customize and create your own widget that allows binding to that property.

Top Tags