Our powerful JS Calendar component


Post by tradii »

Hi,

I'm working on an existing project which uses Bryntum Calendar. I'm supposed to add edit functionality like in this example: https://www.bryntum.com/examples/calendar/custom-menus/

 scheduleMenu : true,
            eventMenu    : {
              items : {
                duplicate : {
                  text : 'Duplicate',
                  icon : 'b-fa b-fa-clone',

              // Handler found by looking up ownership hierarchy.
              // Will find an implementation in the Calendar
              onItem : 'up.duplicateEvent'
            }
          }
        }	

But, when I try to add it in our project, React is giving me error:

Unhandled Runtime Error
Error: Invalid type name "scheduleMenu" passed to CalendarFeature factory

Any help would be appreciated, thank you.

--
Tradii Dev Team


Post by mats »

Can you please upload a simple test case with sources so we can inspect?


Post Reply