Sha256: f980a5a9a6513174f1531a8deb4604f9843bb1fdadccb7af46171aced9641d74
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 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>Category#edit</h1> <form class="edit_category" id="edit_category_3" action="/categories/3" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="_method" value="patch" /> <p> <label for="category_name">Name</label> <input type="text" value="category_2" name="category[name]" id="category_name" /> </p> <p> <label for="category_parent_id">Parent</label> <input data-pre="[{"id":1,"name":"wood"}]" value="1" id="category_parent_id" type="text" name="category[parent_id]" /><script type="text/javascript"> jQuery.noConflict(); jQuery(function() { jQuery('#category_parent_id').tokenInput('/categories/token', { crossDomain: false, tokenLimit: 1, preventDuplicates: true, prePopulate: jQuery('#parent_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> </p> <input type="submit" name="commit" value="Update Category" /> </form><a href="/categories">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-48.062.html |