이 콘텐츠는 선택한 언어로 제공되지 않습니다.
19.6. Cells
Cells are nested within columns (for iteration) or inside worksheets (for direct placement using the
column and row attributes) and are responsible for outputting the value, usually through an EL-expression involving the var attribute of the datatable. See Section 19.14.6, “Cell settings”.
<e:cell>
|
Attributes
Child elements
Facets
|
This defines a column with a header and an iterated output.
19.6.1. Validation 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Validations are nested inside cells or formulas. They add constraints to cell data.
<e:numericValidation>
|
Attributes
Child elements
Facets
|
This adds numeric validation to a cell, specifying that the value must be between 4 and 18.
<e:rangeValidation>
|
Attributes
Child elements
Facets
|
This adds validation to a cell, specifying that the value must exist within the values specified in range A1:A10.
<e:listValidation>
|
Attributes
Child elements
Facets
|
e:listValidation is a just a container for holding multiple e:listValidationItem tags.
<e:listValidationItem>
|
Attributes
Child elements
Facets
|
This adds validation to a cell, specifying that the value must be "manager" or "employee".