Displaying 1 result from an estimated 1 matches for "newrnumdays".
2008 Jan 25
2
form formatting
...and rails tags, is there a way to do
within a fb:editor?
if I do:
<% facebook_form_for(:task, at task,:url => create_task_path) do |f| %>
Assign Task To: <%= fb_friend_selector %>
<%=f.text_field :ttype, :label=> "Title"%>
<%=text_field_tag :newrnumdays, ndays, :label => "# Days"%>
<%=f.buttons "Add" %>
<% end %>
the text_field seems to be placed nicely in the editor and formatted
accordingly but the friend selector & the text_field_tag are not
placed inside the editor display table and are just d...