[p-schedule] Next and Previous arrow button does not appear

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
DCR_DM401
Posts: 26
Joined: 19 Nov 2016, 06:10

12 Jan 2017, 07:20

I posted again because I mistook the topic.
Next and Previous arrow button does not appeared when the button is displayed one by one on the left and right

PrimeNG ULTIMA 1.0.3
PrimeNG ULTIMA 1.1.0

Code: Select all

<p-schedule [events]="events" [header]="headerConfig"></p-schedule>

Code: Select all

headerConfig: any;

ngOnInit() {
    this.headerConfig = {
        left: 'prev',
        center: 'title',
        right: 'next'
    };
}

User avatar
DarthMaul
Posts: 582
Joined: 23 Nov 2015, 21:20

12 Jan 2017, 09:12

Hi,

Try it like this please

Code: Select all

this.scheduleHeader = {
        left: 'prev,next today',
	center: 'title',
	right: 'month,agendaWeek,agendaDay'
};

DCR_DM401
Posts: 26
Joined: 19 Nov 2016, 06:10

13 Jan 2017, 03:09

Hi DarthMaul

It works for your code, but does Ultima work only with that setting?
Since PrimeNG does not cause problems, I think that it is a Ultima CSS problem


PrimeNG ULTIMA 1.1.0
Image

PrimeNG 2.0.0-SNAPSHOT
Image

User avatar
DarthMaul
Posts: 582
Joined: 23 Nov 2015, 21:20

13 Jan 2017, 08:43

Oh ok i will review this and get back to you from here.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests