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 |
Hi Phani, There is an example in the blog: --Hank On Oct 4, 2009, at 11:43 PM, Phani Sajja wrote: Hi all, Hank Ratzesberger NEES@UCSB Institute for Crustal Studies, University of California, Santa Barbara 805-893-8042 -- 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 |
In reply to this post by Phani S
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]] Hi all, -- 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 |
Thanks all for your help.
I solved the problems two ways one proposed by Erica Smith and one from the previous forms http://www.nabble.com/Vertically-aligned-checkboxes-td3444838.html#a3445062 by slight modification to the css present there. On Tue, Oct 6, 2009 at 9:16 AM, Erica Smith <[hidden email]> wrote:
-- Phani. S M.Tech(Software Engineering) Motilal Nehru National Institute of Technology, Allahabad (+91) 9453799211 -- 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 |
Free forum by Nabble | Edit this page |