Sha256: 5020eda151a5f9cd448847b8b8d7f43159a346d67aac864c624c1aaa42e18651

Contents?: true

Size: 341 Bytes

Versions: 13

Compression:

Stored size: 341 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",
  :onchange => "jQuery('#page_anchor').val(value)",
  :title => t("choose_element_as_target")
) %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
alchemy_cms-2.1.5 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.beta6 app/views/alchemy/admin/elements/_elements_select.html.erb
alchemy_cms-2.1.beta5 app/views/alchemy/admin/elements/_elements_select.html.erb