Paul-DS

Results 17 comments of Paul-DS

I implemented a quick solution for the phRETS v2 using a custom strategy/parser My code: CreaResults.php ``` use PHRETS\Models\Search\Results; class CreaResults extends Results { public function addCreaRecord($record) { $this->results->push($record); }...

If I understand your problem, this doesn't come from the calendar itself, but from the example. I didn't make any check for this specific case. You can manage it by...

The project has been rewrite to remove the bootstrap and jquery dependencies. You can find it here: https://github.com/year-calendar/js-year-calendar I didn't depreciate the current repository since I don't have enough feedback...

Yes, this repository is deprecated. You should consider using https://year-calendar.github.io/

Indeed, the `setMinDate` and `setMaxDate` methods expect a date object, so `null` is not managed. I keep this issue open in order to fix in a future version. For now...

I couldn't reproduce the problem. I test with the Internet Explorer compatibility mode, on the official website examples, and I found no bug : ![calendar_ie10](https://cloud.githubusercontent.com/assets/15329946/13399497/e6e160d0-df03-11e5-9fa4-b5a7ba16ae33.png) Could you tell me if...

I tried with the IE9 and IE10 VM from microsoft (https://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/), and I cannot reproduce the problem. Can you send me a screenshot of the "About Internet Explorer" window, with...

The library does not depend so much on bootstrap. I was thinking to maybe migrate the project to get rid of bootstrap. In this case, the library would become a...

I created a new organization to manage the future versions of the project: https://github.com/year-calendar/ The library has been decoupled from bootstrap and jquery: https://github.com/year-calendar/js-year-calendar I also created a React wrapper:...

Can you provide a clear example please. You can create a fiddle based on https://jsfiddle.net/3vb4dmpj/