Sha256: 5c9af8d634a6cfd5cdc600379b3a894521f5d55bbdbcdf00612474d5f608db19

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

#{form_for(@post, :method => :post, :action => Posts.r(:save)) do |f|
  f.input_hidden(:id)

  f.input_text('Title', :title)

  f.g.p('You can use Markdown when writing your post.')

  f.textarea('Body', :body, :rows => 15, :cols => 70)

  f.input_submit('Submit')
end}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ramaze-2023.01.06 examples/app/blog/view/form.xhtml
ramaze-2012.12.08 examples/app/blog/view/form.xhtml
ramaze-2012.12.08b examples/app/blog/view/form.xhtml
ramaze-2012.04.14 examples/app/blog/view/form.xhtml
ramaze-2012.03.07 examples/app/blog/view/form.xhtml
ramaze-2011.12.28 examples/app/blog/view/form.xhtml
ramaze-2011.10.23 examples/app/blog/view/form.xhtml