Sha256: 2d375356c829b6509c146745963714e409d239b43f4c006c7036c0b6804a41d8

Contents?: true

Size: 845 Bytes

Versions: 31

Compression:

Stored size: 845 Bytes

Contents

<!-- this placeholder word is replaced by the barcode in the bar_code.js script -->

<%= link_to 'Go', bar_code_path({:id => 'placeholder', :bar_code => {:force_show => true, :go_to_next_step => true}}), :class => "waves-effect waves-light btn", :id => "get_barcode_object", :remote => true %>

<form action="#">
    <p>
      <!-- if this is checked, then add force_show=true to the link as a query parameter -->
      <label>
        <input id="force_show" type="checkbox" />
        <span>Show BarCode Entry</span>
      </label>
    </p>
    <p>
      <!-- if this is checked, then add go_to_next_step=true to the link as a query parameter -->
      <!-- this is checked by default -->
      <label>
        <input id="go_to_next_step" type="checkbox" checked="checked" />
        <span>Go To Next Step</span>
      </label>
    </p>
</form>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.8 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.7 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.6 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.5 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.3 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.2 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.1 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.3.0 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.2.9 app/views/auth/shopping/bar_codes/_get_object_button.html.erb
wordjelly-auth-1.2.8 app/views/auth/shopping/bar_codes/_get_object_button.html.erb