Sha256: 6c370d8ba0f389408cceced7dee4107e902e713c9e0518c1869827262fa6ae02

Contents?: true

Size: 383 Bytes

Versions: 9

Compression:

Stored size: 383 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

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/elements/_elements_select.html.erb