On Tuesday, February 7, 2012 10:31:39 AM UTC-5, Detectedstealth wrote:
>
> Removing {{=response.toolbar()}} just prevents it from showing, or does it
> actually disable it from being called in the background and assigned to the
> response object?
>
.toolbar() is a method that is called to generate the toolbar -- if you
remove {{=response.toolbar()}}, the method never gets called and no toolbar
is generated. Nothing gets assigned to the response object at all, even
when the method is called -- the method simply returns the HTML helpers to
generate the toolbar, which gets serialized to HTML in the view.
Anthony