use web/html

maketag ( ttag nameeelement object )

Given a string tag name, creates a new HTML tag.

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 sc )

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`.


back to index

docs@04547c7