cancel
Showing results for 
Search instead for 
Did you mean: 

Hightlight inputfield - Hide error text box - show difference between data?

0 Kudos

hi experts,

Im trying to make a simple application where you can see the differents between previous data and new data.

To make a clear overview i would like to use color of the things that are changed.

eg:

ID: 1

Name: mich

Languague: English

Application: my_App

ID: 1

Name: Michael

Languague: English

Application: MY_APPLICATION

I know to highlight a inpufield by using " report_attribute_error_message " but then a message apears above the page, then i would like to remove this message and keep the red hightlight.

Any idea how to solve this?

Or if someone can share me his idea how he made such an application (to give a clear overview about changes between data) would help me a lot.

Kind Regards,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

In WDJ it could be solved by using WebWidget UI element. Set the context attribute which is bound to WebWidget's scriptOnLoad property to

document.getElementById('IIMM.<VIEW_NAME>.<UI_ELEMENT_NAME>').className = 'urEdf2TxtEnbl urEdf2TxtInv';

former_member182372
Active Contributor
0 Kudos

Seems like there is no way to use report invalid element without error message. Place an exclamation sign icon next to input field as a workaround instead.