Skip to content

Commit

Permalink
add resourseRoots to launchpad htmll
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Sep 27, 2024
1 parent 33383f7 commit 7c39531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/webapp/fiori-latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
data-sap-ui-compatVersion="edge"
data-sap-ui-frameOptions="allow"
data-sap-ui-xx-viewCache="false"
data-sap-ui-resourceroots='{
"custom.control": "./controlRichTextEditor"
}'
></script>
<script>
sap.ui.getCore().attachInit(function () {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<VBox>
<customcontrol:RichTextEditorWithMetadata metaPath="headerText" id="myRichTextEditor"/>
<customcontrol:RichTextEditorWithMetadata metaPath="headerText" contextPath="/Orders"
id="myRichTextEditor"/>
<!-- <customcontrol:RichTextEditorWithMetadata metaPath="headerText" contextPath="/Orders"
id="myRichTextEditor"/> -->
</VBox>
</core:FragmentDefinition>

0 comments on commit 7c39531

Please sign in to comment.