class SiSU_XHTML_EPUB2_Format::HeadScroll

Public Class Methods

new(md) click to toggle source
Calls superclass method SiSU_XHTML_EPUB2_Format::HeadToc::new
# File lib/sisu/xhtml_epub2_format.rb, line 1844
def initialize(md)
  super(md)
end

Public Instance Methods

toc_owner_details() click to toggle source
# File lib/sisu/xhtml_epub2_format.rb, line 1847
    def toc_owner_details
      %{#{the_margin.txt_3}
#{the_font.paragraph_font_small}
  <a href="#owner.details">
    Owner Details
    <font size="1" color="#777777">
      #{$ep[:hsp]*3}
    </font>
  </a>
  </font>
#{the_table_close}}
    end