All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sakai_mailtool.help.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<!--
	Copyright (c) 2009 The Sakai Foundation.

	Licensed under the Educational Community License, Version 1.0 (the "License");
	you may not use this file except in compliance with the License.
	You may obtain a copy of the License at

	http://www.opensource.org/licenses/ecl2.php

	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.
-->
<beans>
  <bean id="mailsenderContent1" class="org.sakaiproject.component.app.help.model.ResourceBean">
      <property name="docId"><value>mailsender_overview</value></property>
      <property name="name"><value>Overview</value></property>
      <property name="location"><value>/sakai_mailtool/overview.htm</value></property>
      <property name="defaultForTool"><value>sakai.mailsender</value></property>
  </bean>
  <bean id="mailsenderContent2" class="org.sakaiproject.component.app.help.model.ResourceBean">
    <property name="docId"><value>mailsender_content2</value></property>
    <property name="name"><value>Mail Composition</value></property>
    <property name="location"><value>/sakai_mailtool/compose.htm</value></property>
      <property name="defaultForTool"><value>sakai.mailsender</value></property>
  </bean>
  <bean id="mailsenderContent3" class="org.sakaiproject.component.app.help.model.ResourceBean">
    <property name="docId"><value>mailsender_content3</value></property>
    <property name="name"><value>Options, Saving defaults</value></property>
    <property name="location"><value>/sakai_mailtool/options.htm</value></property>
    <property name="defaultForTool"><value>sakai.mailsender</value></property>
  </bean>
  <bean id="org.sakaiproject.api.app.help.TableOfContents" 
        class="org.sakaiproject.component.app.help.model.TableOfContentsBean">
      <property name="name"><value>root</value></property>
      <property name="categories">
         <list>
            <bean id="mailsenderCategory" class="org.sakaiproject.component.app.help.model.CategoryBean">
               <property name="name"><value>mailsender</value></property>
               <property name="resources">
                  <list>
                    <ref bean="mailsenderContent1"/>
					<ref bean="mailsenderContent2"/>
					<ref bean="mailsenderContent3"/>
                  </list>
               </property>
            </bean>
           </list>
         </property>
       </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy