I started working on forms.php.
Changes:
- now you can call the form with your name
# (form: add: 17) # = # (form: add: aiki_users) #
- Have changed the id, class and names of the form.
div container: FORM_NAME_container
id form: form_FORM_NAME
name = FORM_NAME
class = "FORM_NAME edit_form | new_record_form"
EX: aiki_users_container, form_aiki_users, aiki_users, "aiki_users
new_record".
Perhaps CSS breaks now

The next step is add html attributes like:

#(form:add:aiki-users:no-ajax: :id=user|class=myclass|onsubmit=validate()"
that must a generate a form with
<form ..id="user"  class="myclass" onsubmit="validate()"...

This sintaxis is not very clear..but is compatible with previous version and
very flexible: we can add all html attributes..

PD: yes..i will documented it and search bugs and blueprint affected by
this..

have a nice weekend!!
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to