Module: LatoView::Interface::Navigation
- Included in:
- LatoView::Interface
- Defined in:
- lib/lato_view/interface/navigation.rb
Overview
This module contains function for the navigationbar.
Instance Method Summary collapse
-
#view_setCurrentVoice(unique_name) ⇒ Object
This function is used to set active the sidebar menu voice with the key set as params.
Instance Method Details
#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 |