class Opine::Window
Constants
- DEFAULTS
Attributes
content_view[RW]
frame[RW]
title[RW]
window[RW]
Public Instance Methods
table(resources, options={}, &block)
click to toggle source
# File lib/opine/widgets/table.rb, line 10 def table(resources, options={}, &block) "Opine::#{Opine::Application.theme.to_s.camelize}::Table".constantize.new(self,resources, options, &block) end