RealGridMessages
그리드에서 출력되는 text를 지정한다.
Signature:
export interface RealGridMessages
Remarks
지정하지 않으면 그리드 내부에 설정된 text로 출력된다.
Example
RealGrid.setLocale({
locale: "ko",
currency: "KRW",
messages: {
displayEmptyMessage: "표시할 데이타가 없습니다."
...
}
});
resource 파일을 작성후 import해서 사용할수 있다.
// grid-resouce-ko.js
export const locale = {
locale: "ko",
currency: "KRW",
numberFormats: {
},
messages: {
}
}
// main.ts, index.js등에서.
import(`./grid-resource-${navigator.language}.js)
.then(obj => {RealGrid.setLocale(obj.locale)})
.catch(err => console.log('resource file not exists'));
Properties
Property | Type | Description |
---|---|---|
checkListAcceptText | string | multiCheckEditor의 확인 버튼 |
checkListAllCheckText | string | multiCheckEditor의 전체선택 버튼 |
checkListCancelText | string | multiCheckEditor의 취소 버튼 |
clientEditingError | string | 그리드를 편집중 dataProvider.setValue를 사용했을때 표시되는 메시지 |
commitEditingMessage | string | 편집중인 행을 삭제시 표시되는 메시지 |
dataDropModeCopy | string | dataDropOptions.dropMode가 copy 일때 출력되는 메시지 |
dataDropModeMove | string | dataDropOptions.dropMode가 move 일때 출력되는 메시지 |
dataDropProxyLabel | string | 그리드간 drag&drop시 출력되는 문자열 format |
dateEditorCancelLabel | string | dateEditor의 취소버튼 |
dateEditorDeleteLabel | string | dateEditor의 삭제버튼 |
dateEditorHourLabel | string | dateEditor의 시 |
dateEditorMinuteLabel | string | dateEditor의 분 |
dateEditorMonthDisplayFormat | string | dateEditor의 월을 표시할때 사용되는 format |
dateEditorMonths | string[] | dateEditor의 월선택 화면에서 표시되는 월. |
dateEditorSaveLabel | string | dateEditor의 저장버튼 |
dateEditorSecondLabel | string | dateEditor의 초 |
dateEditorTodayLabel | string | dateEditor의 Today 버튼 |
dateEditorWeekDays | string[] | dateEditor에 표시되는 요일. |
dateEditorYearDisplayFormat | string | dateEditor의 년을 표시할때 사용되는 format |
dateEditorYearMonthDisplayFormat | string | dateEditor의 년-월을 표시할때 사용되는 format |
decimalSeparator | string | numberFormat에서 소숫점으로 출력될 문자 |
deleteRowsMessage | string | 행을 삭제시 표시되는 메시지 |
displayEmptyMessage | string | 그리드에 표시되는 data가 없는 경우 출력되는 메시지 |
exportProgressMessage | string | export시 표시되는 toast창에 출력되는 메시지 |
fieldIndexOutOfBounds | string | 잘못된 field의 값을 읽는 경우 console에 출력되는 메시지 |
fieldNameAlreadyExists | string | 필드명이 중복되었을때 표시되는 메시지 |
fieldNameMustExists | string | 필드명이 누락되었을때 표시되는 메시지 |
filterOperatorBetween | string | |
filterOperatorContains | string | filterPanel - filterOperator - Contains |
filterOperatorEmpty | string | |
filterOperatorEndsWith | string | |
filterOperatorEqual | string | |
filterOperatorGreater | string | |
filterOperatorGreaterEqual | string | |
filterOperatorLower | string | |
filterOperatorLowerEqual | string | |
filterOperatorNotContains | string | |
filterOperatorNotEqual | string | |
filterOperatorReset | string | |
filterOperatorStartsWith | string | |
filterSelectorAcceptText | string | 필터 선택창의 확인 버튼 |
filterSelectorAllCheckText | string | 필터 선택창의 (전체 선택) |
filterSelectorCancelText | string | 필터 선택창의 취소 버튼 |
filterSelectorDateDayFormat | string | 필터 선택창 DateCategory사용시 날짜에 대한 format |
filterSelectorDateMonthFormat | string | 필터 선택창 DateCategory사용시 월에 대한 format |
filterSelectorDateQuarterFormat | string | 필터 선택창 DateCategory사용시 분기에 대한 format |
filterSelectorDateYearFormat | string | 필터 선택창 DateCategory사용시 년도에 대한 format |
filterSelectorEmptyFilterText | string | 필터 선택창의 (값 없음) |
filterSelectorFilterResetText | string | 필터 선택창의 초기화 |
filterSelectorFiltersResetText | string | 필터 선택창의 전체 초기화 |
filterSelectorHourFormat | string | 필터 선택창 TimeCategory사용시 시간에 대한 format |
filterSelectorMinuteFormat | string | 필터 선택창 TimeCategory사용시 분에 대한 format |
filterSelectorSearchedCheckText | string | 필터 선택창의 (조회 전체 선택) |
filterSelectorSearchPlaceholder | string | 필터 선택창 검색 input의 placeHolder |
filterSelectorSecondFormat | string | 필터 선택창 TimeCategory사용시 초에 대한 format |
filterToastMessage | string | filtering시 표시되는 toast창에 출력되는 문구 |
gridContainerNotFind | string | 그리드 container를 찾지 못했을때 발생하는 error 메시지 |
gridElementAttachFail | string | 그리드를 중복생성했을때 발생하는 error 메시지 |
groupingPrompt | string | groupPanel에 출력되는 메시지 |
groupingToastMessage | string | group Grouping시 toast화면에 출력되는 메시지 |
invalidDatetimeFormat1 | string | datetimeFormat 설정오류 메시지1 |
invalidDatetimeFormat2 | string | datetimeFormat 설정오류 메시지2 |
invalidFormatMessage | string | mask 에서 지정한 형태가 아닐 때 표시할 오류 메시지 |
rowIndicatorFootText | string | rowIndicator footer영역에 출력되는 문자 |
rowIndicatorHeadText | string | rowIndicator header영역에 출력되는 문자 |
rowIndicatorSumText | string | rowIndicator headerSummary영역에 출력되는 문자 |
rowOutOfBounds | string | 잘못된 행의 값을 읽는 경우 console에 출력되는 메시지 |
searchEditorMoreText | string | searchEditor에 more 버튼 |
sortingToastMessage | string | 정렬시 표시되는 toast창에 출력되는 메시지 |
stateTextCreateAndDeleted | string | 신규-삭제된 행일때 stateBar에 출력되는 메시지 |
stateTextCreated | string | 신규행일때 stateBar에 출력되는 메시지 |
stateTextDeleted | string | 삭제된 행일때 stateBar에 출력되는 메시지 |
stateTextUpdated | string | 편집된 행일때 stateBar에 출력되는 메시지 |
thousandsSeparator | string | numberFormat에서 천단위 구분기호로 출력될 문자 |
Properties Desc
checkListAcceptText
multiCheckEditor의 확인
버튼
Type
- string
checkListAllCheckText
multiCheckEditor의 전체선택
버튼
Type
- string
checkListCancelText
multiCheckEditor의 취소
버튼
Type
- string
clientEditingError
그리드를 편집중 dataProvider.setValue를 사용했을때 표시되는 메시지
Type
- string
commitEditingMessage
편집중인 행을 삭제시 표시되는 메시지
Type
- string
dataDropModeCopy
dataDropOptions.dropMode가 copy
일때 출력되는 메시지
Type
- string
dataDropModeMove
dataDropOptions.dropMode가 move
일때 출력되는 메시지
Type
- string
dataDropProxyLabel
그리드간 drag&drop시 출력되는 문자열 format
Type
- string
dateEditorCancelLabel
dateEditor의 취소버튼
Type
- string
dateEditorDeleteLabel
dateEditor의 삭제버튼
Type
- string
dateEditorHourLabel
dateEditor의 시
Type
- string
dateEditorMinuteLabel
dateEditor의 분
Type
- string
dateEditorMonthDisplayFormat
dateEditor의 월을 표시할때 사용되는 format
Type
- string
dateEditorMonths
dateEditor의 월선택 화면에서 표시되는 월.
Type
- string[]
dateEditorSaveLabel
dateEditor의 저장버튼
Type
- string
dateEditorSecondLabel
dateEditor의 초
Type
- string
dateEditorTodayLabel
dateEditor의 Today
버튼
Type
- string
dateEditorWeekDays
dateEditor에 표시되는 요일.
Type
- string[]
dateEditorYearDisplayFormat
dateEditor의 년을 표시할때 사용되는 format
Type
- string
dateEditorYearMonthDisplayFormat
dateEditor의 년-월을 표시할때 사용되는 format
Type
- string
decimalSeparator
numberFormat에서 소숫점으로 출력될 문자
Type
- string
deleteRowsMessage
행을 삭제시 표시되는 메시지
Type
- string
displayEmptyMessage
그리드에 표시되는 data가 없는 경우 출력되는 메시지
Type
- string
exportProgressMessage
export시 표시되는 toast창에 출력되는 메시지
Type
- string
fieldIndexOutOfBounds
잘못된 field의 값을 읽는 경우 console에 출력되는 메시지
Type
- string
fieldNameAlreadyExists
필드명이 중복되었을때 표시되는 메시지
Type
- string
fieldNameMustExists
필드명이 누락되었을때 표시되는 메시지
Type
- string
filterOperatorBetween
Type
- string
filterOperatorContains
filterPanel - filterOperator - Contains
Type
- string
filterOperatorEmpty
Type
- string
filterOperatorEndsWith
Type
- string
filterOperatorEqual
Type
- string
filterOperatorGreater
Type
- string
filterOperatorGreaterEqual
Type
- string
filterOperatorLower
Type
- string
filterOperatorLowerEqual
Type
- string
filterOperatorNotContains
Type
- string
filterOperatorNotEqual
Type
- string
filterOperatorReset
Type
- string
filterOperatorStartsWith
Type
- string
filterSelectorAcceptText
필터 선택창의 확인
버튼
Type
- string
filterSelectorAllCheckText
필터 선택창의 (전체 선택)
Type
- string
filterSelectorCancelText
필터 선택창의 취소
버튼
Type
- string
filterSelectorDateDayFormat
필터 선택창 DateCategory사용시 날짜에 대한 format
Type
- string
filterSelectorDateMonthFormat
필터 선택창 DateCategory사용시 월에 대한 format
Type
- string
filterSelectorDateQuarterFormat
필터 선택창 DateCategory사용시 분기에 대한 format
Type
- string
filterSelectorDateYearFormat
필터 선택창 DateCategory사용시 년도에 대한 format
Type
- string
filterSelectorEmptyFilterText
필터 선택창의 (값 없음)
Type
- string
filterSelectorFilterResetText
필터 선택창의 초기화
Type
- string
filterSelectorFiltersResetText
필터 선택창의 전체 초기화
Type
- string
filterSelectorHourFormat
필터 선택창 TimeCategory사용시 시간에 대한 format
Type
- string
filterSelectorMinuteFormat
필터 선택창 TimeCategory사용시 분에 대한 format
Type
- string
filterSelectorSearchedCheckText
필터 선택창의 (조회 전체 선택)
Type
- string
filterSelectorSearchPlaceholder
필터 선택창 검색 input의 placeHolder
Type
- string
filterSelectorSecondFormat
필터 선택창 TimeCategory사용시 초에 대한 format
Type
- string
filterToastMessage
filtering시 표시되는 toast창에 출력되는 문구
Type
- string
gridContainerNotFind
그리드 container를 찾지 못했을때 발생하는 error 메시지
Type
- string
gridElementAttachFail
그리드를 중복생성했을때 발생하는 error 메시지
Type
- string
groupingPrompt
groupPanel에 출력되는 메시지
Type
- string
groupingToastMessage
group Grouping시 toast화면에 출력되는 메시지
Type
- string
invalidDatetimeFormat1
datetimeFormat 설정오류 메시지1
Type
- string
invalidDatetimeFormat2
datetimeFormat 설정오류 메시지2
Type
- string
invalidFormatMessage
mask 에서 지정한 형태가 아닐 때 표시할 오류 메시지
Type
- string
rowIndicatorFootText
rowIndicator footer영역에 출력되는 문자
Type
- string
rowIndicatorHeadText
rowIndicator header영역에 출력되는 문자
Type
- string
rowIndicatorSumText
rowIndicator headerSummary영역에 출력되는 문자
Type
- string
rowOutOfBounds
잘못된 행의 값을 읽는 경우 console에 출력되는 메시지
Type
- string
searchEditorMoreText
searchEditor에 more
버튼
Type
- string
sortingToastMessage
정렬시 표시되는 toast창에 출력되는 메시지
Type
- string
stateTextCreateAndDeleted
신규-삭제된 행일때 stateBar에 출력되는 메시지
Type
- string
stateTextCreated
신규행일때 stateBar에 출력되는 메시지
Type
- string
stateTextDeleted
삭제된 행일때 stateBar에 출력되는 메시지
Type
- string
stateTextUpdated
편집된 행일때 stateBar에 출력되는 메시지
Type
- string
thousandsSeparator
numberFormat에서 천단위 구분기호로 출력될 문자
Type
- string