jQWidgets Forums
Forum Replies Created
-
Author
-
August 29, 2022 at 8:31 pm in reply to: jqxForm add additional field icons jqxForm add additional field icons #122425
Hi Svetoslav,
Thanks, I will give it a shot and revert back if I run into any problems.
Best regards.
August 26, 2022 at 8:00 pm in reply to: jqxForm template init jqxSlider jqxForm template init jqxSlider #122412Hi Svetoslav,
Yes, the technique works well, better than
createInstance
if you ask me. Thank you.A follow up question. If we consider jqxForm having name/value pair rows, then for a given row is there a way to ignore the separate name/value elements and show a toolbar on the entire row?
I want to show a toolbar *inside the JqxForm* (not outside the JqxForm). Is this possible, how?
Thank you.
August 25, 2022 at 7:05 pm in reply to: jqxForm template init jqxSlider jqxForm template init jqxSlider #122396Hi,
How would this work with JqxButtonGroup? An example would be very useful to me please.
Thanks in advance.
August 25, 2022 at 7:04 am in reply to: jqxForm template init jqxSlider jqxForm template init jqxSlider #122391Hi Svetoslav,
I assume I need to use
window.jqwidgets.createInstance
Can you please point me to some documentation on the technique?
Thank you.
August 22, 2022 at 9:13 am in reply to: Align seach input and search icon Align seach input and search icon #122376Hi Ivan,
Yes, thank you for your suggestion. It worked like a charm.
Best regards.
August 22, 2022 at 7:03 am in reply to: Add Tooltip to DataTable cell Add Tooltip to DataTable cell #122372Thanks Svetoslav.
Adding the toggles to the right class works like a charm!
Best regards.
August 19, 2022 at 9:49 am in reply to: Add Tooltip to DataTable cell Add Tooltip to DataTable cell #122363Hi Svetoslav,
I sent a demo project to your email address.
Thanks.
August 8, 2022 at 5:29 pm in reply to: Add Tooltip to DataTable cell Add Tooltip to DataTable cell #122293Hi Svetoslav,
Yes, works like charm, thanks!
I am trying to adapt your example to a JqxListbox, but the event handler never gets fired dunno why.
toggler.addEventListener(“mouseover”, (e) => {
I will make an example and ask you to review it please.
Thanks again.
August 5, 2022 at 2:28 pm in reply to: Add Tooltip to DataTable cell Add Tooltip to DataTable cell #122283Hi Svetoslav,
Thanks for the demo, but I am still having no joy with actually making the tooltip appear.
I thought by adding the following to lines to the mouseover event handler would suffice
this.$refs.tooltip.content(‘hello world’)
this.$refs.tooltip.open();Can you please take a look and perhaps offer me a suggestion?
Thanks in advance.
August 4, 2022 at 9:07 am in reply to: jqxForm jqxInput update label value jqxForm jqxInput update label value #122276Hi Svetoslav,
The demos is not giving the expected behaviour.
Initially I want to show only a label and a value.
name of the label: username
value of the label: John Doe (‘Change’)When the user clicks ‘Change’ I want the label to be change into a text box.
Possible, how?
Thank.
August 2, 2022 at 7:20 pm in reply to: Show JqxNavigationBar in menu Show JqxNavigationBar in menu #122258Thanks a million Svetoslav, I got that working.
August 2, 2022 at 5:42 pm in reply to: jqxMenu jqxWindow jqxNotification jqxMenu jqxWindow jqxNotification #122256Hi Svetoslav,
Yes, I see the approach you have taken.
Thank you.
Hi Svetoslav,
Thank you, it works like a charm!
Best regards,
Hi Svetoslav,
A quick follow-up question, how can your example be adapted to use JSON menu, https://www.jqwidgets.com/vue/vue-menu/#https://www.jqwidgets.com/vue/vue-menu/vue-menu-jsonmenu.htm?
Thanks.
Thanks Svetoslav!
-
AuthorPosts