CSSPlugin

class CSSPlugin(resourceFolder: String, fileNames: Set<String>) : KwebPlugin(source)

Add multiple CSS files to your Kweb app from your resources folder.

Author

Cyneath

Constructors

Link copied to clipboard
constructor(resourceFolder: String, fileName: String)
constructor(resourceFolder: String, fileNames: Set<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun appServerConfigurator(routeHandler: Routing)

Override this to add routes via KTor

Link copied to clipboard
open override fun decorate(doc: Document)

Override this to make changes to the initial HTML document

Link copied to clipboard
open fun elementCreationHook(element: Element)

Override this to execute code when a new element is created

Link copied to clipboard

Override this to provide JavaScript to be executed after page creation