@ServerSide @ExtensionPoint 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 %>
<script>alert('page loaded')</script>
<% end %>
<% content_for :footer do %>
<div>this is <b>my footer</b></div>
<% end %>
| Constructor and Description |
|---|
PageDecoration() |
getTemplate, getTemplatePath, loadTemplateFromCachepublic PageDecoration()
Copyright © 2009–2017 SonarSource. All rights reserved.