Back Previous Next


Linguist servlet package - element

Syntax:

   element {name} [{elements}]

Keyword handler:

   net.eclecity.linguist.media.keyword.ServletKElement.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.ServletHElement.class

Function:

Declares an element or an array of elements. The array size is fixed at time of compilation. See add and put.

Example(s):

   element Text
   element Cell 5


Back Previous Next dd MyCookie