Re: [Aikiframework-devel] about revno 1136

2012-03-09 Thread Jakub Jankiewicz
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 wrote: > hi ! > > Aiki engine v2 have two new markup: forms and control to insert entire > forms and only on

Re: [Aikiframework-devel] about revno 1136

2012-03-09 Thread Jon Phillips
Heya are the appropriatefields translatable by default? Jon Phillips bj. +86-187-1003-9974 sf. +1-415-830-3884 http://fabricatorz.com On Mar 10, 2012 10:50 AM, "Jon Phillips" wrote: Amazing! Jon Phillips bj. +86-187-1003-9974 sf. +1-415-830-3884 http://fabricatorz.com > > On Mar 10, 2012 7:0

Re: [Aikiframework-devel] about revno 1136

2012-03-09 Thread Jon Phillips
Amazing! Jon Phillips bj. +86-187-1003-9974 sf. +1-415-830-3884 http://fabricatorz.com On Mar 10, 2012 7:06 AM, "Brad Phillips" wrote: Roger, your work is continually inspiring. Excellent updates!! Cheers, +Brad On Mar 9, 2012, at 4:30 PM, Roger Martín wrote: > hi ! > > Aiki engine v2 hav

Re: [Aikiframework-devel] about revno 1136

2012-03-09 Thread Brad Phillips
Roger, your work is continually inspiring. Excellent updates!! Cheers, +Brad On Mar 9, 2012, at 4:30 PM, Roger Martín 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

[Aikiframework-devel] about revno 1136

2012-03-09 Thread Roger Martín
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(