[][src]Trait valerie::html::attributes::Tabindex

pub trait Tabindex: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute tabindex

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl<T> Tabindex for T where
    T: HtmlElement
[src]

Loading content...