Content
FramesNo Frames

Page Tree

  • ${core:capturePageInBook()}
  • Functions
  • Taglib Reference
  • Taglib
  • Core
  • SemanticCMS
  • ${core:capturePage()}
  • ${core:captureContentRoot()}
  • ${core:getCaptureLevel()}
  • ${core:getPageIndex()}
  • ${core:convertPageDagToList()}
  • ${core:getFileInBook()}
  • ${core:getFile()}
  • ${core:getExeFileInBook()}
  • ${core:getExeFile()}
  • ${core:encodeUrlParam()}
  • ${core:getRefId()}
  • ${core:ceil()}
  • ${core:floor()}
  • ${core:parseQueryString()}
  • ${core:repeat()}
  • ${core:getBook()}
  • ${core:encodeHexData()}
  • ${core:isExporting()}
  • ${core:findCopyright()}
  • ${core:findAuthors()}
  • ${core:findAllowRobots()}
  • ${core:hasChild()}
  • ${core:hasElement()}
  • ${core:findTopLevelElements()}
  • ${core:filterElements()}
  • ${core:isViewApplicable()}
  • ${core:getViewLinkCssClass()}
  • ${core:getViewLinkParams()}
  • ${core:getViewCopyright()}
  • ${core:getViewAuthors()}
  • ${core:getViewTitle()}
  • ${core:getViewLinks()}
  • ${core:getViewAllowRobots()}
  • ${core:getLinkCssClass()}
  • ${core:mergeGlobalAndViewScripts()}
  • ${core:getShortTitle()}

${core:getRefIdInPage()}

November 11, 2016

Gets an id for use in referencing the given page.

If the page is part of a page index, such as in a combined view, will be page${pageNum}-${id}. Otherwise, the id is unchanged.

Example

${core:getRefIdInPage(page, id)}

Function Information

Function Class: com.semanticcms.core.taglib.Functions
Function Signature: java.lang.String getRefIdInPage(com.semanticcms.core.model.Page, java.lang.String)
Display Name: None