Open component6 opened 7 years ago
hi, i don't understand the issue. is the widget rendering the items a month after the date they are supposed to appear?
does not display data
"dataSource":[
{
"id":100,
"name":"name 1",
"disposable":1,
"startDate":new Date(2017, 02, 10),
"endDate":new Date(2017, 02, 10)
},
{
"id":108,
"name":"name 2",
"disposable":1,
"startDate":new Date(2017, 02, 10),
"endDate":new Date(2017, 02, 10)
}
....
should be displayed as here http://www.bootstrap-year-calendar.com/#Examples/Full example
can you try
public function getStartDate() {
return JsExpressionHelper::parse($this->date_begin);
}
public function getEndDate()
{
return JsExpressionHelper::parse($this->date_end);
}
Good afternoon. I am interested in your package, but I have difficulty in using it, you could not give answers to my questions. When you try to run ActiveCalendar widget and render it in the data model of the Service, data is not displayed. I did the settings for your example. Calendar rendered, but for some reason does not render lannye that I bring to it. The widget is drawn, only the current date. But a month in advance. (10 March 2017) model description "Service"
Further, as I called widget:
Here's what I got: The widget does not display data from ActiveDataProvider. At the most there html page javascript code:
For some reason, he does not draw the days of the widget? Please tell me what I'm doing wrong?
############################## Добрый день. Меня заинтересовал ваш пакет, но я испытываю трудности в его использовании, не могли бы вы дать ответы на мои вопросы. При попытке запустить виджет ActiveCalendar и отрисовать в нем данные из модели Service, данные не отображаются.
Я делал настройки по вашему примеру. Календарь отрисовался, но по каким то причинам не отрисовались ланные, которые я в него передаю. В виджете отрисовывается только текущяя дата. Но на месяц вперед. (10 марта 2017 года)
описание модели "Service": (описано выше...)
Далее, в виде я вызвал виджет: (описано выше...)
Вот что у меня получилось:
В виджете не отобразились данные из ActiveDataProvider. На самой html странице есть javascript код: (описано выше...)
По каким то причинам он не отрисовывает дни в виджете? Пожалуйста подскажите, что я делаю не так?