Login  Register

RE: Multiline check box

Posted by Erica Smith on Oct 06, 2009; 3:46am
URL: https://discuss.orbeon.com/Multiline-check-box-tp45335p45336.html

An alternative solution which I’ve used in the past, is to give the xf:select tag a css class “display-vertical”, then to add the following to your css definitions:

 

.display-vertical>span

{

    display:block;

}

 

This will make all “span” elements directly inside the xf:select area display on their own lines.

 

I’ve attached your sample with the changes.

 

Regards,

Erica Smith

 

 

From: Phani Sajja [mailto:[hidden email]]
Sent: Monday, October 05, 2009 5:44 PM
To: [hidden email]
Subject: [ops-users] Multiline check box

 

Hi all,
        I need to have control of select which looks like a check box where the user selects more than one option. When i put appearance is full i am getting only single line. I tried so much of this. Please have a look at my form and please suggest me. I am also attaching the output format i want. Eventhough it is css issue please help me.

Thanks in advance..

--
Phani. S
M.Tech(Software Engineering)
Motilal Nehru National Institute of Technology
(+91) 9010093398



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

sample1.xhtml (3K) Download Attachment