Blame view

src/main/config/component/scheduleAgendaDayView.xml 1.12 KB
bernard authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
        "http://labs.jboss.com/jbossrichfaces/component-config.dtd"
[
<!ENTITY commonViewAttributes SYSTEM "commonViewAttributes.ent">
]
>
<components>
    <component>
        <name>org.richfaces.ScheduleAgendaDayView</name>
        <family>org.richfaces.Schedule</family>
        <classname>org.richfaces.component.html.HtmlScheduleAgendaDayView</classname>
        <superclass>org.richfaces.component.UIScheduleAgendaDayView</superclass>
        <description>
            <![CDATA[
                    ]]>
        </description>
        <tag>
            <name>scheduleAgendaDayView</name>
            <classname>org.richfaces.taglib.ScheduleAgendaDayViewTag</classname>
            <superclass>
                org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
            </superclass>
        </tag>
        <!--
          <taghandler>
              <classname>org.ajax4jsf.tag.TestHandler</classname>
          </taghandler>
          -->
        &ui_component_attributes;
        &commonViewAttributes;
    </component>
</components>