public abstract class PageDecoration extends AbstractRubyTemplate
script : javascript headerstyle : CSS headerheader : area over the black top navigation barfooter : area below the main pagesidebar : area in the sidebar between the menu and the sonar logoExample of template:
<% content_for :script do %> <% end %> <% content_for :footer do %>this is my footer<% end %>
| Constructor and Description |
|---|
PageDecoration() |
getTemplate, getTemplatePath, loadTemplateFromCachepublic PageDecoration()
Copyright © 2009–2015 SonarSource. All rights reserved.