html :: HTMLRaw :: defaultinit
html :: HTMLTag :: _css_props
html :: HTMLTag :: add_classes
Add multiple CSS classeshtml :: HTMLTag :: attach_infobox
Attach the infobox to the node by using BootStrap popovercore :: Object :: class_factory
Implementation used byget_class
to create the specific class.
html :: HTMLTag :: css_props=
core :: Object :: defaultinit
html :: HTMLRaw :: defaultinit
core :: Writable :: defaultinit
html :: HTMLTag :: defaultinit
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).html :: HTMLTag :: render_attrs_in
html :: HTMLTag :: with_attrs
Create a HTML elements with the specifed type and attributes.core :: Writable :: write_to_bytes
Likewrite_to
but return a new Bytes (may be quite large)
core :: Writable :: write_to_file
Likewrite_to
but take care of creating the file
core :: Writable :: write_to_string
Likewrite_to
but return a new String (may be quite large).