I would like to use the built in Codeigniter calendar library to create a calendar with the 40 next days. I would like each month to be displayed as a normal calendar placed horizontally by each other. In other words, there should be 2-3 calendars horizontally aligned.
Any good tip where I should start?
create your own user control. using calender control
hope this will give you a clue to proceed
Related
I'm working with Xamarin Forms and Syncfusion Calendar (not Scheduler).
I got the calendar to work including week view. But, I cannot find a way to make it pretty.
I wanted to be like this.
But in Syncfusion, the spaces between the the days (Sunday, monday, etc) and the numbers (7,8,9 etc) is too far apart. It's like 1 to 2 rows apart.
Please help.
Thank you
I found out the answer.
its a simple, wrap it in a grid.
We would like to inform you that as per implementation of SfCalendar, the space between the days in calendar is not reduced or changed.
The rows of schedule board are white by default. I would like to apply colors alternation to them to make them look like these Excel rows on the picture. How could I do it?
How to add color change on hover? It works out of the box for cells of resources and the work order rows (see the picture), but not for the whole rows on the calendar area.
Last time when I checked with MS PG team on this topic - they expressed that it is aligned with Design principles of UCI. So no alternate row colors available in grid or calendar.
You can create an idea and based on community votes, MS may give that option in future. For now instead of manipulating DOM/CSS in any unsupported way, stay away from it. :)
Does anyone know how to interact with google maps street view to retrieve a batch number of images (~200) along the street view from point A to point B? I could always manually go and move along the street and "print screen." but this is time consuming. I work for city government, and we're trying to get more info on our streets.
You can take use of the Google Street View Image API, which gives you the ability to link to a picture of the Streetview directly. For example,
this link:
https://maps.googleapis.com/maps/api/streetview?size=640x640&location=40.720032,-73.988354&fov=90&heading=235&pitch=10
links to this image:
But there are 2 problems about this Google Street View Image API:
1) It only support up to 640x640, no bigger image for the free account.
2) I think the ToS requires the data be publicly accessible if you are using it for free.
You can solve these by applying to the Google Maps for Work, which I might able to refer you and get discounts.
I really like the "Months > days (horizontally)" graph on this page:
http://kamisama.github.io/cal-heatmap/
I'm totally new to D3JS though and I'm wondering if its possible to label the day of the month (ie. 1,2,3...,31) directly on the calendar's HTML (not via tooltip). I basically just want to create a calendar (with labeled days) using D3JS.
How would I go about doing that? Thanks!
I need some advice about the design on my app.
I have several screens where I need a date range to show content. One has rows of text data and others are charts. All but one need future dates (one needs dates in the past).
I have a screen where they can select the date range and a quick way to select 30 days etc.
I think I have two options. 1) allow one date range to be used though-out all screens (apart from that one chart). 2) allow a date range to be selected for each.
However, both of these have issues, I may have to correct old dates and theres that one chart. Although, making these corrections could cause confusion.
My main issue, is that I don't want to confuse my users.
Suggestions?
I recommend placing a date range selector on each screen. It makes the content super obvious and a little easier to use. For convenience, you could have previously selected date ranges persist between screens for users who want all the data for the same dates.
edit: What is the platform? If its a mobile phone I would recommend a separate screen for the date range and if it is a computer I would recommend the date range selector on each screen.