Html Renderer
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun FlowContent.buildContentNode(node: ContentNode, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Link copied to clipboard
fun FlowContent.buildDefaultTable(node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Link copied to clipboard
Link copied to clipboard
open fun FlowContent.buildDivergentInstance(node: ContentDivergentInstance, pageContext: ContentPage)
Link copied to clipboard
open override fun FlowContent.buildDRILink(node: ContentDRILink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Link copied to clipboard
Link copied to clipboard
open fun FlowContent.buildGroup(node: ContentGroup, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Link copied to clipboard
open fun FlowContent.buildHeader(node: ContentHeader, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
open override fun FlowContent.buildHeader(level: Int, node: ContentHeader, content: FlowContent.() -> Unit)
Link copied to clipboard
Link copied to clipboard
open fun OL.buildListItems(items: List<ContentNode>, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
open fun UL.buildListItems(items: List<ContentNode>, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun FlowContent.buildPlatformDependent(content: PlatformHintedContent, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Link copied to clipboard
open fun FlowContent.buildResolvedLink(node: ContentResolvedLink, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Link copied to clipboard
open override fun FlowContent.buildResource(node: ContentEmbeddedResource, pageContext: ContentPage)
Link copied to clipboard
open override fun FlowContent.buildTable(node: ContentTable, pageContext: ContentPage, sourceSetRestriction: Set<DisplaySourceSet>?)
Link copied to clipboard
This is deliberately left open for plugins that have some other pages above ours and would like to link to them instead of ours when clicking the logo
Link copied to clipboard