Copyright ® (1999-2003) EDMGROUP Pty Ltd - EZY Prolog Reference

 List of predicates for group EZY HTML

[This is preliminary specification and subject to change.]

List of all groups


Type

Predicate

Parameters

Flow pattern

Description

determ

html_attribute

STRING NAME,
STRING NAME,
STRING VALUE

(i,i,o)

Create HTML attribute

determ

html_button

DOC_ATTRLIST ,
STRING INPUT

(i,o)

Create HTML button

determ

html_cell

HTML_TERMLIST ,
STRING FONTCOLOR,
STRING BACKCOLOR,
STRING RESULT

(i,i,i,o)

Create HTML table cell

determ

html_celllist_trow

HTML_TERMLIST ,
STRING RESULT

(i,o)

Create HTML table row

determ

html_cgi_value

STRING PARMSTRING,
STRING NAME,
STRING VALUE

(i,i,o)

Create HTML CGI value

determ

html_close

Close creation of HTML output

determ

html_deident

Deident HTML output

determ

html_display_doc

HTML_TERMLIST

(i)

Display HTML document

determ

html_display_slist

HTML_TERMLIST ,
STRING RESULT

(i,o)

Display HMTL string list

determ

html_font_color

STRING COLOR

(i),(o)

Define color of the HTML font

determ

html_form

DOC_ATTRLIST ,
DOC_FLOW ,
STRING FORM

(i,i,o)

Create HTML form

determ

html_header

STRING TITLE

(i)

Create HTML header

determ

html_ident

Ident HTML output

determ

html_literal

STRING NAME,
STRING VAL,
STRING ITEM

(i,i,o)

Create HTML literal

determ

html_page_color

STRING COLOR

(i)

Define background color of HTML output

determ

html_parameters

STRING PARMSTR

(o)

Crete HTML parameters

determ

html_rowlist_table

HTML_TERMLIST ,
STRING RESULT

(i,o)

Create HTML row

determ

html_select

DOC_ATTRLIST ,
OPTION_LIST ,
STRING SELECT

(i,i,o)

Create HTML list

determ

html_select_option

DOC_ATTRLIST ,
STRING ITEM,
STRING OPTION

(i,i,o)

Create HTML option list

determ

html_slist_trow

HTML_TERMLIST ,
STRING FONTCOLOR,
STRING BACKCOLOR,
STRING RESULT

(i,i,i,o)

convert SLIST into HTML row

determ

html_text_area

STRING NAME,
STRING VALUE,
INTEGER ROWS,
INTEGER COLS,
STRING TEXT_AREA

(i,i,i,i,o)

create HTML text area

determ

html_text_item

STRING TEXT,
STRING ITEM

(i,o)

create HTML text item


Copyright © 1998-2003 EDMGROUP (Australia)