Sha256: cf68ad581a825989eb753ca0f7074e84fdabba814836c5ed3db99399e9e762c5
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 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>Category#new</h1> <form accept-charset="UTF-8" action="/categories" class="new_category" id="new_category" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div> <p> <label for="category_name">Name</label> <input id="category_name" name="category[name]" size="30" type="text" /> </p> <p> <label for="category_parent_id">Parent</label> <input data-pre="[]" id="category_parent_id" name="category[parent_id]" size="30" type="text" value="" /><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 name="commit" type="submit" value="Create 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-27-15-00-07.504.html |