Sha256: 82833e9bd231c488079d465c393d463d2ca4b82805386682a61742484dd50392
Contents?: true
Size: 1.94 KB
Versions: 2
Compression:
Stored size: 1.94 KB
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" /> <script src="/assets/application.js" type="text/javascript"></script> </head> <body> <h1>Product#edit</h1> <form accept-charset="UTF-8" action="/products/1" class="edit_product" id="edit_product_1" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="_method" type="hidden" value="put" /></div> <p> <label for="product_name">Name</label> <input id="product_name" name="product[name]" size="30" type="text" value="product" /> </p> <p> <label for="product_category_ids">Category ids</label> <input data-pre="[{"id":1,"name":"shoes"},{"id":3,"name":"pents"}]" id="product_category_ids_1" name="product[category_ids]" size="30" type="text" value="1,3" /><script type="text/javascript"> jQuery.noConflict(); jQuery(function() { jQuery('#product_category_ids_1').tokenInput('/categories/token', { crossDomain: false, tokenLimit: null, preventDuplicates: true, prePopulate: jQuery('#category_ids').data('pre'), theme: 'facebook', hintText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.hint_text">Hint Text</span>', searchingText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.searching_text">Searching Text</span>', noResultsText: '<span class="translation_missing" title="translation missing: en.helpers.token_field.no_results_text">No Results Text</span>', onAdd: false, onDelete: false }); }); </script> </p> <input name="commit" type="submit" value="Update Product" /> </form><a href="/products">Listing</a> </body> </html>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
token_field-2.0.0 | spec/dummy/tmp/capybara/screenshot_2015-10-27-15-00-04.841.html |
token_field-2.0.0 | spec/dummy/tmp/capybara/screenshot_2015-10-27-15-05-11.636.html |