文件名称:formtastic_autocomplete:Formtastic 表单字段的 Ruby 自动完成
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-18 06:46:29
Ruby
格式自动完成 formtastic_autocomplete是一个 gem,可以使用 jQuery 自动完成输入。 安装 将此行添加到应用程序的 Gemfile 中: gem 'formtastic_autocomplete' 然后执行: $ bundle 或者自己安装: $ gem install formtastic_autocomplete 用法 通过链轮要求application.js (或其他首选)文件中的 Javascript: //= require formtastic_autocomplete (可选)在application.css.scss (或其他首选)文件中导入 CSS。 对于基于链轮的应用程序: //= require formtastic_autocomplete 对于 SCSS 导入: @ import 'formtastic_a
【文件预览】:
formtastic_autocomplete-master
----.gitignore(154B)
----README.md(2KB)
----Gemfile(108B)
----.rspec(8B)
----spec()
--------support()
--------formtastic()
--------spec_helper.rb(896B)
----LICENSE.txt(1KB)
----lib()
--------formtastic()
--------formtastic_autocomplete.rb(410B)
--------formtastic_autocomplete()
----formtastic_autocomplete.gemspec(1KB)
----Rakefile(28B)
----assets()
--------javascripts()
--------stylesheets()