Hi Roshan, If you can make changes to fullcalendar2 so that it continues to support its current capabilities (ie is backwardly compatible), then do that and raise a PR.
But if you're not sure how to do that, then you could just take a copy of the fullcalendar2 code and modify/hack around as necessary. In that case you'll need to register your new implementation of ComponentFactory (look for the META-INF/services file which we pick up using Java's ServiceLoader API). HTH Dan On Tue, 31 Oct 2017 at 07:41 Roshan Vishwakarma < [email protected]> wrote: > Hi Dan, > > Thanks for the information > > From your text below: > "*You might find it easiest* > *to extend fullcalendar2 in order to support your use case.*" > > Actually I didn't get this one, what should I follow here. > I think you mean to say override the class and write my own implementation. > or > Do some changes in the fullcalendar2 class as per the need. > > Is it correct? > > Please can you provide some example on it. > > I have gone through some below links: > 1] https://github.com/isisaddons/isis-app-todoapp > > > Thanks, > Roshan Vishwakarma > > On Tue, Oct 31, 2017 at 11:50 AM, Dan Haywood < > [email protected]> > wrote: > > > Hi Roshan, > > > > You'll need to learn some Wicket in order to do this. > > > > Take a look at our docs [1], and also at some of the implementations in > the > > Incode Platform, specifically fullcalendar2 [2]. You might find it > easiest > > to extend fullcalendar2 in order to support your use case. > > > > HTH > > Dan > > > > > > [1] > > http://isis.apache.org/guides/ugvw/ugvw.html#_ugvw_ > > extending_replacing-page-elements > > [2] > > https://github.com/incodehq/incode-platform/tree/master/ > > modules/wkt/fullcalendar2/impl > > > > > > > > On Mon, 30 Oct 2017 at 11:14 Roshan Vishwakarma < > > [email protected]> wrote: > > > > > Hello, > > > > > > I wan to develop a custom view which is similar to calendar view. > > > In each day i want to club the schedule of more than one users to tell > > on a > > > particular hour who's schedule or slot is free or occupied with > different > > > colour coding. > > > > > > I want to have navigation similar to a calendar where I can fetch > > > additional schedules if needed. > > > > > > > > > Below is the example: > > > > > > 10/30/2017 <Prev Next> Today November 2017 > > > Time Slot/Member Name Member 1 Member 2 Member 3 Member 4 Member 5 > > > 1.00-2.00 am > > > > > > > > > > > > > > > > > > 2.00- 3.00 am > > > > > >
