Back Previous Next


Linguist servlet package - add

Syntax:

   add {item} [ to {element}]

Keyword handler:

   linguist.media.keyword.SKAdd.class

Runtime handler(s):

   linguist.media.handler.SHAdd.class

Function:

Add a text string or an element, either to the document or to an element of an HTML page.

Example(s):

   add "This is a text string"
   add Row to Table


Back Previous Next