So is the page class acting like a template renderer?

-Thadeus




On Sat, Sep 19, 2009 at 9:28 PM, mr.freeze <nat...@freezable.com> wrote:

>
> The EventManager class requires an instance of the PageManager class.
> Idea being, as I add classes to the module, everything will get
> rendered through the page manager.
>
> On Sep 19, 8:45 pm, Thadeus Burgess <thadeus.burg...@gmail.com> wrote:
> > Do you have to use the page object, or could you just make it use the
> event
> > object.
> >
> > Meaning I just want a simple event.listen("click", div, call_func)
> without
> > any of the other jazz.
> >
> > -Thadeus
> >
> > On Sat, Sep 19, 2009 at 1:14 PM, mr.freeze <nat...@freezable.com> wrote:
> >
> > > Hi folks,
> >
> > >    I just wanted to share a module that I'm working on for a
> > > project.  It contains tools for managing client events and resources
> > > from the server.  Here are the main features:
> >
> > > 1) Dynamic inclusion and downloading of resources (scripts/css).
> > > 2) Server side event handling for client side events.
> > > 3) Dynamic execution of script from the controller. (through
> > > document.ready injection)
> > > 4) Helpers for google hosted ajax APIs.
> >
> > > You can see instructions and examples here:
> >
> > >http://www.web2pyslices.com/main/slices/take_slice/8
> >
> > > It's definitely a work in progress, but let me know what you think.
> >
> > > -Nathan
> >
>

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

Reply via email to