Sha256: 517476632db081f7a28a163eee3f0cf4de67faf79b5d764af72a3315158411d2

Contents?: true

Size: 141 Bytes

Versions: 7

Compression:

Stored size: 141 Bytes

Contents

class PrintView < View
  include PrintButton

  def layout
    @order = 50
    gui_vbox do
      show_print :print_student
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qooxview-1.9.1312 test/views/print.rb
qooxview-1.9.13.pre.12 test/views/print.rb
qooxview-1.9.13.pre.11 test/views/print.rb
qooxview-1.9.13.pre.10 test/views/print.rb
qooxview-1.9.11 test/views/print.rb
qooxview-1.9.10 test/views/print.rb
qooxview-1.9.9 test/views/print.rb