class RtLoadingPage
RtListControl.setDataLoading을 호출해서 데이터 로딩 상태가 되면 표시되는 페이지 뷰 모델.
RtListOptions.loadingPage 속성으로 사용된다. 페이지는 내장된 '@it_loading_page' 템플릿이 기본적으로 사용되고, template 설정으로 사용자 템플릿을 지정할 수 있다.
RtListOptions.loadingPage 속성으로 사용된다. 페이지는 내장된 '@it_loading_page' 템플릿이 기본적으로 사용되고, template 설정으로 사용자 템플릿을 지정할 수 있다.
list.setConfig({
options: {
loadingPage: {
template: 'load_template'
}
}
});
See Also
Template Params
Events
Properties
Methods
Inherited Properties
- RtTempPage.fullModeWidth
- RtTempPage.fullModeHeight
- RtTempPage.fitSize
- RtLayoutedPage.template
- RtLayoutedPage.templateParams