Displaying 1 result from an estimated 1 matches for "fieldbox".
Did you mean:
fieldbk
2010 Nov 08
1
API Google MAPS
...t;
<body onload="initialize()">
.
.
.
</body>
in the view for the form:
<tr>
<th scope="row"><%= I18n.t("tog_conclave.fields.lat") %></th>
<td nowrap="nowrap"><%=f.text_field :lat, :class=>"fieldbox" %></
td>
</tr>
<tr>
<th scope="row"><%= I18n.t("tog_conclave.fields.lng") %></th>
<td nowrap="nowrap"><%=f.text_field :lng, :class=>"fieldbox" %></
td>
</tr>
and showin...