pub trait DOMHTMLDocumentExt: 'static {
Show 31 methods
fn capture_events(&self);
fn clear(&self);
fn close(&self);
fn alink_color(&self) -> Option<GString>;
fn bg_color(&self) -> Option<GString>;
fn compat_mode(&self) -> Option<GString>;
fn design_mode(&self) -> Option<GString>;
fn dir(&self) -> Option<GString>;
fn embeds(&self) -> Option<DOMHTMLCollection>;
fn fg_color(&self) -> Option<GString>;
fn height(&self) -> c_long;
fn link_color(&self) -> Option<GString>;
fn plugins(&self) -> Option<DOMHTMLCollection>;
fn scripts(&self) -> Option<DOMHTMLCollection>;
fn vlink_color(&self) -> Option<GString>;
fn width(&self) -> c_long;
fn release_events(&self);
fn set_alink_color(&self, value: &str);
fn set_bg_color(&self, value: &str);
fn set_design_mode(&self, value: &str);
fn set_dir(&self, value: &str);
fn set_fg_color(&self, value: &str);
fn set_link_color(&self, value: &str);
fn set_vlink_color(&self, value: &str);
fn connect_alink_color_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_bg_color_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_fg_color_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_link_color_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_vlink_color_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Expand description
Required Methods
sourcefn capture_events(&self)
fn capture_events(&self)
Deprecated since 2.22
Use JavaScriptCore API instead
sourcefn clear(&self)
fn clear(&self)
Deprecated since 2.22
Use JavaScriptCore API instead
sourcefn close(&self)
fn close(&self)
Deprecated since 2.22
Use JavaScriptCore API instead
sourcefn alink_color(&self) -> Option<GString>
fn alink_color(&self) -> Option<GString>
sourcefn compat_mode(&self) -> Option<GString>
fn compat_mode(&self) -> Option<GString>
Available on non-crate feature
v2_14
only.sourcefn design_mode(&self) -> Option<GString>
fn design_mode(&self) -> Option<GString>
Available on non-crate feature
v2_14
only.sourcefn embeds(&self) -> Option<DOMHTMLCollection>
fn embeds(&self) -> Option<DOMHTMLCollection>
Available on non-crate feature
v2_14
only.sourcefn link_color(&self) -> Option<GString>
fn link_color(&self) -> Option<GString>
sourcefn plugins(&self) -> Option<DOMHTMLCollection>
fn plugins(&self) -> Option<DOMHTMLCollection>
Available on non-crate feature
v2_14
only.sourcefn scripts(&self) -> Option<DOMHTMLCollection>
fn scripts(&self) -> Option<DOMHTMLCollection>
Available on non-crate feature
v2_14
only.sourcefn vlink_color(&self) -> Option<GString>
fn vlink_color(&self) -> Option<GString>
sourcefn release_events(&self)
fn release_events(&self)
Deprecated since 2.22
Use JavaScriptCore API instead
sourcefn set_alink_color(&self, value: &str)
fn set_alink_color(&self, value: &str)
sourcefn set_bg_color(&self, value: &str)
fn set_bg_color(&self, value: &str)
sourcefn set_design_mode(&self, value: &str)
fn set_design_mode(&self, value: &str)
Available on non-crate feature
v2_14
only.