Method WMLCard():sle() Professional

Create an input element.

Syntax
:sle( <cName>        , ;
      [<cType>]      , ;
      [<cValue>]     , ;
      [<cOptions>] ) --> self
Parameters
<cName>
The parameter <cName> becomes the value of the name attribute.
<cType>
The optional parameter <cType> becomes the value of the type attribute.
<cValue>
The optional parameter <cValue> becomes the value of the value attribute.
<cOptions>
The optional parameter <cOptions> is a character string that is inserted into the WML <input> tag.
Return

This method returns the object executing the method (self).

Description

The method defines an input element in the card. The parameter <cType>can be "text" or "password", it defaults to "text".

WML output:

<input name="cName" [type="cType"] [value="cValue"] [cOptions]/> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.