Method: SWS::ImageButton#append_to_response
- Defined in:
- lib/sws/Core/components/ImageButton/ImageButton.rb
#append_to_response(response) ⇒ Object
Appends #generate_html() output to response
45 46 47 |
# File 'lib/sws/Core/components/ImageButton/ImageButton.rb', line 45 def append_to_response ( response ) response << generate_html() end |