FormTarget

enum FormTarget : Enum<FormTarget> , DomAttribute

Form targets.

Entries

TOP
Link copied to clipboard
js
TOP("_top")
PARENT
Link copied to clipboard
js
PARENT("_parent")
SELF
Link copied to clipboard
js
SELF("_self")
BLANK
Link copied to clipboard
js
BLANK("_blank")

Properties

attributeName
Link copied to clipboard
js
open override val attributeName: String
attributeValue
Link copied to clipboard
js
open override val attributeValue: String
name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int