Expand my Community achievements bar.

LifeCycle Designer ES2 v9 -- aligning radio button with respect to its caption

Avatar

Level 1

I'm trying to top align a radio button to it's caption that is 2 or more lines in length. Radio buttons seem only to be able to vertically align center with respect to the height of the object field. How do I set the vertically alignment?

Thanks!

Chung

1 Reply

Avatar

Level 10

You can do this by editing the xml for the radio button. Click on the radio button and then click on the XML Source tab, you'll be placed in the source at the code for the radio button.

Between the <field></field> tags, about halfway down there should be a line that says <para vAlign="middle"/> (not the one inside the <caption><caption/> tags). Change "middle" to "top".

Once you've got it the way you want it you can save that button to your object library for re-use.