Blame view

ui/schedule/src/main/config/component/scheduleAgendaDayView.xml 1.03 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
<?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>
        &ui_component_attributes;
        &commonViewAttributes;
    </component>
</components>