To edit the onBlurValidater or onSubmitValidater attribute:
The onBlurValidater or onSubmitValidater dialog displays.
encoding
- (Required) Enter the Java encoding that
should be used to define the byte length, e.g., shift_jis.
maximumBytes
- (Required) Enter the maximum number
of allowable bytes.
allowsTransparent
- Select true if localized text
should be supported. This attribute may be databound.
patterns
- Enter the set of acceptable patterns as
defined by the UIX RGBColorFormat class, e.g., "r-g-b #RRGGBB".
This attribute may be databound.
dateStyle
- Select full, long, medium, shortish, or
short. Shortish is idential to short with the exception that
four digits must be used by the year.
pattern
- Enter a pattern as defined by the Java
SimpleDateFormat class, e.g., yyyy/dd/MM. This attribute may be
databound. For proper internationalization, it is recommended
that you use the timeStyle attribute, dateStyle attribute, or
both instead of pattern.
timeStyle
- Select full, long, medium, or short.
maxPrecision
- Enter the maximum number of integer
digits before the decimal separator.
maxScale
- Enter the maximum number of fraction
digits after the decimal separator.
maxValue
- Enter the maximum value allowed.
minValue
- Enter the minumum value allowed.
pattern
- (Required) Enter the text pattern, e.g.,
[0-9] {3} - [0-9] {2} - [0-9 {4}. This attribute may be
databound.
maximumBytes
- (Required) Enter the maximum number
of allowable bytes when the string is encoded in UTF-8. This
attribute may be databound.
pattern
- (Required) Enter the text pattern, e.g.,
NNN\-NN\-NNNN. This attribute may be databound.
Note: To use data binding, see also Data Binding a Component Attribute.
Copyright © 1997, 2004, Oracle. All rights reserved.