Sha256: d9994861b2df70a42fd46d730145e3915cac1f2dea6ec638f9a638115199b76a

Contents?: true

Size: 381 Bytes

Versions: 12

Compression:

Stored size: 381 Bytes

Contents

<%= select_tag(
  "element_from_page_#{@page_id}_to_link",
  options_for_select(@elements.collect{ |m| [m.display_name_with_preview_text, "##{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

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/elements/_elements_select.html.erb