class RSS::TextInput
- RSS::TextInput
- RSS::Element
- Reference
- Object
Overview
The purpose of the
Defined in:
cryss/text_input.crConstructors
Instance Method Summary
-
#description : String
Explains the text input area.
- #description=(description : String)
-
#link : URI
The URL of the CGI script that processes text input requests.
- #link=(link : URI)
-
#name : String
The name of the text object in the text input area.
- #name=(name : String)
-
#title : String
The label of the Submit button in the text input area.
- #title=(title : String)
-
#to_xml(xml : XML::Builder)
Writes the generated XML to the provided xml builder.
Instance methods inherited from class RSS::Element
ns(name : String, &)
ns,
to_s(io : IO)
to_s,
to_xml(io : IO)to_xml(xml : XML::Builder) to_xml
Constructor Detail
def self.new(title : String, description : String, name : String, link : URI | String)
#
Instance Method Detail
def to_xml(xml : XML::Builder)
#
Description copied from class RSS::Element
Writes the generated XML to the provided xml builder.