{namespace Confluence.Templates.SelectGrid} /** * The outline for the Select Grid. */ {template .gridOutline}
{/template} /** * A cell with a link in the Select Grid table. * * @param outerClass CSS class for the element * @param innerClass CSS class for the element * @param href href for the link * @param title text for the link tooltip * @param text text to be shown in the cell */ {template .cellWithLink} {$text} {/template} /** * A cell without a link in the Select Grid table * * @param outerClass CSS class for the element * @param innerClass CSS class for the element * @param title text for the link tooltip * @param text text to be shown in the cell */ {template .cellWithoutLink} {$text} {/template}