Sha256: 0a7b3940bcc71c46c4b74d3bce1da3fc9e449232318c2384df350a622f619965

Contents?: true

Size: 376 Bytes

Versions: 16

Compression:

Stored size: 376 Bytes

Contents

<%= select_tag(
  "element_from_page_#{@page_id}_to_link",
  options_for_select(@elements.collect{ |m| [m.display_name_with_preview_text.html_safe, "##{m.dom_id}"] }),
  prompt: _t(:choose_element_to_link),
  class: "elements_from_page_selector alchemy_selectbox",
  onchange: "jQuery('#page_anchor').val(value)",
  title: _t(:choose_element_as_target),
  autofocus: true
) %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.9.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.8.3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.5 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.6.3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.4 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.8.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.8.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.7.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/elements/_elements_select.html.erb