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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

TextBox Widget - Property change in runtime

AP_9587236
17-Peridot

TextBox Widget - Property change in runtime

The user have to fill value in textbox and click proceed button. On clicking the button, the text box should change to non-editable mode and also it show the value entered by user. How to do this? 

3 REPLIES 3
PaiChung
22-Sapphire I
(To:AP_9587236)

Some widgets will carry a Enabled property so if the widget has that, you can use that, else you can use Visible / Invisible between the TextBox and a ValueDisplay

use a Mashup parameter to display the value entered in the TextBox in the ValueDisplay actually you can even directly bind the TextBox output to the ValueDisplay.

Yeah this is working only through service. But not through expression/validator.

PaiChung
22-Sapphire I
(To:AP_9587236)

There should not be any reason this can't be done either approach, so perhaps you are not actually firing the event properly? or it isn't evaluating the way you expect it to.

 

Top Tags