cancel
Showing results for 
Search instead for 
Did you mean: 

Can we increase the height of the button UI in WD?

Former Member
0 Kudos

Since we do not have any option given in the properties tab to increase the height, I am not sure if we can increase the button height or not. I have a requirement where in I want a bigger button UI. Please suggest method apart from importing MIME object and attaching it with the UI.

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

There is a solution to this. In the properties of the button UI, there is an option, styleclassName. Assign a name to this like: myCustomButton

In the init hook method, write the following code:

Former Member
0 Kudos

Great
"styleClassName" is new property on NetWeaver 740.

Old versions can't change the font size.

vinita_kasliwal
Active Contributor
0 Kudos

Hey Vasvi

Did you try the height option in property

Check attached screenshot

   

Regards

Vinita

former_member198833
Active Participant
0 Kudos

Hi Vasvi,

This thread should help you:

Regards,

Felipe

Former Member
0 Kudos

Thanks Felipe. I have already gone through the thread you have mentioned before posting my question. I know one way is importing MIME objects and using it as images. But, I wanted to know if standard has this functionality or if we can achieve it by simply upgrading the service pack.

Former Member
0 Kudos

As far as i know, there's no way.