Back Previous Next


Linguist servlet package - put

Syntax:

   put {element}/{text}/break/empty into {element}

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKAdd.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHAdd.class

Function:

Puts something into an element for later inclusion in the document. The item can be a string, an element or one of the special items break or empty. The former translates to <BR> and the latter to &sbsp; (non-breaking space). Any previous content is lost. See also add.

Example(s):

   put "Name & Address" into Item


Back Previous Next *