Re: how to arrange Checkbox in one Row

2009-02-28 Thread Everton Yoshitani

I used to set label=>false and add the label with after='text'.
Just another way :)

2009/3/1 Dhana :
>
> You might have to use CSS for that.  If there is a div around each
> checkbox,  just make sure you assign a float to them in css lke this:
> In case you just want to target the checkboxes div, wrap a div around
> all your checboxes.  Give it a class or an id.
>
> Then in css,
> #divname input{
>   float: left;
> }
>
> or
>
> .divname input{
>   float: left;
> }
>
> On Feb 28, 5:29 am, Maulik  wrote:
>> hi to all,
>> here my question is how can i arrange my checkbox in one row.
>> thanks,
> >
>



-- 
Att,
Everton Yoshitani
www.notreve.com
+81-80-3660-6560

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: how to arrange Checkbox in one Row

2009-02-28 Thread Dhana

You might have to use CSS for that.  If there is a div around each
checkbox,  just make sure you assign a float to them in css lke this:
In case you just want to target the checkboxes div, wrap a div around
all your checboxes.  Give it a class or an id.

Then in css,
#divname input{
   float: left;
}

or

.divname input{
   float: left;
}

On Feb 28, 5:29 am, Maulik  wrote:
> hi to all,
> here my question is how can i arrange my checkbox in one row.
> thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



how to arrange Checkbox in one Row

2009-02-28 Thread Maulik

hi to all,
here my question is how can i arrange my checkbox in one row.
thanks,

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---