Hello !!

I would like to create a module to use as a view in the catalyst
framework. 
It's a bit like HTML::FormFu : I want to define inputs, render and
validate it but I want it to be much more oriented for a web
application. I want to only define the widgets (and their order of
presentation)  and the whole web page is generated without any HTML
manipulation. 
The final objective is the same as "kdevelop komposer" : we just place
buttons and inputs without manipulating C functions.

My idea is GUI::HTML::widget or something like that. In fact I'm not
really sure I want to name it with 'HTML' in the name because HTML is
just one way to render a screen and one could imagine that now we want
to render screen using wxwidget(it's only an idea).

What do you think about ?

Jean-Christian

Reply via email to