on ‎2017 Jun 06 8:02 AM
Request clarification before answering.
since you have alias m for sap.m as xmlns:m="sap.m", so you need to prepend m: for every control/aggregations inside ViewSettingsDialog
or better to remove m from your code and do like below, will work...
xmlns:m="sap.m" -> xmlns="sap.m"
<m:ViewSettingsDialog -> <ViewSettingsDialog
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.