jQWidgets Forums
Forum Replies Created
-
Author
-
September 28, 2017 at 2:07 pm in reply to: renderAppointment logs many console errors renderAppointment logs many console errors #96391
I have looked at that demo and if you just wrap that in a div it breaks the code.
I should be able to put basic html in there and it not break the code.
But I don’t want a static height as some titles will be short and some longer.
Attached is a screenshot of how Fullcalendar handles it and is how I am hoping Scheduler can do it.
September 28, 2017 at 12:15 pm in reply to: renderAppointment logs many console errors renderAppointment logs many console errors #96385What is the proper way to write the function to avoid these errors?
How can just adding a div tag cause it to break? Isn’t the whole point to the function to add custom html?
September 27, 2017 at 1:30 pm in reply to: renderAppointment height not working renderAppointment height not working #96353If the height is fixed and cannot be changed, then what’s the point of having it; you already know the fixed height.
It would be nice to be able to adjust the height per appointment so that long titles would wrap and not be hidden for overflow.
By default an appointment is rendered as one line of text, but I want if the title is longer than 1 line to wrap and show the entire title which means the appointment would grow automatically in the month view.
December 2, 2016 at 4:17 pm in reply to: Can't see the label on the last element Can't see the label on the last element #89536I’m having the same problem on another chart where the values are 0% to 100% and a couple of months are 100% and it is not showing the circle.
When I look at the source, it shows that the circle isn’t even being generated.
To say you have no solution to something as basic as this; why should anyone use the charts if they are not going to work properly?
November 30, 2016 at 7:14 pm in reply to: Can't see the label on the last element Can't see the label on the last element #89453I am having the same problem again but instead of the right side, it is with the top.
Here is jsEditor example: https://www.jseditor.io/?key=chartsample2
November 29, 2016 at 2:00 pm in reply to: How do I get date range of Scheduler How do I get date range of Scheduler #89403But the viewChange event doesn’t fire when the Scheduler is loaded and it doesn’t fire when navigating next and previous month.
August 18, 2016 at 6:08 pm in reply to: Can't see the label on the last element Can't see the label on the last element #86674Here you go: https://www.jseditor.io/?key=chart-example-1
Then how are you suppose to know what events to put on the Scheduler if you don’t know what dates the scheduler is for?
July 10, 2015 at 3:53 pm in reply to: CSV Export not holding the format CSV Export not holding the format #73617The issue with that is then it will display the year with comma. i.e. 2,015
Is it possible to compress the data before sending it?
September 10, 2014 at 7:37 pm in reply to: Treegrid Export Shifting Columns Treegrid Export Shifting Columns #59389Does this mean you are going to help fix this or what is the next step?
September 10, 2014 at 5:50 pm in reply to: Treegrid Export Shifting Columns Treegrid Export Shifting Columns #59384Here is the example: http://jsfiddle.net/nc6gxjf1/
On the grid, scroll to the right and click the Export button. When you open it up in Excel you will see the first row is shifted to the left one column.
Do you have to use the commit() in the source for add, edit and delete change the treegrid?
-
AuthorPosts