Re: Is there Dual Select Box for CakePHP?

2010-03-23 Thread Vadim Frolov
Thanks, Nick. I also did some search on this. Seems that jQuery is a way to
go. It has several nice plugins to do this.
Just some more linke for those who may need this too:
http://wheresrhys.co.uk/resources/crossSelect/crossSelect.html
http://plugins.jquery.com/project/comboselect

Vadim.

On 23 March 2010 04:08, nurvzy  wrote:

> Found one:
> http://gsgd.co.uk/sandbox/jquery/picklists/
>
> Nick
>
>
> On Mar 22, 9:04 pm, nurvzy  wrote:
> > That's really a javascript thing more than a CakePHP thing.  A few
> > years back I had a client who wanted the same type of thing.  I ended
> > up writing a nice little prototype-js class that I could use whenever
> > I needed by just passing in the two select list ids in.
> >
> > Unfortunately, it was for a rather paranoid client and I was unable to
> > open source it, but it certainly wasn't rocket science.  A quick
> > google search led me to this:
> http://javascript.internet.com/miscellaneous/move-dual-list.html
> >
> > It's not nearly as nice, but it might give you a place to start.
> >
> > Another thought, I'm a prototype guy, but I know most people here are
> > jQuery freaks, and this is the type of thing I'm sure jQuery people
> > have already done as a nice plugin.  Any of you jQuery people know of
> > a nice dual select box plugin?
> >
> > Nick
> >
> > On Mar 22, 12:33 am, Vadim Frolov  wrote:
> >
> > > Hi there!
> >
> > > Maybe someone of you know the realization of dual select boxes idea.
> Such
> > > control is used for example in ASP.NET (
> http://www.asp.net/community/control-gallery/Item.aspx?i=642). I would
> like
> > > to have two areas: left area contains all available for selection
> items,
> > > right one contains selected items.
> >
> > > Of course, one could implement it by himself, but I would rather use
> (and
> > > modify) existing code than reinvent the wheel.
> >
> > > Best regards,
> > > Vadim Frolov.
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> 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.comFor
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>
> To unsubscribe from this group, send email to cake-php+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Re: Is there Dual Select Box for CakePHP?

2010-03-22 Thread nurvzy
Found one:
http://gsgd.co.uk/sandbox/jquery/picklists/

Nick


On Mar 22, 9:04 pm, nurvzy  wrote:
> That's really a javascript thing more than a CakePHP thing.  A few
> years back I had a client who wanted the same type of thing.  I ended
> up writing a nice little prototype-js class that I could use whenever
> I needed by just passing in the two select list ids in.
>
> Unfortunately, it was for a rather paranoid client and I was unable to
> open source it, but it certainly wasn't rocket science.  A quick
> google search led me to 
> this:http://javascript.internet.com/miscellaneous/move-dual-list.html
>
> It's not nearly as nice, but it might give you a place to start.
>
> Another thought, I'm a prototype guy, but I know most people here are
> jQuery freaks, and this is the type of thing I'm sure jQuery people
> have already done as a nice plugin.  Any of you jQuery people know of
> a nice dual select box plugin?
>
> Nick
>
> On Mar 22, 12:33 am, Vadim Frolov  wrote:
>
> > Hi there!
>
> > Maybe someone of you know the realization of dual select boxes idea. Such
> > control is used for example in ASP.NET 
> > (http://www.asp.net/community/control-gallery/Item.aspx?i=642). I would like
> > to have two areas: left area contains all available for selection items,
> > right one contains selected items.
>
> > Of course, one could implement it by himself, but I would rather use (and
> > modify) existing code than reinvent the wheel.
>
> > Best regards,
> > Vadim Frolov.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Re: Is there Dual Select Box for CakePHP?

2010-03-22 Thread nurvzy
That's really a javascript thing more than a CakePHP thing.  A few
years back I had a client who wanted the same type of thing.  I ended
up writing a nice little prototype-js class that I could use whenever
I needed by just passing in the two select list ids in.

Unfortunately, it was for a rather paranoid client and I was unable to
open source it, but it certainly wasn't rocket science.  A quick
google search led me to this: 
http://javascript.internet.com/miscellaneous/move-dual-list.html

It's not nearly as nice, but it might give you a place to start.

Another thought, I'm a prototype guy, but I know most people here are
jQuery freaks, and this is the type of thing I'm sure jQuery people
have already done as a nice plugin.  Any of you jQuery people know of
a nice dual select box plugin?

Nick

On Mar 22, 12:33 am, Vadim Frolov  wrote:
> Hi there!
>
> Maybe someone of you know the realization of dual select boxes idea. Such
> control is used for example in ASP.NET 
> (http://www.asp.net/community/control-gallery/Item.aspx?i=642). I would like
> to have two areas: left area contains all available for selection items,
> right one contains selected items.
>
> Of course, one could implement it by himself, but I would rather use (and
> modify) existing code than reinvent the wheel.
>
> Best regards,
> Vadim Frolov.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Is there Dual Select Box for CakePHP?

2010-03-21 Thread Vadim Frolov
Hi there!

Maybe someone of you know the realization of dual select boxes idea. Such
control is used for example in ASP.NET (
http://www.asp.net/community/control-gallery/Item.aspx?i=642). I would like
to have two areas: left area contains all available for selection items,
right one contains selected items.

Of course, one could implement it by himself, but I would rather use (and
modify) existing code than reinvent the wheel.

Best regards,
Vadim Frolov.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.