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

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

Trait for the attribute readonly

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Readonly for Input[src]

impl Readonly for Textarea[src]

Loading content...