Skip to main content
1-Visitor
July 14, 2015
Question

How do I change a widget Property in Code

  • July 14, 2015
  • 1 reply
  • 839 views

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-Visitor
    July 15, 2015

    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.