search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Override Daypilot.min.js function

Asked by navya
6 years ago.

Hi,

I am working on webform version of the daypilot and had to make some modifications to Daypilot.min.js file to achieve few functionalities working. But i donot want to modify daypilot.min.js , instead override the functionalities and include the new code if any in custom.js. Could you please help if its possible.

Any suggestion would be of great help.

Thanks and Regards,
Navya

Answer posted by Dan Letecky [DayPilot]
6 years ago.

In case of the ASP.NET WebForms version the client-side library is embedded in the DLL and it's inserted into the page using internal ASP.NET mechanisms. As far as I can tell it's impossible to insert custom scripts between the script that loads the libray and the script that initializes the control (both are inserted automatically at the bottom of the page).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.