○ 'NotFound' 우회 페이지 구현
- 'bypasssed'
1) 'notFound'로 설정해 라우팅 구성 확장
2) 라우터가 현재 해시와 일치하는 경로가 없는 경우, ,notFound, 대상 표시하도록 지시
3) 우회 section에 'notFound' 대상 추가 및 단순 'notFound' view로 전환되도록 구성
- [NotFound.view.xml]
- [NotFound.controller.js]
- [i18n.properties]
- 야발......
- 이유는 도큐먼트에서 안내되는 코드와 달랐다.. 이런... 됐으니 넘어가자 일단...
Next Stage : Navigation and Routing - 4
https://pythonchoboman.tistory.com/102
SAPUI5 / Navigation and Routing - 4
○ 뒤로가기 버튼 구현하기 - [NotFound.view.xml] 1) 'showNavButton'을 'true'로 설정해 뒤로가기 Button을 자동으로 표시 2) 'navButtonPress'를 'onNavBack'로 설정해 실제 뒤로가기 기능 구현 가능케 하기 - [BaseContro
pythonchoboman.tistory.com
'SAP > UI5' 카테고리의 다른 글
[ SAPUI5 ] Navigation and Routing - 5 (0) | 2023.02.17 |
---|---|
[ SAPUI5 ] Navigation and Routing - 4 (0) | 2023.02.17 |
[ SAPUI5 ] Navigation and Routing - 2 (0) | 2023.02.16 |
[ SAPUI5 ] Navigation and Routing - 1 (0) | 2023.02.16 |