effective_form_inputs 0.8.16 → 0.8.17
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fd4390225a4f50443ae627c21542ad1d096b088
|
4
|
+
data.tar.gz: abe4caadf9b054f84439c402324904c3c72cf88c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 916ff497eff505d65e78f9f1630ef416ca5ace3f4f4046c5d7be17a3abb6eb55d143ad1115e9677213af292b588ce89eeac824f09d8e2ad6ee853b87162390a4
|
7
|
+
data.tar.gz: ebd4ce4227044ccd480a1d541c93dc5f2bbbe061e06d9464d3521633488f1a2d28d92414adca6fa0a134ca6c326143643c81b93167341a8c6389055eddd9b6c9
|
@@ -2,31 +2,3 @@
|
|
2
2
|
|
3
3
|
= form_for Effective::StyleGuide.new(:category => 'Category 2'), :url => '/' do |f|
|
4
4
|
= f.effective_ckeditor_text_area :content
|
5
|
-
|
6
|
-
/ = f.input :updated_at, as: :effective_date_picker
|
7
|
-
/ = f.input :updated_at, as: :effective_date_time_picker
|
8
|
-
/ = f.input :price, as: :effective_price
|
9
|
-
/ = f.input :category, as: :effective_select, collection: 10.times.map { |x| "Category #{x}"}
|
10
|
-
/ = f.input :number, as: :effective_tel
|
11
|
-
|
12
|
-
/ = f.date_field :updated_at, :class => 'my-class'
|
13
|
-
/ = f.effective_date_picker :updated_at, :class => 'my-class'
|
14
|
-
/ %hr
|
15
|
-
/ = f.datetime_field :updated_at
|
16
|
-
/ = f.effective_date_time_picker :updated_at
|
17
|
-
/ %hr
|
18
|
-
/ = f.select :category, 10.times.map { |x| "Category #{x}"}, {:include_blank => true}, {:class => 'my-class'}
|
19
|
-
/ = f.effective_select :category, 10.times.map { |x| "Category #{x}"}, {:include_blank => true}, {:class => 'my-class'}
|
20
|
-
/ %hr
|
21
|
-
/ = f.select :category, 10.times.map { |x| "Category #{x}"}, {:multiple => true}, {:class => 'my-class'}
|
22
|
-
/ = f.effective_select :category, 10.times.map { |x| "Category #{x}"}, {:multiple => true}, {:class => 'my-class'}
|
23
|
-
/ %hr
|
24
|
-
/ = f.effective_static_control :static_text, :value => 'this is static control value', :class => 'my-class'
|
25
|
-
|
26
|
-
|
27
|
-
/= f.text_field :title, :class => 'my-text-field'
|
28
|
-
/= f.datetime_field :updated_at, :class => 'my-updated-at-class', :something => 'cool'
|
29
|
-
/= f.effective_date_time_picker :updated_at, :class => 'my-updated-at-class', :something => 'cool'
|
30
|
-
|
31
|
-
/= f.select :category, 10.times.map { |x| "Category #{x}"}, {:include_blank => true}, {:class => 'myclass'}
|
32
|
-
/= f.effective_select :category, 10.times.map { |x| "Category #{x}"}, {:include_blank => false}, {:class => 'myclass'}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_form_inputs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|