ElementStyle

for style, i want to be able to set it with a string like a plain attribute, but also be able to do properties Javascript style.

struct ElementStyle {
Element _element;
}

Alias This

_attribute

Mixed In Members

From mixin JavascriptStyleDispatch!()

opDispatch
string opDispatch(string v)
opIndex
string opIndex(string key)
opIndexAssign
string opIndexAssign(string value, string field)

See Also

Suggestion Box / Bug Report