Skip to content

Instantly share code, notes, and snippets.

@bjc
Created October 2, 2008 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjc/14385 to your computer and use it in GitHub Desktop.
Save bjc/14385 to your computer and use it in GitHub Desktop.
<% popup_menu_view :switchboard_add_menu,
:class => 'menu',
:style => 'padding: 0',
:pane => :menu do -%>
<%= menu_item_view :label => 'Add Contact...',
:target => 'BF.switchboardController',
:action => 'showAddContact' -%>
<% end -%>
<%= popup_button_view :title => '+',
:theme => :square,
:menu => 'switchboardAddMenu' -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment