Trait gxi_web_binds::GlobalAttributes[][src]

pub trait GlobalAttributes: Node {
Show methods fn inner_html(&self, str: &str) { ... }
fn accesskey(&self, value: &str) { ... }
fn autocapitalize(&self, value: &str) { ... }
fn class(&self, value: &str) { ... }
fn contenteditable(&self, value: &str) { ... }
fn dir(&self, value: &str) { ... }
fn draggable(&self, value: &str) { ... }
fn enterkeyhint(&self, value: &str) { ... }
fn hidden(&self, value: &str) { ... }
fn id(&self, value: &str) { ... }
fn inputmode(&self, value: &str) { ... }
fn is(&self, value: &str) { ... }
fn itemid(&self, value: &str) { ... }
fn itemprop(&self, value: &str) { ... }
fn itemref(&self, value: &str) { ... }
fn itemscope(&self, value: &str) { ... }
fn itemtype(&self, value: &str) { ... }
fn lang(&self, value: &str) { ... }
fn nonce(&self, value: &str) { ... }
fn part(&self, value: &str) { ... }
fn slot(&self, value: &str) { ... }
fn spellcheck(&self, value: &str) { ... }
fn style(&self, value: &str) { ... }
fn tabindex(&self, value: &str) { ... }
fn title(&self, value: &str) { ... }
fn translate(&self, value: &str) { ... }
fn on<F: Fn() + 'static>(&self, event: &str, f: F) { ... }
fn on_abort<F: Fn() + 'static>(&self, f: F) { ... }
fn on_autocomplete<F: Fn() + 'static>(&self, f: F) { ... }
fn on_autocompleteerror<F: Fn() + 'static>(&self, f: F) { ... }
fn on_blur<F: Fn() + 'static>(&self, f: F) { ... }
fn on_cancel<F: Fn() + 'static>(&self, f: F) { ... }
fn on_canplay<F: Fn() + 'static>(&self, f: F) { ... }
fn on_canplaythrough<F: Fn() + 'static>(&self, f: F) { ... }
fn on_change<F: Fn() + 'static>(&self, f: F) { ... }
fn on_click<F: Fn() + 'static>(&self, f: F) { ... }
fn on_close<F: Fn() + 'static>(&self, f: F) { ... }
fn on_contextmenu<F: Fn() + 'static>(&self, f: F) { ... }
fn on_cuechange<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dblclick<F: Fn() + 'static>(&self, f: F) { ... }
fn on_drag<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragend<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragenter<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragexit<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragleave<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragover<F: Fn() + 'static>(&self, f: F) { ... }
fn on_dragstart<F: Fn() + 'static>(&self, f: F) { ... }
fn on_drop<F: Fn() + 'static>(&self, f: F) { ... }
fn on_durationchange<F: Fn() + 'static>(&self, f: F) { ... }
fn on_emptied<F: Fn() + 'static>(&self, f: F) { ... }
fn on_ended<F: Fn() + 'static>(&self, f: F) { ... }
fn on_error<F: Fn() + 'static>(&self, f: F) { ... }
fn on_focus<F: Fn() + 'static>(&self, f: F) { ... }
fn on_input<F: Fn() + 'static>(&self, f: F) { ... }
fn on_invalid<F: Fn() + 'static>(&self, f: F) { ... }
fn on_keydown<F: Fn() + 'static>(&self, f: F) { ... }
fn on_keypress<F: Fn() + 'static>(&self, f: F) { ... }
fn on_keyup<F: Fn() + 'static>(&self, f: F) { ... }
fn on_load<F: Fn() + 'static>(&self, f: F) { ... }
fn on_loadeddata<F: Fn() + 'static>(&self, f: F) { ... }
fn on_loadedmetadata<F: Fn() + 'static>(&self, f: F) { ... }
fn on_loadstart<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mousedown<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mouseenter<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mouseleave<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mousemove<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mouseout<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mouseover<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mouseup<F: Fn() + 'static>(&self, f: F) { ... }
fn on_mousewheel<F: Fn() + 'static>(&self, f: F) { ... }
fn on_pause<F: Fn() + 'static>(&self, f: F) { ... }
fn on_play<F: Fn() + 'static>(&self, f: F) { ... }
fn on_playing<F: Fn() + 'static>(&self, f: F) { ... }
fn on_progress<F: Fn() + 'static>(&self, f: F) { ... }
fn on_ratechange<F: Fn() + 'static>(&self, f: F) { ... }
fn on_reset<F: Fn() + 'static>(&self, f: F) { ... }
fn on_resize<F: Fn() + 'static>(&self, f: F) { ... }
fn on_scroll<F: Fn() + 'static>(&self, f: F) { ... }
fn on_seeked<F: Fn() + 'static>(&self, f: F) { ... }
fn on_seeking<F: Fn() + 'static>(&self, f: F) { ... }
fn on_select<F: Fn() + 'static>(&self, f: F) { ... }
fn on_show<F: Fn() + 'static>(&self, f: F) { ... }
fn on_sort<F: Fn() + 'static>(&self, f: F) { ... }
fn on_stalled<F: Fn() + 'static>(&self, f: F) { ... }
fn on_submit<F: Fn() + 'static>(&self, f: F) { ... }
fn on_suspend<F: Fn() + 'static>(&self, f: F) { ... }
fn on_timeupdate<F: Fn() + 'static>(&self, f: F) { ... }
fn on_toggle<F: Fn() + 'static>(&self, f: F) { ... }
fn on_volumechange<F: Fn() + 'static>(&self, f: F) { ... }
fn on_waiting<F: Fn() + 'static>(&self, f: F) { ... }
}

