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 |