Attributes |
Name | Required | Request-time | Type | Description |
label | false | true | java.lang.String |
label that will be rendered in bold before the
input element
|
type | false | true | java.lang.String |
type of the input element that will be rendered,
possible values are:
text
text input
date
input text for date type, a validation
of the value will be done, and it
supports the jscal object
timestamp
input text for timestamp type, a
validation of the value will be done,
and it supports the jscal object (it
doesn't fit very well, anyway ...)
numeric
input text for number, a validation of
the value will be done
select
render an html select element, filled
with nested tags like queryData,
staticData and so on.
|
searchAlgo | false | true | java.lang.String |
The search algorithm. possible values:
sharp
this is the default behavior, do
nothing.
weakStart
like, % is added in front of value
weakEnd
like, % is appended to value
weakStartEnd
like, % is added in front of value and %
is appended to value
|
customEntry | false | true | java.lang.String |
Allows an additional (independant) entry into
the select list<br/> Arguments to this tag
are as follows:
Key,Description,boolean (default selection?)
|
selectedIndex | false | true | java.lang.String |
Index that should be selected as default when
form is rendered the first time
|
useJsCalendar | false | true | java.lang.String |
Place small calendar icon after input field.
Clicking that icon will popup a JavaScript
calendar that can be used to set a new value for
the field. Some preparations have to be done,
the calendar must be copied into the web
applications and must be included in current
page. See dbforms manual for details.
|
jsCalendarDateFormat | false | true | java.lang.String |
Subpatterns inside date formats have sometimes
different meanings in Java and inside JavaScript
calendar. For some date formats it may be
neccessary to explicitely set a date format to
the calendar that corresponds to the used date
format inside dbforms application. See dbforms
manual for details.
|
size | false | true | java.lang.String | Number of rows of select element |
styleClass | false | true | java.lang.String |
CSS stylesheet class to be applied. This is done
adding a SPAN element that contains the text.
|
title | false | true | java.lang.String |
this defines the "title" attribute for the HTML4
tag.
|