Constants: RF: jsDgrd

Parent: $root.$constants

kJSAutoCapitalizeNoneDo not auto-capitalize any characters
kJSAutoCapitalizeSentencesAuto-capitalize the first character of new sentences
kJSAutoCapitalizeWordsAuto-capitalize each word
kJSDataGridFilterContainsFilter using contains
kJSDataGridFilterDefaultA set of default filters will be shown
kJSDataGridFilterEmptyFilter using empty
kJSDataGridFilterEqualsFilter using equals
kJSDataGridFilterHiddenHide the filter box
kJSDataGridFilterLessThanFilter using less than
kJSDataGridFilterLessThanEqualFilter using less than or equal
kJSDataGridFilterMoreThanFilter using more than
kJSDataGridFilterMoreThanEqualFilter using more than or equal
kJSDataGridFilterNotContainsFilter using not contains
kJSDataGridFilterNotEmptyFilter using not empty
kJSDataGridFilterNotEqualsFilter using not equals
kJSDataGridFooterTypeCustomThe column footer will show the value returned by $updatefooterrow()
kJSDataGridFooterTypeDefaultThe column footer will inherit the value from $footertype
kJSDataGridFooterTypeFooterColumnValueThe column footer will show the value stored in $footercolumnvalue
kJSDataGridFooterTypeMeanThe column footer will show the mean of the column values
kJSDataGridFooterTypeMedianThe column footer will show the median of the column values
kJSDataGridFooterTypeNoneThe column footer will be empty
kJSDataGridFooterTypeTotalThe column footer will show the total of the column values
kJSDataGridJstCenterThe alignment for center justification
kJSDataGridJstDefaultAllow column specific justification
kJSDataGridJstLeftThe alignment for left justification
kJSDataGridJstRightThe alignment for right justification
kJSDataGridModeAutoThe data grid automatically handles the data based on its type
kJSDataGridModeColorPickerThe data column is used to draw a color cell.
kJSDataGridModeCustomFormatThe data grid calls the object client method $formatcell(list line number,designed grid column number) which you implement to return html for the formatted cell contents
kJSDataGridModeDropListThe data columm is used as a line number and represented as a drop list using $columnpicklist
kJSDataGridModeFormattedThe data grid automatically handles the data based on its type.It also formats the data using $columndateformat,$columndateformatcustom and $columnnumberformat rather than the object format properties
kJSDataGridVisibleGridLinesCellHorz
kJSDataGridVisibleGridLinesCellVert
kJSDataGridVisibleGridLinesColumnHeaderHorz
kJSDataGridVisibleGridLinesColumnHeaderVert
kJSDataGridVisibleGridLinesFilter
kJSDataGridVisibleGridLinesFooterHorz
kJSDataGridVisibleGridLinesFooterVert
kJSDataGridVisibleGridLinesHeader
kJSDataGridVisibleGridLinesNone
kJSDatePickerModeAutoDate picker type will be assigned automatically based on $dateformat
kJSDatePickerModeCalendarForces calendar type to be displayed
kJSDatePickerModePickerForces a picker type to be displayed
kJSDatePickerOptionsNone
kJSDatePickerOptionsShowHeading
kJSDatePickerOptionsShowMonthNav
kJSDatePickerOptionsShowWeekNumber
kJSDatePickerPopupStyleAutoPopup style will be determined by device type
kJSDatePickerPopupStyleInlinePopup style will always be displayed adjacent to the control
kJSDatePickerPopupStyleModalPopup style will always be displayed modal
kJSInputBorderStyleOutlinedInput field has an outlined border
kJSInputBorderStyleUnderlineInput field has a single bottom border