Sha256: 7011da4d65b08f35545f12c75f623207b9e638a349cc65724a442ad65f937eee
Contents?: true
Size: 455 Bytes
Versions: 20
Compression:
Stored size: 455 Bytes
Contents
require 'omf-web/tab/two_column/two_column_service' # This tab displays multiple widgets in a 2 column arrangement # where the +left+ column is stacking multiple widgets as is # the +right+. # OMF::Web::Tab.register_tab( :id => :two_column, :priority => 200, :def_enabled => false, :class => OMF::Web::Tab::TwoColumn::TwoColumnService, :topts => { :layout => :r_66_33, # :left => [], # :right => [] } )
Version data entries
20 entries across 20 versions & 1 rubygems