[web2py] Re: jQuery Tools

2011-02-10 Thread Carlos
Hi Bruno, What should I do in my web2py app in order to integrate jQuery Tools?. Should I make specific changes or adding it to response.files is enough?. I was also reviewing jQuery UI, but jQuery Tools seems to be more 'professional' looking. Based on your experience, which one is most power

[web2py] Re: jQuery Tools

2010-10-29 Thread RipRyness
Note to self, reply posts don't show up immediately :) On Oct 28, 3:59 pm, RipRyness wrote: > I've been using jQuery UI but these look very cool. > > Thanks for the link. > > -Rip > > PS I must have hit "reply to author" on my previous try at responding > to this post. > > On Oct 28, 1:23 pm, Bru

Re: [web2py] Re: jQuery Tools

2010-10-28 Thread Branko Vukelic
On Thu, Oct 28, 2010 at 11:59 PM, RipRyness wrote: > PS I must have hit "reply to author" on my previous try at responding > to this post. It was ok the first time, though. :) -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Chec

[web2py] Re: jQuery Tools

2010-10-28 Thread RipRyness
I've been using jQuery UI but these look very cool. Thanks for the link. -Rip PS I must have hit "reply to author" on my previous try at responding to this post. On Oct 28, 1:23 pm, Bruno Rocha wrote: > I am using jQuery tools with web2py  I think it is the best/easiest way to > have a great v

[web2py] Re: jQuery Tools

2010-10-28 Thread RipRyness
I've been using jQuery UI stuff but these look like they are worth a try. Thanks for the link. On Oct 28, 1:23 pm, Bruno Rocha wrote: > I am using jQuery tools with web2py  I think it is the best/easiest way to > have a great visual style for tabs, menus, datepickers etc > > Could be useful for

Re: [web2py] Re: jquery tools

2010-02-01 Thread Albert Abril
As said at jQuery TOOLS web: Other JavaScript UI libraries focus on desktop-like features such as > drag-and-drop, sliders, sortable tables or draggable windows. They are meant > to build "rich internet applications" (RIAs) such as email clients, task > managers, CRM software, image organizers or

[web2py] Re: jquery tools

2010-01-31 Thread Richard
how about JQuery UI: http://jqueryui.com/demos/ It handles drag and drop, tabs, sliders, etc, and can be hosted on Google: http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryUI On Feb 1, 5:28 am, weheh wrote: > Motto favoloso, MDP. Genio. -- You received this message because y

[web2py] Re: jquery tools

2010-01-31 Thread weheh
Motto favoloso, MDP. Genio. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit

[web2py] Re: jquery tools

2010-01-31 Thread mdipierro
Notice this demo (http://www.web2py.com/plugins) makes one sortable list per user (identified by client) so you can test it without affecting other users. Rearrange the items as you like then reload the page and see they stay sorted. Here is the complete code excluding the plugin file itself: Mo

[web2py] Re: jquery tools

2010-01-31 Thread mr.freeze
Nice! Worked well for me. On Jan 30, 11:39 pm, mdipierro wrote: > P.S. Use CSS to customize them. The default id for the generated > unordered list is "sortable". > > On Jan 30, 11:25 pm, Massimo Di Pierro > wrote: > > > I made a plugin for sortable of lists via ajax. > > >  plugin_sortable.py >

[web2py] Re: jquery tools

2010-01-31 Thread mdipierro
Try this: http://www.web2py.com/plugins On Jan 31, 9:51 am, weheh wrote: > Sounds great! Do you have an example online that we could look at? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegr

[web2py] Re: jquery tools

2010-01-31 Thread weheh
Sounds great! Do you have an example online that we could look at? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@go

[web2py] Re: jquery tools

2010-01-30 Thread mdipierro
save you have a db.define_table('item', Field('number','integer'), Field('name'), Field('link')) and you want to make a view with ajax sortable links like: {{for i,row in enumerate(db().select (db.item.ALL,orderby=db.item.number):}} {{=A(ro

[web2py] Re: jquery tools

2010-01-30 Thread weheh
Re Jonathan's comment about needing sortable lists and tables, I +1 the motion. I have done sortable table and it's nice. But what I really need is to re-order a sequence of things. For instance, in a CMS, you would upload images and content for a page and put them under a link. You might have mult

Re: [web2py] Re: jquery tools

2010-01-30 Thread Albert Abril
It has a very great documentation. And seems really interesting. Thanks for the link. On Sun, Jan 31, 2010 at 1:32 AM, mdipierro wrote: > Just for reference in case anybody needs it. The surevy part of kpax > does sortable lists. > > Massimo > > On Jan 30, 6:29 pm, Jonathan Lundell wrote: > >

[web2py] Re: jquery tools

2010-01-30 Thread mdipierro
Just for reference in case anybody needs it. The surevy part of kpax does sortable lists. Massimo On Jan 30, 6:29 pm, Jonathan Lundell wrote: > On Jan 30, 2010, at 2:57 PM, mdipierro wrote: > > > This could be useful. Perhaps we should consider rewriting examples > > using this > > >http://flowp

[web2py] Re: jquery tools

2010-01-30 Thread mdipierro
I have not used YUI much so I do not know. On Jan 30, 5:15 pm, weheh wrote: > There are some really nice effects in there. I haven't done much > research into this kind of stuff, but I sure could use it for my > current project. Right now, I'm searching piecemeal through the web > for special jqu

[web2py] Re: jquery tools

2010-01-30 Thread weheh
There are some really nice effects in there. I haven't done much research into this kind of stuff, but I sure could use it for my current project. Right now, I'm searching piecemeal through the web for special jquery effects. This is nice because it groups it all in one place. How do you think it s