TextInput

data class TextInput(    var description: String,     var link: String,     var name: String,     var title: String)

A channel may optionally contain a sub-element, which contains four required sub-elements.

The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.

Constructors

Link copied to clipboard
fun TextInput(    description: String,     link: String,     name: String,     title: String)

Properties

Link copied to clipboard
var description: String

<description> -- Explains the text input area.

Link copied to clipboard
var link: String

<link> -- The URL of the CGI script that processes text input requests.

Link copied to clipboard
var name: String

<name> -- The name of the text object in the text input area.

Link copied to clipboard
var title: String

<title> -- The label of the Submit button in the text input area.

Sources

Link copied to clipboard