Skip to content

Commit d71e71a

Browse files
authored
Example how to open a Moodle course within the Moodle App
1 parent a8cb5e7 commit d71e71a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

general/app/development/plugins-development-guide/api-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,9 @@ This directive is applied automatically to all the links and media inside of [co
646646

647647
```html ng2
648648
<a href="<% cm.url %>" core-link>Open</a>
649+
<a href="https://demo.mysite.at/course/view.php?id=145" core-link [capture]="true">
650+
Open Moodle course within the Moodle App
651+
</a>
649652
```
650653

651654
### core-external-content

0 commit comments

Comments
 (0)