At the time of creating forms, it would very usefull if the properties
would have these arguments:

* label: label name to show in form
* desc: description of that label which could be showed near to the
label or using JS.

So we would have all information related to the models into a same
place which is more easy to edit else you must use anything as this:

## form.html.erb

<ul>
  <li><%= text_control :first_name, :label => 'First Name ' %></li>
  <li><%= text_control :last_name, :label => 'Last Name ' %></li>
  <li><%= text_control :email, :label => 'Email ' %></li>
</ul>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to