cancel
Showing results for 
Search instead for 
Did you mean: 

Input Field Text Font

Former Member
0 Kudos

Hello Guys,

I am using NWDS 7.0. I have a requirement wherein from a backend system if some data has been changed from an already existing data, i want to show the changed field data in my input field with a different font? Is it possible anyhow?

If yes, what are the options?

Thnks & Regards,

Yogesh Bhatia

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

I dont think so you can have different fonts for different input fields.

you can achieve this in other way.

just beside the input field place a textview and by default make it hidden. when the value of the input field changes then display the textview with text like data changed or some thing like that...

Regards,

SrinivaS

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yogesh,

Change of font is not possible but what you can do is :

Use either a textview or label and then bind the Design property of the UI element to the context attribute of the type com.sap.ide.webdynpro.uielementdefinitions.textviewdesign or com.sap.ide.webdynpro.uielementdefinitions.labeldesign.

And then change the design to standard or emphasized or light.

Hope this solves your query.

Regards.

Rajat