Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 39be835

Browse files
author
Vladimir Enchev
committed
Update ui-with-xml.md
1 parent 721ea3c commit 39be835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-with-xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ When refering to code-only components in your pages with an `xmlns` declaration
422422

423423
### Example: Custom XML-Based Component with code file
424424

425-
This sample `main-page.xml` uses a custom component defined in a `xml-declaration/mymodulewithxml/MyControl.xml`file together with `xml-declaration/mymodulewithxml/MyControl.js` or `xml-declaration/mymodulewithxml/MyControl.ts` code file.
425+
This sample `main-page.xml` uses a custom component defined in a `xml-declaration/mymodulewithxml/MyControl.xml`file together with `xml-declaration/mymodulewithxml/MyControl.js` or `xml-declaration/mymodulewithxml/MyControl.ts` code file. The namespace (xml-declaration/mymodulewithxml) is path where the UI builder will search for XML file with component name (MyControl.xml).
426426

427427
```XML
428428
<Page

0 commit comments

Comments
 (0)