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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Binding Expression of the validator

itubo
1-Newbie

Binding Expression of the validator

I want to change by changing the evaluation formula of Expression.

2 REPLIES 2
Aanjan
9-Granite
(To:itubo)

While you can't directly control/ configure the Expression section, you can manipulate it in certain ways - you would first need hit the 'Configure Validator' setting and add a Parameter.

For example, try adding a Parameter called 'test' with a baseType of 'STRING'. Now, in the expression field use something like 'result = test'. Bind a Textbox to the 'test' parameter, bind the output to a Checkbox, and add a Button with the clicked event bound to 'Evaluate' on the Validator widget. Now, when you view the Mashup, if you type in 'true' and click on the button, the checkbox should be enabled/ selected.

If you want to make the Expression section directly bindable, you would need to create a custom widget for that.

itubo
1-Newbie
(To:itubo)

Thank you for your reply.

I created custom widget.

Top Tags