cytoplasm 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -171,7 +171,7 @@
171
171
  });
172
172
  },
173
173
  resize:function(width){
174
- if (width==null) width = "100%";
174
+ if (width==null) width = settings.widget.table.css.width;
175
175
  return this.each(function(){
176
176
  var $this = $(this);
177
177
  var settings = $this.data('cytoTable');
@@ -0,0 +1,5 @@
1
+ # CytoField Helpers
2
+ def CytoField(name,value=nil,options={})
3
+ options = Cytoplasm::addClass(options,"cytoField")
4
+ text_field_tag(name,value,options)
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Cytoplasm
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cytoplasm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-24 00:00:00.000000000 Z
12
+ date: 2013-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -174,6 +174,7 @@ files:
174
174
  - lib/cytoplasm/ajax.rb
175
175
  - lib/cytoplasm/plugins/button.rb
176
176
  - lib/cytoplasm/plugins/colorpicker.rb
177
+ - lib/cytoplasm/plugins/field.rb
177
178
  - lib/cytoplasm/plugins/radio.rb
178
179
  - lib/cytoplasm/plugins/select.rb
179
180
  - lib/cytoplasm/plugins/slider.rb
@@ -471,7 +472,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
471
472
  version: '0'
472
473
  segments:
473
474
  - 0
474
- hash: 4216613675448058037
475
+ hash: -2204795588863310789
475
476
  required_rubygems_version: !ruby/object:Gem::Requirement
476
477
  none: false
477
478
  requirements:
@@ -480,7 +481,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
480
481
  version: '0'
481
482
  segments:
482
483
  - 0
483
- hash: 4216613675448058037
484
+ hash: -2204795588863310789
484
485
  requirements: []
485
486
  rubyforge_project:
486
487
  rubygems_version: 1.8.24