Method: UiBibz::Ui::Core::Windows::Modal#body

Defined in:
lib/ui_bibz/ui/core/windows/modal.rb

#body(content = nil, options = nil, html_options = nil, &block) ⇒ Object



84
85
86
# File 'lib/ui_bibz/ui/core/windows/modal.rb', line 84

def body(content = nil, options = nil, html_options = nil, &block)
  @body = UiBibz::Ui::Core::Windows::Components::ModalBody.new(content, options, html_options, &block)
end