This class is a storate container for all data related to a scale step of a GanttChart header.
# File lib/taskjuggler/reports/GanttHeaderScaleItem.rb, line 28 def to_html div = XMLElement.new('div', 'class' => 'tabhead', 'style' => "font-weight:bold; position:absolute; " + "left:#{@x}px; top:#{@y}px; width:#{@width}px; height:#{@height}px; ") div << (div1 = XMLElement.new('div', 'style' => 'padding:3px; ')) div1 << XMLText.new("#{label}") div end
Generated with the Darkfish Rdoc Generator 2.