Method: Buby::MessageEditorTab#setMessage
- Defined in:
- lib/buby/message_editor_tab.rb
#setMessage(content, isRequest) ⇒ Object
Deprecated.
This will become a raw version/proxied version pair like ContextMenuFactory#createMenuItems in 2.0.
The hosting editor will invoke this method to display a new message or to clear the existing message. This method will only be called with a new message if the tab has already returned true
to a call to #isEnabled with the same message details.
80 |
# File 'lib/buby/message_editor_tab.rb', line 80 def setMessage(content, isRequest); raise NotImplementedError; end |