Displaying 2 results from an estimated 2 matches for "options_menu".
Did you mean:
options_deny
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...Tree Control for the Content Pane")
+ view_menu.append( ID_NotebookContent,
+ "Use a wxAuiNotebook control for the Content Pane")
+ view_menu.append(ID_SizeReportContent,
+ "Use a Size Reporter for the Content Pane")
+
+ options_menu = Wx::Menu.new
+ # Hints
+ options_menu.append_radio_item( ID_TransparentHint,
+ "Transparent Hint")
+ options_menu.append_radio_item( ID_VenetianBlindsHint,
+ "Venetian Blinds Hint")
+ options_m...
2011 Apr 05
0
block method output is generating twice
...blank? ? "-" :
c.object.contact.phones.first.phone_number } %>
<%= l.column { |c| c.object.contact.emails.blank? ? "-" :
c.object.contact.emails.first.email } %>
<%= l.column { |c| c.object.company.title } %>
<%= l.column do |c| %>
<%= options_menu do |m| %>
<%= m.item link_to ''Show'', lead_path(c.object) %>
<%= m.item link_to ''Edit'', edit_lead_path(c.object) %>
<%= m.item link_to ''New Note'', "leads/#{c.object.id}/notes/
new",...