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

daypilot-all.min.js SyntaxError: Unexpected token )

Asked by Anonymous
9 years ago.

Hi all.

i trying to use mvc DayPilotScheduler.but error ni js file.

Razor code :

@Html.DayPilotScheduler("dps", new DayPilotSchedulerConfig { BackendUrl = Url.Action("Backend", "Home"), Scale = TimeScale.Day })

Controller:

public ActionResult Backend()
{
return null;
}

in Layout header:

<script src="~/Scripts/jquery-2.1.1.min.js"></script>
<script src="~/Scripts/daypilot-all.min.js" type="text/javascript"></script>

mvc
Comment posted by Anonymous
9 years ago.

version Build 7.8.5684 from July 1, 2014

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