Sha256: e890bbbcc60c553e9ee550d5fbccbc35bf1cd9838ee0f9fa687fb36e8343a0f5

Contents?: true

Size: 455 Bytes

Versions: 16

Compression:

Stored size: 455 Bytes

Contents

<div class="group-input-fields-content" data-callback-function="custom_field_text_area">
  <textarea name="<%= @field_name %>[<%= @field.slug %>][values][]" class="form-control input-value <%= 'is_translate' if @field.options[:translate].to_s.to_bool %> <%= "required" if @field.options[:required].to_s.to_bool %>" rows="6" <%= "readonly" if @field.options[:readonly].present? %> <%= "disabled" if @field.options[:disabled].present? %>></textarea>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
camaleon_cms-2.1.2.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.1.2.0 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.1.1.4 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.1.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.1.0 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.0.4.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.0.4 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.0.3 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.0.2 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-2.0.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_area.html.erb
camaleon_cms-1.1.0 app/views/admin/settings/custom_fields/fields/text_area.html.erb
camaleon_cms-1.0.9 app/views/admin/settings/custom_fields/fields/text_area.html.erb
camaleon_cms-1.0.8 app/views/admin/settings/custom_fields/fields/text_area.html.erb
camaleon_cms-1.0.7 app/views/admin/settings/custom_fields/fields/text_area.html.erb
camaleon_cms-1.0.6 app/views/admin/settings/custom_fields/fields/text_area.html.erb
camaleon_cms-1.0.5 app/views/admin/settings/custom_fields/fields/text_area.html.erb