use web/htmlmaketag ( ttag name → eelement object )Given a string tag name, creates a new HTML tag.
popup ( ddimensions array → wwindow object )Creates a popup window, with the dimensions and placement specified in
the dimensions array d. In order, the elements of d are top, left, width, and height.
The rest are ignored.
tag.put ( xitem to append eelement to append to → )Appends a string of text or another HTML node to the element.
See Also: pop.put
pop.put ( xitem to append wwindow object → )Appends a string of text or another HTML node to the popup’s <body> tag.
See Also: tag.put
tag.clear ( e → )Empties the contents of the element.
See Also: pop.clear
pop.clear ( w → )Empties the entire popup window.
See Also: tag.clear
tag.find ( e s → c )Searches for the first child element of e that matches the selector s and returns it.
See Also: tag.clear
tag.style ( vstyle value eelement to style sstyle name → )Applies the CSS style pair `s: v;to the elemente`.
docs@04547c7