Sha256: 047d5dcabaf56a1cb2740515179142bfc3e0a00bb66a4d96134bd9c6d80d3867

Contents?: true

Size: 323 Bytes

Versions: 8

Compression:

Stored size: 323 Bytes

Contents

= b.title "Dialog Title"
- b.form_tag action: url_for(:dialog, format: :js) do |f|
  = f.hidden_field_tag :theme, params.theme
  = f.text_field_tag :name, "Some Name", label: "Name"  
  = f.text_area_tag :body, "Some text"
  = f.check_box_tag :valid, true, label: 'Valid'
  = f.line ok_button('Ok'), cancel_button('Cancel')

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rad_common_interface-0.0.14 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.13 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.12 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.11 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.10 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.9 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.8 app/views/rad/face/demo/dialogs/dialog_form.html.haml
rad_common_interface-0.0.7 app/views/rad/face/demo/dialogs/dialog_form.html.haml