Method: IsoDoc::HtmlFunction::Html#html_button
- Defined in:
- lib/isodoc/html_function/html.rb
#html_button ⇒ Object
62 63 64 65 66 67 |
# File 'lib/isodoc/html_function/html.rb', line 62 def return "" if '<button onclick="topFunction()" id="myBtn" ' \ 'title="Go to top">Top</button>'.freeze end |