Common Rule Patterns 3fc1412
Common Rule Patterns 3fc1412
3fc141206cee4ab2aa514b569ed423c0
view on: demo kit nightly build | demo kit latest release
Rules for the Rendered HTML and the OpenUI5 Element Tree
With these rules you can check how your application is rendered and how properties of the
controls affect the rendering. Here is an example:
var mElements = oScope.getElements();
for (var n in mElements) {
...
}