What happened to the project?
Reported by orochies | April 19th, 2011 @ 05:26 AM
I read the framework documentation woozoo and it makes me very interested in why PrototypeJS use has been abandoned? thanks.
Comments and changes to this ticket
-

webmaster (at liste-noire) April 29th, 2011 @ 01:30 AM
- → Assigned user set to webmaster (at liste-noire)
Hi orochies,
the Woozoo project was at the beginning created for one of my client that needed
a JS Framework for its website. After the end of the project (2/3 years ago),
I produced the documentation and stopped working on it because of a lack of time mostly.
Now, I'm currently back doing Javascript most of my time so it is possible the project
wake up in the future. If you have any question or whatever you would like to tell me,
do it !Florian
-

orochies April 29th, 2011 @ 10:49 PM
thanks for your reply.
My question is where I find documentation for the view? they did not find anything to talk about it and do not know how to use this part of the framework.
Also can not find classes in your code to work with the part of the view.
Thank you very much.
-

webmaster (at liste-noire) April 29th, 2011 @ 10:58 PM
There is no documentation for the view because the view is your HTML
document or part of your HTML document.
It is "classic" HTML. The "Module configuration file" is making the relation
between your HTML document (or part)
and your controller helper (via bindAsListener) and your model helper (via
bind).
Hope it is clear. If not, you can send me other emails.Thanks for your interest
Florian
-

orochies April 29th, 2011 @ 11:13 PM
thanks for the quick response.
Would you please give me a small example?
I understand that the good of the server view as pure html and that this was inserted in the innerHTML of the element linked.
How I can write data to the model in a reusable html template, that's what I mean. Example:
Template on the server.
data.title
thanks.
-

webmaster (at liste-noire) April 29th, 2011 @ 11:30 PM
Hi orochies,
I was looking at what was on the Woozoo unittest repository and I think you
can pretty much find
everyting you are looking for there :
https://github.com/fdavid/woozoo/tree/master/unittest
<https://github.com/fdavid/woozoo/tree/master/unittest>There is a couple of different examples showing you the different way to play with framework.Hope it helps... Tell me if it is not enough !
Florian
-

orochies April 29th, 2011 @ 11:40 PM
Well.
Thank you very much, I'll see the code and if I have questions I will have to bother.
See you soon.
-

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.