Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing word and incorrect formatting - Step 16 #76

Open
HerzogIgzorn opened this issue Nov 13, 2024 · 0 comments
Open

Missing word and incorrect formatting - Step 16 #76

HerzogIgzorn opened this issue Nov 13, 2024 · 0 comments

Comments

@HerzogIgzorn
Copy link

HerzogIgzorn commented Nov 13, 2024

It is a good practice to set a unique ID like `helloWorldButton` to key controls of your app so that can be identified easily. If the attribute \`id\` is not specified, the OpenUI5 runtime generates unique but changing ID like \`\_\_button23\` for the control. Inspect the DOM elements of your app in the browser to see the difference.

... so that they can be identified easily.


If the attribute `id` is not specified...

should be

If the attribute id is not specified...


... generates unique but changing ID like `__button23` for the control.

should be

... generates unique but changing IDs like __button23 for the control.

@HerzogIgzorn HerzogIgzorn changed the title Missing word Missing word and incorrect formatting Nov 13, 2024
@HerzogIgzorn HerzogIgzorn changed the title Missing word and incorrect formatting Missing word and incorrect formatting - Step 16 Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant