Skip to main content

developerWorks >  XML  >  Forums  >  XForms technology forum  >  developerWorks

Increase size of select (checkbox) in xforms    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: Aug 22, 2009 6:08 AM Last Post By: RajaXML Threads: [ Previous | Next ]
prameshbabu

Posts: 2
Registered: Aug 11, 2009 02:26:34 AM
Increase size of select (checkbox) in xforms
Posted: Aug 11, 2009 02:30:25 AM
Click to report abuse...   Click to reply to this thread Reply
Hi folks,

Am new to xforms. My requirement is to increase size of a select control in xforms.

my select code is
<xf:select appearance="full" class="checkboxsize" >

my style code is
<style type="text/css">
.checkboxsize select {
height : 50 px;
width : 50px;
background-color: white;
border-width: 3px;
border-style: inset;
}

</style>

Thanks in advance guys.

Regards,
Ramesh
Alessandro Vernet

Posts: 50
Registered: Sep 20, 2003 01:16:15 AM
Re: Increase size of select (checkbox) in xforms
Posted: Aug 11, 2009 03:53:21 AM   in response to: prameshbabu in response to: prameshbabu's post
Click to report abuse...   Click to reply to this thread Reply
Ramesh,

The way style XForms controls depends on the XForms implementation you are using. So I would recommend you re-post this question in the mailing list or forum specifically dedicated to the XForms implementation you are using.

Alex
--
Orbeon Forms - Web 2.0 Forms, open source, for the Enterprise
http://www.orbeon.com/
RajaXML

Posts: 1
Registered: Aug 22, 2009 06:05:29 AM
Re: Increase size of select (checkbox) in xforms
Posted: Aug 22, 2009 06:08:32 AM   in response to: Alessandro Vernet in response to: Alessandro Vernet's post
Click to report abuse...   Click to reply to this thread Reply
Hi Ramesh !!
You mean the size of check box appearing in the browser has to bigger .(after set the appearance="full") . You use CSS and include the xforms name space in that css file..

By
Rajamani M
Junior Research Fellow
OTC
India

 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums