Gets all elements in the page (including all child elements) that are of the given type, in the order they were declared in the page.
Example
${core:filterElements(page, elementType)}
Function Information
Function Class: | com.semanticcms.core.taglib.Functions |
---|---|
Function Signature: | java.util.List<? extends com.semanticcms.core.model.Element> filterElements(com.semanticcms.core.model.Page, java.lang.String) |
Display Name: | None |