Method: IsoDoc::HtmlFunction::Html#html_button
- Defined in:
- lib/isodoc/html_function/html.rb
#html_button ⇒ Object
121 122 123 124 |
# File 'lib/isodoc/html_function/html.rb', line 121 def () '<button onclick="topFunction()" id="myBtn" '\ 'title="Go to top">Top</button>'.freeze end |