Class: Redmine::Helpers::Gantt::PDF

Inherits:
Object
  • Object
show all
Defined in:
lib/redmine/helpers/gantt.rb

Overview

Some utility methods for the PDF export

Constant Summary collapse

MaxCharactorsForSubject =
45
TotalWidth =
280
LeftPaneWidth =
100

Class Method Summary collapse

Class Method Details

.right_pane_widthObject



46
47
48
# File 'lib/redmine/helpers/gantt.rb', line 46

def self.right_pane_width
  TotalWidth - LeftPaneWidth
end