Method: Vedeu::Interfaces::Interface#show
- Defined in:
- lib/vedeu/interfaces/interface.rb
#show ⇒ void
This method returns an undefined value.
Show the named interface.
Will show the named interface. If the interface is currently visible, it will be refreshed- showing any new content available. To hide the interface, the ‘:hide_interface’ event should be triggered. Triggering the ‘:show_group’ event to which this named interface belongs will also show the interface.
121 122 123 124 125 |
# File 'lib/vedeu/interfaces/interface.rb', line 121 def show super Vedeu.trigger(:_refresh_view_, name) end |