Method: LatoView::Interface::Navigation#view_setCurrentVoice
- Defined in:
- lib/lato_view/interface/navigation.rb
#view_setCurrentVoice(unique_name) ⇒ Object
This function is used to set active the sidebar menu voice with the key set as params.
7 8 9 |
# File 'lib/lato_view/interface/navigation.rb', line 7 def view_setCurrentVoice(unique_name) @view_navbar_unique_name = unique_name end |