You are awesome, Did you check latest changes into Forms2 on wiki?
http://aikiframework.org/wiki/Aiki_forms_2
I made some simplifications.

On Fri, 9 Mar 2012 23:30:20 +0100
Roger Martín <rg1...@gmail.com> wrote:

> hi !
> 
> Aiki engine v2 have two new markup: forms and control to insert entire
> forms and only on control(input,hidden,textarea).
> 
> Examples:
> 
> ...here rest of code ...
> (control({"name":"username"} )control)
> ..more html
> (control({"type":"text", "name":"username"} )control)
> 
> ..here a entire form.
> (form(
> {"id":"f_user"},                                            // first
> array is forms parameters.
> {"type":"text", "name":"username"},
> {"type":"password", "name":"password"}  )form)
> 
> I'm working on wiki form2. See libs/Controls.php
> 
> Roger

--
Jakub Jankiewicz
twitter: @jcubic
www: http://jcubic.pl

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to