Table of Contents

Class HtmlAttributesGlobal

Namespace
Contensive.CPBase.BaseModels
Assembly
CPBase.dll

Attributes avalable for all html5 elements

public class HtmlAttributesGlobal
Inheritance
HtmlAttributesGlobal
Derived
Inherited Members

Properties

accesskey

Specifies a shortcut key to activate/focus an element

public string accesskey { get; set; }

Property Value

string

class

Specifies one or more classnames for an element (refers to a class in a style sheet)

public string @class { get; set; }

Property Value

string

contenteditable

Specifies whether the content of an element is editable or not

public bool contenteditable { get; set; }

Property Value

bool

data

Used to store custom data private to the page or application

public List<KeyValuePair<string, string>> data { get; set; }

Property Value

List<KeyValuePair<string, string>>

dir

Specifies the text direction for the content in an element

public string dir { get; set; }

Property Value

string

draggable

Specifies whether an element is draggable or not

public bool draggable { get; set; }

Property Value

bool

dropzone

Specifies whether the dragged data is copied, moved, or linked, when dropped

public string dropzone { get; set; }

Property Value

string

hidden

Specifies that an element is not yet, or is no longer, relevant

public bool hidden { get; set; }

Property Value

bool

id

Specifies a unique id for an element

public string id { get; set; }

Property Value

string

lang

Specifies the language of the element's content

public string lang { get; set; }

Property Value

string

onabort

public string onabort { get; set; }

Property Value

string

onafterprint

public string onafterprint { get; set; }

Property Value

string

onbeforeprint

public string onbeforeprint { get; set; }

Property Value

string

onbeforeunload

public string onbeforeunload { get; set; }

Property Value

string

onblur

public string onblur { get; set; }

Property Value

string

oncanplay

public string oncanplay { get; set; }

Property Value

string

oncanplaythrough

public string oncanplaythrough { get; set; }

Property Value

string

onchange

public string onchange { get; set; }

Property Value

string

onclick

public string onclick { get; set; }

Property Value

string

oncontextmenu

public string oncontextmenu { get; set; }

Property Value

string

oncopy

public string oncopy { get; set; }

Property Value

string

oncuechange

public string oncuechange { get; set; }

Property Value

string

oncut

public string oncut { get; set; }

Property Value

string

ondblclick

public string ondblclick { get; set; }

Property Value

string

ondrag

public string ondrag { get; set; }

Property Value

string

ondragend

public string ondragend { get; set; }

Property Value

string

ondragenter

public string ondragenter { get; set; }

Property Value

string

ondragleave

public string ondragleave { get; set; }

Property Value

string

ondragover

public string ondragover { get; set; }

Property Value

string

ondragstart

public string ondragstart { get; set; }

Property Value

string

ondrop

public string ondrop { get; set; }

Property Value

string

ondurationchange

public string ondurationchange { get; set; }

Property Value

string

onemptied

public string onemptied { get; set; }

Property Value

string

onended

public string onended { get; set; }

Property Value

string

onerror

public string onerror { get; set; }

Property Value

string

onfocus

public string onfocus { get; set; }

Property Value

string

onhashchange

public string onhashchange { get; set; }

Property Value

string

oninput

public string oninput { get; set; }

Property Value

string

oninvalid

public string oninvalid { get; set; }

Property Value

string

onkeydown

public string onkeydown { get; set; }

Property Value

string

onkeypress

public string onkeypress { get; set; }

Property Value

string

onkeyup

public string onkeyup { get; set; }

Property Value

string

onload

public string onload { get; set; }

Property Value

string

onloadeddata

public string onloadeddata { get; set; }

Property Value

string

onloadedmetadata

public string onloadedmetadata { get; set; }

Property Value

string

onloadstart

public string onloadstart { get; set; }

Property Value

string

onmessage

public string onmessage { get; set; }

Property Value

string

onmousedown

public string onmousedown { get; set; }

Property Value

string

onmousemove

public string onmousemove { get; set; }

Property Value

string

onmouseout

public string onmouseout { get; set; }

Property Value

string

onmouseover

public string onmouseover { get; set; }

Property Value

string

onmouseup

public string onmouseup { get; set; }

Property Value

string

onmousewheel

public string onmousewheel { get; set; }

Property Value

string

onoffline

public string onoffline { get; set; }

Property Value

string

ononline

public string ononline { get; set; }

Property Value

string

onpagehide

public string onpagehide { get; set; }

Property Value

string

onpageshow

public string onpageshow { get; set; }

Property Value

string

onpaste

public string onpaste { get; set; }

Property Value

string

onpause

public string onpause { get; set; }

Property Value

string

onplay

public string onplay { get; set; }

Property Value

string

onplaying

public string onplaying { get; set; }

Property Value

string

onpopstate

public string onpopstate { get; set; }

Property Value

string

onprogress

public string onprogress { get; set; }

Property Value

string

onratechange

public string onratechange { get; set; }

Property Value

string

onreset

public string onreset { get; set; }

Property Value

string

onresize

public string onresize { get; set; }

Property Value

string

onscroll

public string onscroll { get; set; }

Property Value

string

onsearch

public string onsearch { get; set; }

Property Value

string

onseeked

public string onseeked { get; set; }

Property Value

string

onseeking

public string onseeking { get; set; }

Property Value

string

onselect

public string onselect { get; set; }

Property Value

string

onstalled

public string onstalled { get; set; }

Property Value

string

onstorage

public string onstorage { get; set; }

Property Value

string

onsubmit

public string onsubmit { get; set; }

Property Value

string

onsuspend

public string onsuspend { get; set; }

Property Value

string

ontimeupdate

public string ontimeupdate { get; set; }

Property Value

string

onunload

public string onunload { get; set; }

Property Value

string

onvolumechange

public string onvolumechange { get; set; }

Property Value

string

onwaiting

public string onwaiting { get; set; }

Property Value

string

onwheel

public string onwheel { get; set; }

Property Value

string

spellcheck

Specifies whether the element is to have its spelling and grammar checked or not

public bool spellcheck { get; set; }

Property Value

bool

style

Specifies an inline CSS style for an element

public string style { get; set; }

Property Value

string

tabindex

Specifies the tabbing order of an element

public string tabindex { get; set; }

Property Value

string

title

Specifies extra information about an element

public string title { get; set; }

Property Value

string

translate

Specifies whether the content of an element should be translated or not

public bool translate { get; set; }

Property Value

bool