Hi, it there an easy to create panels that slide right and left. For example, I have panel A that contains buttons and when they are clicked the editing options for that button slide out from left to right. When the user click OK or something like that, the panel should slide right-to-left. At this time, the library has the SlideUp and SlideDown. Thus, if anyone has any ideas as to how to cleanly provide this functionality, it would be greatly appreciated. I would like to use the script.aculo.us library or something that easily integrates with Rails. Thanks in advance, -Conrad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Gareth Evans
2007-Apr-02 09:15 UTC
Re: Creating Sliding Right and Slide Left Effects Panels?
I have acomplished this with 2 divs where the button div is hidden i make the button div visible at the same time as moving the data div to the right by the width of the button div and vice versa when it disappears not the best solution though On 4/2/07, Con <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi, it there an easy to create panels that slide right and left. For > example, I have panel A that contains buttons and when they are > clicked the editing options for that button slide out from left to > right. When the user click OK or something like that, the panel > should slide right-to-left. At this time, the library has the SlideUp > and SlideDown. Thus, if anyone has any ideas as to how to cleanly > provide this functionality, it would be greatly appreciated. I would > like to use the script.aculo.us library or something that easily > integrates with Rails. > > Thanks in advance, > > -Conrad > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, thanks for replying to my post. In my example, the user will see all the buttons in panel A. When the use clicks on a button, the panel B will slide from left-to-right. After entering the appropriate values and clicking OK in panel B, the edit panel would slide from right-to-left disappearing behind panel A. Next, the field that was edited will be updated in panel A. Thus, I''m guessing that this would require at least 2 divs. However, the appropriate edit screen will be rendered based on the selection in panel A. -Conrad On Apr 2, 2:15 am, "Gareth Evans" <agr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have acomplished this with 2 divs where the button div is hidden > i make the button div visible at the same time as moving the data div to the > right by the width of the button div > and vice versa when it disappears > not the best solution though > > On 4/2/07, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, it there an easy to create panels that slide right and left. For > > example, I have panel A that contains buttons and when they are > > clicked the editing options for that button slide out from left to > > right. When the user click OK or something like that, the panel > > should slide right-to-left. At this time, the library has the SlideUp > > and SlideDown. Thus, if anyone has any ideas as to how to cleanly > > provide this functionality, it would be greatly appreciated. I would > > like to use the script.aculo.us library or something that easily > > integrates with Rails. > > > Thanks in advance, > > > -Conrad--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
2007/4/2, Con <conradwt-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > > Hi, it there an easy to create panels that slide right and left.You can find something here: http://wiki.script.aculo.us/scriptaculous/show/EffectsTreasureChest M. -- Michel ''ZioBudda'' Morelli michel-0oFb7YEmpcLk1uMJSBkQmQ@public.gmane.org Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: michel-0oFb7YEmpcIlQMARD/awdg@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, this just might be just what I have been looking for. Thanks for the information. -Conrad On Apr 2, 3:20 am, "zio budda" <ziobu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 2007/4/2, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > Hi, it there an easy to create panels that slide right and left. > > You can find something here: > > http://wiki.script.aculo.us/scriptaculous/show/EffectsTreasureChest > > M. > -- > Michel ''ZioBudda'' Morelli mic...-0oFb7YEmpcLk1uMJSBkQmQ@public.gmane.org > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni web dinamiche (LAMP+Ajax) > Telefono: +39-3939890025 -- Fax: +39-0291390660 > > http://www.ziobudda.net ICQ: 58351764http://www.ziobuddalabs.it Skype: zio_buddahttp://www.ajaxblog.it MSN: mic...-0oFb7YEmpcIlQMARD/awdg@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, do you have any test code for this? Thanks, -Conrad On Apr 2, 3:20 am, "zio budda" <ziobu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 2007/4/2, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > > > > > Hi, it there an easy to create panels that slide right and left. > > You can find something here: > > http://wiki.script.aculo.us/scriptaculous/show/EffectsTreasureChest > > M. > -- > Michel ''ZioBudda'' Morelli mic...-0oFb7YEmpcLk1uMJSBkQmQ@public.gmane.org > Consulenza sistemistica in ambito OpenSource. > Sviluppo applicazioni web dinamiche (LAMP+Ajax) > Telefono: +39-3939890025 -- Fax: +39-0291390660 > > http://www.ziobudda.net ICQ: 58351764http://www.ziobuddalabs.it Skype: zio_buddahttp://www.ajaxblog.it MSN: mic...-0oFb7YEmpcIlQMARD/awdg@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Gareth, do you have any code that you can share? Thanks, -Conrad On Apr 2, 2:15 am, "Gareth Evans" <agr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have acomplished this with 2 divs where the button div is hidden > i make the button div visible at the same time as moving the data div to the > right by the width of the button div > and vice versa when it disappears > not the best solution though > > On 4/2/07, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, it there an easy to create panels that slide right and left. For > > example, I have panel A that contains buttons and when they are > > clicked the editing options for that button slide out from left to > > right. When the user click OK or something like that, the panel > > should slide right-to-left. At this time, the library has the SlideUp > > and SlideDown. Thus, if anyone has any ideas as to how to cleanly > > provide this functionality, it would be greatly appreciated. I would > > like to use the script.aculo.us library or something that easily > > integrates with Rails. > > > Thanks in advance, > > > -Conrad--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Toby Parent
2007-Apr-16 19:24 UTC
Re: Creating Sliding Right and Slide Left Effects Panels?
Hey, Conrad - I''ve got something similar to what Gareth seems to be describing, online at http://tobias.parentleafarm.com/portfolio/arcelectricalinc/ (I think, due to CSS problems, it only works in FF at this point, though). Check it out, lemme know if it clarifies anything! Regards, - Toby Con wrote:> Hi Gareth, do you have any code that you can share? > > Thanks, > > -Conrad > > On Apr 2, 2:15 am, "Gareth Evans" <agr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> I have acomplished this with 2 divs where the button div is hidden >> i make the button div visible at the same time as moving the data div to the >> right by the width of the button div >> and vice versa when it disappears >> not the best solution though >> >> On 4/2/07, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> >> >> >>> Hi, it there an easy to create panels that slide right and left. For >>> example, I have panel A that contains buttons and when they are >>> clicked the editing options for that button slide out from left to >>> right. When the user click OK or something like that, the panel >>> should slide right-to-left. At this time, the library has the SlideUp >>> and SlideDown. Thus, if anyone has any ideas as to how to cleanly >>> provide this functionality, it would be greatly appreciated. I would >>> like to use the script.aculo.us library or something that easily >>> integrates with Rails. >>> >>> Thanks in advance, >>> >>> -Conrad >>> > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Gareth Evans
2007-Apr-16 21:28 UTC
Re: Creating Sliding Right and Slide Left Effects Panels?
Nothing online at present, site still in development.. sorry guys. Gareth On 4/17/07, Toby Parent <toby.parent-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hey, Conrad - > I''ve got something similar to what Gareth seems to be describing, > online at http://tobias.parentleafarm.com/portfolio/arcelectricalinc/ > (I think, due to CSS problems, it only works in FF at this point, though). > > Check it out, lemme know if it clarifies anything! > > Regards, > - Toby > > > Con wrote: > > Hi Gareth, do you have any code that you can share? > > > > Thanks, > > > > -Conrad > > > > On Apr 2, 2:15 am, "Gareth Evans" <agr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> I have acomplished this with 2 divs where the button div is hidden > >> i make the button div visible at the same time as moving the data div > to the > >> right by the width of the button div > >> and vice versa when it disappears > >> not the best solution though > >> > >> On 4/2/07, Con <conra...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > >> > >> > >> > >>> Hi, it there an easy to create panels that slide right and left. For > >>> example, I have panel A that contains buttons and when they are > >>> clicked the editing options for that button slide out from left to > >>> right. When the user click OK or something like that, the panel > >>> should slide right-to-left. At this time, the library has the SlideUp > >>> and SlideDown. Thus, if anyone has any ideas as to how to cleanly > >>> provide this functionality, it would be greatly appreciated. I would > >>> like to use the script.aculo.us library or something that easily > >>> integrates with Rails. > >>> > >>> Thanks in advance, > >>> > >>> -Conrad > >>> > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---