jQWidgets Forums
Forum Replies Created
-
Author
-
July 2, 2022 at 8:13 am in reply to: jqxNavigationBar header with multiple content divs jqxNavigationBar header with multiple content divs #121977
resolved
Yes, this is useful.
Thank you!
October 4, 2016 at 10:18 pm in reply to: jqxMenu swap top item and selected jqxMenu swap top item and selected #87907For the benefit of others I was able to accomplish my use case through the help of
demo: dropdownbuttonNo further action request.
Best regards.
October 4, 2016 at 11:24 am in reply to: jqxMenu swap top item and selected jqxMenu swap top item and selected #87896Hello Hristo.
Thank you for taking this up.
I am not seeing any methods for remove & add or even hide & show.
Which workaround do you recommend? How will this work?Thanks in advance.
September 20, 2016 at 3:49 pm in reply to: jqxSlider rangeSlider Override Tooltip jqxSlider rangeSlider Override Tooltip #87548Hello Hristo.
Thank you very much for taking the time for the workaround.
It is exactly what I was looking for.
Best regards.
September 15, 2016 at 9:14 pm in reply to: jqxSlider rangeSlider Override Tooltip jqxSlider rangeSlider Override Tooltip #87367The reference is not useful to me. Do you perhaps have another workaround?
tia
September 15, 2016 at 9:13 pm in reply to: jqxSlider rangeSlider read range jqxSlider rangeSlider read range #87366This looks good thanks.
Hello Dimitar.
Yes, the resize option is visible when you add/edit a post on this forum.
Thank you.
Thank you Dimitar.
One thing that struck me is that this widget does have the resize feature(!). Which widget is this?
If this is not a jqxWidget, then please consider this a change request.
Thank you.
July 18, 2016 at 4:05 am in reply to: jqxScheduler contextMenuOpen null appointment jqxScheduler contextMenuOpen null appointment #85811Hello Peter.
Thanks for getting back.
Can I please put in a change request, so the appointment can be selected and is editable either by the default edit appointment or custom window?
Thank you.
July 13, 2016 at 5:27 am in reply to: jqxScheduler contextMenuOpen null appointment jqxScheduler contextMenuOpen null appointment #85689Hello Hristo.
Any update? Can you confirm, what are the next steps?
Thanks.
June 30, 2016 at 7:43 pm in reply to: jqxScheduler Agenda View Delete Appointment jqxScheduler Agenda View Delete Appointment #85516Hello Peter.
I am interested in three (3) situations and two behaviours.
1) the Agenda view. I want to show the Delete context menu item, to delete the appointment.
2) the month/week/day view. When an appointment is selected I want to show the Delete context menu item, to delete the appointment.
3) the month/week/day view. When no appointment is selected I do not want to show the Delete context menu item.What are my options? Is there perhaps a way to determine whether I am on the Agenda View?
contextMenuOpen: function (menu, appointment, event) { if (!appointment) { menu.jqxMenu("hideItem", "createAppointment"); // pseudo code if !agendaView then menu.jqxMenu("showItem", "delete"); else menu.jqxMenu("hideItem", "delete"); } else { menu.jqxMenu("hideItem", "createAppointment"); menu.jqxMenu("showItem", "delete"); } },
Thanks in advance.
June 30, 2016 at 6:14 pm in reply to: jqxScheduler Localize Agenda View jqxScheduler Localize Agenda View #85515Hello Peter.
Thanks for pointing me in the right direction, I always appreciate.
Best regards.
June 29, 2016 at 8:54 pm in reply to: jqxTreeGrid Streamed Data Sockets jqxTreeGrid Streamed Data Sockets #85497Thanks Christopher.
Ok. What I understand from the above is, if the TreeGrid is readonly so and only responds to streamed updates, then the use of streamed (pushed) data with TreeGrid is supported?
Please confirm.
Thank you.
June 29, 2016 at 7:07 pm in reply to: jqxScheduler Appointment Readonly Status jqxScheduler Appointment Readonly Status #85494I also want to make the “subject” and “description” read only.
How to accomplish this?
Thanks.
-
AuthorPosts