calendar does not show weekday header

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
jlueters
Posts: 1
Joined: 09 Jan 2016, 22:23

11 May 2018, 14:29

Hi
i am using primefaces 6.2.2 and ultima 1.1

Following an excerpt from my local dashboard.xhtml

<script type="text/javascript">
//<![CDATA[
function skinChart() {
this.cfg.shadow = false;
this.cfg.title = '';
this.cfg.seriesColors = ['#FFC107', '#03A9F4'];
this.cfg.grid = {
background: '#ffffff ',
borderColor: '#ffffff',
gridLineColor: '#EEEEEE',
shadow: false
};
this.cfg.axesDefaults = {
rendererOptions: {
textColor: '#212121'
}
};
this.cfg.seriesDefaults = {
shadow: false,
lineWidth: 1,
markerOptions: {
shadow: false,
size: 7,
style: 'circle'
}
}
}
//]]>
</script>

<style type="text/css">
.main-content {
padding: 0;
}
</style>
</ui:define>
<ui:define name="content">
<h:form id="dashboardForm">
<p:growl id="growl" showDetail="true" sticky="false" />
</h:form>
<p:calendar id="inline" mode="inline"/>

The calendar does not show the weekday header.
The row is present, but empty

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

14 May 2018, 07:51

Do you get an error on browser's console?

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests