[New functionnality] Add CSS selector for bindAsListener in conf.xml
Reported by Jojo | March 18th, 2009 @ 02:21 PM
We could imagine have a listener using CSS selector with prototype : $$('class_CSS')
And have somthing like that in conf.xml :
<bindAsListener css="classCSS" event="click" handler="classCSSClickHandler" />
instead of :
<bindAsListener id="elementID" event="click" handler="elementIDClickHandler" />
That's just a proposition of new functionnality ;)
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Woozoo is a javascript MVC Framework for Prototype.