Article

Controlling Checkbox Options in UserApp

Author Info

5 March 2008 - 9:21am
Submitted by: wschreiber

article
Reads:

1715

Score:
5
5
1
 
Comments:

0

Problem

A Forum reader recently asked:

"While using MV Checkbox in UserApp, the different checkbox options are all coming on the same line. Can the options be shown on different lines?"

And here is the response from Wolfgang Schreiber ...

Solution

I just found out that in IDM 3.5.1 you can change the sort order by simply adding some hidden text (like an HTML comment) as a label prefix.

For example, you can try something like this:

 Label ZZ
 Label YY
 Label AA

to keep items in this order.

As I indicated before, appending "" will show the items in a column instead of a row:

Label ZZ
Label YY
Label AA


Author Info

5 March 2008 - 9:21am
Submitted by: wschreiber




User Comments

© 2009 Novell, Inc. All Rights Reserved.