Package-level declarations
The top-level Kweb classes along with much of the Kweb DSL reside in this package.
Types
Represents a DOM Element in a remote browser window.
https://www.w3schools.com/tags/tag_textarea.asp
Abstract class for the various elements that have a value
attribute and which support change
and input
events.
A conduit for communicating with a remote web browser, can be used to execute JavaScript and evaluate JavaScript expressions and retrieve the result.
Properties
Functions
Create a FileReader
Kweb normally calls this function on initialization. If you provide a buildpage, regardless of whether it's initialized as a standalone, or Ktor Feature.
A convenience wrapper around new which allows a nested DSL-style syntax
Render each element of a List
Allows for defining Kweb responses inlined in Ktor routing code
If you were previously using Kweb routes and you want to switch to Ktor, this is for you. You can copy your previous path receivers and they will be run the same way as before,
Route extension
https://www.w3schools.com/tags/tag_textarea.asp
Viewport and related classes *