Sha256: c0632e86347e362386786a1f107ab92c16ad618e6c366cc720d2e7973cfe6249

Contents?: true

Size: 922 Bytes

Versions: 8

Compression:

Stored size: 922 Bytes

Contents

= b.divider "Context Menu"
%a{href: "#", class: "the_context_menu_button", "data-content_id" => "add_content_menu"}
  Add
#add_content_menu.hidden
  %a{href: "#"} Page
  %a{href: "#"} Note
  %a{href: "#"} File
  
= b.divider "Dialog"
= link_to('Show Dialog', :dialog_form, format: :js, theme: params.theme)

= b.divider "Images"
- b.text do
  %a{href: url_for("/static/demo/images/img1.jpg")}
    %img{src: url_for("/static/demo/images/img1_icon.jpg")}
  %a{href: url_for("/static/demo/images/img2.jpg")}
    %img{src: url_for("/static/demo/images/img2_icon.jpg")}
  %a{href: url_for("/static/demo/images/img3.jpg")}
    %img{src: url_for("/static/demo/images/img3_icon.jpg")}
  %a{href: url_for("/static/demo/images/img_big.jpg")}
    %img{src: url_for("/static/demo/images/img_big_icon.jpg")}    
  .clear  
  
  Use Left/Right arrows to navigate between images.

= b.divider "In-place editor"
= render 'inplace/element'

Version data entries

8 entries across 8 versions & 1 rubygems

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