Configuration

Diff code posted by Manolo Micozzi
created at 18 May 13:15, updated at 02 Jun 10:27

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
<bean id="it.unimc.olat.portlet.allcourses.AllCoursesPortletRunController"
      class="it.unimc.olat.portlet.allcourses.PortletContentsConfiguration" 
      singleton="false">
   <property name="contents">
      <map>        
         <entry key="tab.tutored" value-ref="tab.tutored"></entry>
         <entry key="tab.attended" value-ref="tab.attended"></entry>
         <entry key="tab.availabled" value-ref="tab.availabled"></entry>
      </map>
   </property>
   <property name="configActive" value="tab.tutored"></property>
</bean>
543 Bytes in 2 ms with coderay