Method: AuthorEngine::Editor#button_up
- Defined in:
- lib/author_engine/containers/editor.rb
#button_up(id) ⇒ Object
91 92 93 94 95 |
# File 'lib/author_engine/containers/editor.rb', line 91 def (id) @buttons.each {|b| b.(id)} unless @locked @active_view.(id) if @active_view end |