Method: IsoDoc::HtmlFunction::Html#html_button

Defined in:
lib/isodoc/html_function/html.rb

#html_buttonObject



62
63
64
65
66
67
# File 'lib/isodoc/html_function/html.rb', line 62

def html_button
  return "" if @bare

  '<button onclick="topFunction()" id="myBtn" ' \
  'title="Go to top">Top</button>'.freeze
end