Provided methods

fn inner_html(&self, str: &str)[src]

fn accesskey(&self, value: &str)[src]

fn autocapitalize(&self, value: &str)[src]

fn class(&self, value: &str)[src]

fn contenteditable(&self, value: &str)[src]

fn dir(&self, value: &str)[src]

fn draggable(&self, value: &str)[src]

fn enterkeyhint(&self, value: &str)[src]

fn hidden(&self, value: &str)[src]

fn id(&self, value: &str)[src]

fn inputmode(&self, value: &str)[src]

fn is(&self, value: &str)[src]

fn itemid(&self, value: &str)[src]

fn itemprop(&self, value: &str)[src]

fn itemref(&self, value: &str)[src]

fn itemscope(&self, value: &str)[src]

fn itemtype(&self, value: &str)[src]

fn lang(&self, value: &str)[src]

fn nonce(&self, value: &str)[src]

fn part(&self, value: &str)[src]

fn slot(&self, value: &str)[src]

fn spellcheck(&self, value: &str)[src]

fn style(&self, value: &str)[src]

fn tabindex(&self, value: &str)[src]

fn title(&self, value: &str)[src]

fn translate(&self, value: &str)[src]

fn on<F: Fn() + 'static>(&self, event: &str, f: F)[src]

fn on_abort<F: Fn() + 'static>(&self, f: F)[src]

fn on_autocomplete<F: Fn() + 'static>(&self, f: F)[src]

fn on_autocompleteerror<F: Fn() + 'static>(&self, f: F)[src]

fn on_blur<F: Fn() + 'static>(&self, f: F)[src]

fn on_cancel<F: Fn() + 'static>(&self, f: F)[src]

fn on_canplay<F: Fn() + 'static>(&self, f: F)[src]

fn on_canplaythrough<F: Fn() + 'static>(&self, f: F)[src]

fn on_change<F: Fn() + 'static>(&self, f: F)[src]

fn on_click<F: Fn() + 'static>(&self, f: F)[src]

fn on_close<F: Fn() + 'static>(&self, f: F)[src]

fn on_contextmenu<F: Fn() + 'static>(&self, f: F)[src]

fn on_cuechange<F: Fn() + 'static>(&self, f: F)[src]

fn on_dblclick<F: Fn() + 'static>(&self, f: F)[src]

fn on_drag<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragend<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragenter<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragexit<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragleave<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragover<F: Fn() + 'static>(&self, f: F)[src]

fn on_dragstart<F: Fn() + 'static>(&self, f: F)[src]

