htmlSchedule.jspx
1.92 KB
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
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<f:root
    xmlns:f="http://jsf.exadel.com/template"
    xmlns:vcp=" http://jsf.exadel.com/vcp"
    xmlns:ui=" http://jsf.exadel.com/ui"
    xmlns:x=" http://jsf.exadel.com/vcp"
    xmlns:u="http://jsf.exadel.com/util"
    xmlns:h="http://jsf.exadel.com/header"
    xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:c="http://java.sun.com/jstl/core"
    class="org.richfaces.renderkit.html.ScheduleRenderer"
    baseclass="org.richfaces.renderkit.ScheduleRendererBase"
    component="org.richfaces.component.UISchedule">
    <f:clientid var="clientId"/>
    <h:styles>/org/richfaces/renderkit/html/css/fullcalendar.css</h:styles>
    <h:scripts>org.ajax4jsf.javascript.AjaxScript,
        /org/ajax4jsf/javascript/scripts/form.js,
        /org/richfaces/renderkit/html/scripts/form.js,
        /org/richfaces/renderkit/html/scripts/jquery/jquery.js,
        /org/richfaces/renderkit/html/scripts/ui.core.js,
        /org/richfaces/renderkit/html/scripts/ui.draggable.js,
        /org/richfaces/renderkit/html/scripts/ui.resizable.js,
        /org/richfaces/renderkit/html/scripts/fullcalendar.js,
        /org/richfaces/renderkit/html/scripts/richfaces.schedule.js
    </h:scripts>
    <jsp:directive.page import="org.ajax4jsf.renderkit.AjaxRendererUtils"/>
    <jsp:directive.page import="org.ajax4jsf.javascript.JSFunction"/>
    <jsp:directive.page import="org.ajax4jsf.javascript.JSLiteral"/>
    <jsp:directive.page import="org.ajax4jsf.renderkit.RendererUtils.HTML"/>
    <jsp:scriptlet>
        <![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
    </jsp:scriptlet>
    <div id="#{clientId}" class="rich-schedule #{component.attributes['styleClass']}" x:passThruWithExclusions="value,name,type,id"></div>
    <input type="hidden" name="#{clientId}" id="#{clientId}"/>
    <script type="text/javascript">
        <f:call name="writeInitFunction"/>
    </script>
</f:root>