Products Downloads


French version


 

Simple entry field

Type

ALPHA(15)

Guide word

ENT_1

Input control

Uppercase only

Adelia event

OnChange (change in value)

 

<adelia:entryfield type="ALPHA" inputctrl="UPPERCASE" length="15">

<input type="text" name="ENT_1" id="ENT_1" onchange="::ADELIA_EVT" maxlength="15" size="15"/>

</adelia:entryfield>

 

Entry field (password)

Type

ALPHA(15)

Guide word

ENT_1

 

<adelia:entryfield type="ALPHA" length="15">

<input type="password" name="ENT_1" id="ENT_1" maxlength="15" />

</adelia:entryfield>

 

Multiline entry field

Type

ALPHA(32000)

Guide word

ENT_1

Number of rows

3

Number of columns

50

 

<adelia:entryfield type="ALPHA" length="32000">

<textarea name="ENT_1" id="ENT_1" rows="3" cols="50"/>

</adelia:entryfield>

 

 

 Back to the entry field definition

 

↑ Top of page


  • Aucune étiquette