fn on_drop<F: Fn() + 'static>(&self, f: F)[src]

fn on_durationchange<F: Fn() + 'static>(&self, f: F)[src]

fn on_emptied<F: Fn() + 'static>(&self, f: F)[src]

fn on_ended<F: Fn() + 'static>(&self, f: F)[src]

fn on_error<F: Fn() + 'static>(&self, f: F)[src]

fn on_focus<F: Fn() + 'static>(&self, f: F)[src]

fn on_input<F: Fn() + 'static>(&self, f: F)[src]

fn on_invalid<F: Fn() + 'static>(&self, f: F)[src]

fn on_keydown<F: Fn() + 'static>(&self, f: F)[src]

fn on_keypress<F: Fn() + 'static>(&self, f: F)[src]

fn on_keyup<F: Fn() + 'static>(&self, f: F)[src]

fn on_load<F: Fn() + 'static>(&self, f: F)[src]

fn on_loadeddata<F: Fn() + 'static>(&self, f: F)[src]

fn on_loadedmetadata<F: Fn() + 'static>(&self, f: F)[src]

fn on_loadstart<F: Fn() + 'static>(&self, f: F)[src]

fn on_mousedown<F: Fn() + 'static>(&self, f: F)[src]

fn on_mouseenter<F: Fn() + 'static>(&self, f: F)[src]

fn on_mouseleave<F: Fn() + 'static>(&self, f: F)[src]

fn on_mousemove<F: Fn() + 'static>(&self, f: F)[src]

fn on_mouseout<F: Fn() + 'static>(&self, f: F)[src]

fn on_mouseover<F: Fn() + 'static>(&self, f: F)[src]

fn on_mouseup<F: Fn() + 'static>(&self, f: F)[src]

fn on_mousewheel<F: Fn() + 'static>(&self, f: F)[src]

fn on_pause<F: Fn() + 'static>(&self, f: F)[src]

fn on_play<F: Fn() + 'static>(&self, f: F)[src]

fn on_playing<F: Fn() + 'static>(&self, f: F)[src]

fn on_progress<F: Fn() + 'static>(&self, f: F)[src]

fn on_ratechange<F: Fn() + 'static>(&self, f: F)[src]

fn on_reset<F: Fn() + 'static>(&self, f: F)[src]

fn on_resize<F: Fn() + 'static>(&self, f: F)[src]

fn on_scroll<F: Fn() + 'static>(&self, f: F)[src]

fn on_seeked<F: Fn() + 'static>(&self, f: F)[src]

fn on_seeking<F: Fn() + 'static>(&self, f: F)[src]

fn on_select<F: Fn() + 'static>(&self, f: F)[src]

fn on_show<F: Fn() + 'static>(&self, f: F)[src]

fn on_sort<F: Fn() + 'static>(&self, f: F)[src]

fn on_stalled<F: Fn() + 'static>(&self, f: F)[src]

fn on_submit<F: Fn() + 'static>(&self, f: F)[src]

fn on_suspend<F: Fn() + 'static>(&self, f: F)[src]

fn on_timeupdate<F: Fn() + 'static>(&self, f: F)[src]

fn on_toggle<F: Fn() + 'static>(&self, f: F)[src]

fn on_volumechange<F: Fn() + 'static>(&self, f: F)[src]

fn on_waiting<F: Fn() + 'static>(&self, f: F)[src]

Loading content...

Implementors

impl GlobalAttributes for A[src]

impl GlobalAttributes for Abbr[src]

impl GlobalAttributes for Address[src]

impl GlobalAttributes for Area[src]

impl GlobalAttributes for Article[src]

impl GlobalAttributes for Aside[src]

impl GlobalAttributes for Audio[src]

impl GlobalAttributes for B[src]

impl GlobalAttributes for Base[src]

impl GlobalAttributes for Bdi[src]

impl GlobalAttributes for Bdo[src]

impl GlobalAttributes for Blockquote[src]

impl GlobalAttributes for Body[src]

impl GlobalAttributes for Br[src]

impl GlobalAttributes for Button[src]

impl GlobalAttributes for Canvas[src]

impl GlobalAttributes for Caption[src]

