Code: Alles auswählen.
<htmlb:tableViewColumn columnName = "X_BST" <%-- bestätigt--%>
title = "<%= ztitle_change_bst %>"
edit = "TRUE"
type = "USER">
<htmlb:checkbox />
</htmlb:tableViewColumn>
<htmlb:tableViewColumn columnName = "X_DAT" <%-- Änderungsdatum--%>
type = "user"
title = "<%= ztitle_change_date %>"
cellInvalidKey = "invalid"
cellDisabledKey = "disabled"
>
<htmlb:inputField id = "X_DAT"
width = "100"
type = "Date"
showHelp = "true"
firstDayOfWeek = "2" />
</htmlb:tableViewColumn>