Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created October 14, 2008 11:16
Show Gist options
  • Save mauritslamers/16700 to your computer and use it in GitHub Desktop.
Save mauritslamers/16700 to your computer and use it in GitHub Desktop.
<% popup_button_view :popup_test, :title => 'TestMenuPopup' do %>
<% popup_menu_view :popup_test_menu, :paneType => 'menu' do %>
<%= menu_item_view :menu_item_one, :label => 'test1' %>
<%= menu_item_view :menu_item_two, :label => 'test2' %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment