cancel
Showing results for 
Search instead for 
Did you mean: 

Finding the height of input field

Karthikrcn
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I need to find the height of an input field, so that i set that height to the image nearby .

Can any one suggest me how to do this ?

BR,

Karthik

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The standard icons in Web Dynpro have 12x12 pixel, this size should fit.

Armin

Former Member
0 Kudos

TextEdit UI element property can be used to control the visible appearance in the GUI.

To limit the content of the text edit, you will have to control the context assigned to this Text Edit element.You can Create a simple type of String Type with its length limited to 40 (any value of your choice), and then for the context to be used for Text Edit, choose this Simple Type as its type.

former_member185086
Active Contributor
0 Kudos

Hi

InputField dont have hight property only width(length ) .

But if u want to deal with height use TextEdit UI element and user its cols and rows property

Best Regards

Satish Kumar