You would probably want to use the jquery cookie plugin. I found http://stackoverflow.com/questions/1370417/jquery-ui-sortable-and-cookie which looks like it may point you in the right direction. You should probably search for 'sortable' instead of 'portlets' as its a more generalized search... portlets are just a bunch of connected sortables after all.
On Sun, Dec 13, 2009 at 7:48 PM, Clayton Dukes <[email protected]> wrote: > I've spent hours looking for examples of this, the best I could find > was at http://www.kadede.com/disenyoblog/?p=289 but he only shows how > to do it with user logins. > The problem I have is that not all my users will use the authentication > system. > Can anyone tell me how to do it using cookies? > I'm a bit surprised that there are no examples of this, or that it > seems to be so difficult, am I looking in the wrong place? > > > On Sat, Dec 5, 2009 at 6:41 PM, Clayton Dukes <[email protected]> wrote: > > Hi, > > Can someone point me to some sample code for using a cookie to store > > the state of portlets? > > example: > > http://dukey.gdd.net > > login/pass is guest/guest > > I'd like to store the state of the portlets on that page when a user > > rearranges the boxes. > > > > > > > > -- > > ______________________________________________________________ > > > > Clayton Dukes > > ______________________________________________________________ > > > > > > -- > ______________________________________________________________ > > Clayton Dukes > ______________________________________________________________ > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery UI" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jquery-ui%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jquery-ui?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
