Sha256: 4c6e3de47ab7d66dcaa2dd1175b253a2de346f3c78a609495de0336967e1d25b

Contents?: true

Size: 359 Bytes

Versions: 24

Compression:

Stored size: 359 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")
) %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.12 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/elements/_elements_select.html.erb