Sha256: 3d30e5c97d93af1188d448612dafd013f0cb13c79d4ac4e8c1682edef502dbad
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link rel="stylesheet" media="all" href="/assets/application.css" /> <script src="/assets/application.js"></script> </head> <body> <h1>Item#edit</h1> <form novalidate="novalidate" class="simple_form edit_item" id="edit_item_1" action="/items/1" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="_method" value="patch" /> <div class="input string optional item_name"><label class="string optional control-label" for="item_name">Name</label><input class="string optional" type="text" value="item" name="item[name]" id="item_name" /></div> <div class="input token optional item_category_id"><label class="token optional control-label" for="item_category_id">Category</label><input data-pre="[{"id":1,"name":"shoes"}]" value="1" id="item_category_id" type="text" name="item[category_id]" /><script type="text/javascript"> jQuery.noConflict(); jQuery(function() { jQuery('#item_category_id').tokenInput(function() { return '/categories/token'; }, { crossDomain: false, tokenLimit: 1, preventDuplicates: true, prePopulate: jQuery('#category_id').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></div> <input type="submit" name="commit" value="Update Item" /> </form><a href="/items">Listing</a> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
token_field-2.0.0 | spec/dummy/tmp/capybara/screenshot_2015-10-26-19-41-28.006.html |