mgnl-files.templates.samples-lms.courses.jsp Maven / Gradle / Ivy
]]>
${content.title}
${content.title}
Click on a course in the list below. It opens a popup with the course inside
-
The code to create the list is:
<ul>
<c:forEach items="\${lmsfn:courseList()}" var="course">
<li>
<lmsfn:playerUrl course="\${course}" target="blank" />
</li>
</c:forEach>
</ul>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy