The following methods are used when a component is generated stand-alone (as a part of a HTML page)
Container for rendering
# File lib/netzke/embedding.rb, line 16 def js_component_html %{<div id="#{name.to_s.split('_').join('-')}-netzke" class="netzke-component"></div>} end
Generated with the Darkfish Rdoc Generator 2.