class SiSU_HTML_Format::HeadScroll

Public Class Methods

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

Public Instance Methods

toc_owner_details() click to toggle source
# File lib/sisu/html_format.rb, line 821
    def toc_owner_details
      %{#{the_margin.txt_3}
#{the_font.paragraph_font_small}
  <a href="#owner.details">
    Owner Details
    <font size="1" color="#777777">
      &nbsp;&nbsp;&nbsp;
    </font>
  </a>
  </font>
#{the_table_close}}
    end