Sha256: 4bac336d2d71eb00335a088ad7da748eb734ce7c11f93bad315bf576dac21181

Contents?: true

Size: 447 Bytes

Versions: 16

Compression:

Stored size: 447 Bytes

Contents

<div class="group-input-fields-content" data-callback-function="custom_field_text_box">
    <input type="text" 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 %>" <%= "readonly" if @field.options[:readonly].present? %> <%= "disabled" if @field.options[:disabled].present? %> />
</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_box.html.erb
camaleon_cms-2.1.2.0 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.1.1.4 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.1.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.1.0 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.0.4.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.0.4 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.0.3 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.0.2 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-2.0.1 app/views/camaleon_cms/admin/settings/custom_fields/fields/_text_box.html.erb
camaleon_cms-1.1.0 app/views/admin/settings/custom_fields/fields/text_box.html.erb
camaleon_cms-1.0.9 app/views/admin/settings/custom_fields/fields/text_box.html.erb
camaleon_cms-1.0.8 app/views/admin/settings/custom_fields/fields/text_box.html.erb
camaleon_cms-1.0.7 app/views/admin/settings/custom_fields/fields/text_box.html.erb
camaleon_cms-1.0.6 app/views/admin/settings/custom_fields/fields/text_box.html.erb
camaleon_cms-1.0.5 app/views/admin/settings/custom_fields/fields/text_box.html.erb