impl GlobalAttributes for Cite[src]

impl GlobalAttributes for Code[src]

impl GlobalAttributes for Col[src]

impl GlobalAttributes for Colgroup[src]

impl GlobalAttributes for Data[src]

impl GlobalAttributes for Datalist[src]

impl GlobalAttributes for Dd[src]

impl GlobalAttributes for Del[src]

impl GlobalAttributes for Details[src]

impl GlobalAttributes for Dfn[src]

impl GlobalAttributes for Dialog[src]

impl GlobalAttributes for Div[src]

impl GlobalAttributes for Dl[src]

impl GlobalAttributes for Dt[src]

impl GlobalAttributes for Em[src]

impl GlobalAttributes for Embed[src]

impl GlobalAttributes for Fieldset[src]

impl GlobalAttributes for Figcaption[src]

impl GlobalAttributes for Figure[src]

impl GlobalAttributes for Footer[src]

impl GlobalAttributes for Form[src]

impl GlobalAttributes for H1[src]

impl GlobalAttributes for H2[src]

impl GlobalAttributes for H3[src]

impl GlobalAttributes for H4[src]

impl GlobalAttributes for H5[src]

impl GlobalAttributes for H6[src]

impl GlobalAttributes for Head[src]

impl GlobalAttributes for Header[src]

impl GlobalAttributes for Hr[src]

impl GlobalAttributes for I[src]

impl GlobalAttributes for Iframe[src]

impl GlobalAttributes for Img[src]

impl GlobalAttributes for Ins[src]

impl GlobalAttributes for Kbd[src]

impl GlobalAttributes for Label[src]

impl GlobalAttributes for Legend[src]

impl GlobalAttributes for Li[src]

impl GlobalAttributes for Link[src]

impl GlobalAttributes for Main[src]

impl GlobalAttributes for Map[src]

impl GlobalAttributes for Mark[src]

impl GlobalAttributes for Math[src]

impl GlobalAttributes for Menu[src]

impl GlobalAttributes for Meta[src]

impl GlobalAttributes for Meter[src]

impl GlobalAttributes for Nav[src]

impl GlobalAttributes for NoScript[src]

impl GlobalAttributes for Object[src]

impl GlobalAttributes for Ol[src]

impl GlobalAttributes for OpTion[src]

impl GlobalAttributes for Optgroup[src]

impl GlobalAttributes for Output[src]

impl GlobalAttributes for P[src]

impl GlobalAttributes for Param[src]

impl GlobalAttributes for Picture[src]

impl GlobalAttributes for Portal[src]

impl GlobalAttributes for Pre[src]

impl GlobalAttributes for Progress[src]

impl GlobalAttributes for Q[src]

impl GlobalAttributes for Rp[src]

impl GlobalAttributes for Rt[src]

impl GlobalAttributes for Ruby[src]

impl GlobalAttributes for S[src]

impl GlobalAttributes for Samp[src]

impl GlobalAttributes for Script[src]

impl GlobalAttributes for Section[src]

impl GlobalAttributes for Select[src]

impl GlobalAttributes for Small[src]

impl GlobalAttributes for Span[src]

impl GlobalAttributes for Strong[src]

impl GlobalAttributes for Style[src]

impl GlobalAttributes for Sub[src]

impl GlobalAttributes for Summary[src]

impl GlobalAttributes for Sup[src]

impl GlobalAttributes for Svg[src]

impl GlobalAttributes for Table[src]

impl GlobalAttributes for Tbody[src]

impl GlobalAttributes for Td[src]

impl GlobalAttributes for Textarea[src]

impl GlobalAttributes for Tfoot[src]

impl GlobalAttributes for Th[src]

impl GlobalAttributes for Thead[src]

impl GlobalAttributes for Time[src]

impl GlobalAttributes for Title[src]

impl GlobalAttributes for Tr[src]

impl GlobalAttributes for Track[src]

impl GlobalAttributes for U[src]

impl GlobalAttributes for Ul[src]

impl GlobalAttributes for Var[src]

impl GlobalAttributes for Video[src]

impl GlobalAttributes for Wbr[src]

Loading content...