jQWidgets Forums
Forum Replies Created
-
Author
-
September 13, 2018 at 2:21 pm in reply to: Multiple tabs in a grid possible? Multiple tabs in a grid possible? #101991
One more question, would the multiple tabse require multiple webservices or can I have one single java webservice returning JSON response for all the tabs? Thanks
July 5, 2018 at 12:53 pm in reply to: Using jqx-all and other mandatory libraries Using jqx-all and other mandatory libraries #100892But things seems to be working fine for me w/o globalization folder. Could you tell me why? Thanks
July 3, 2018 at 3:17 pm in reply to: Using jqx-all and other mandatory libraries Using jqx-all and other mandatory libraries #100848Ok. Is
globalization
folder needed which is inside thejqwidgets
folder?Because, I tried using this in the Javascript code and I was still seeing the rectangular frame :
$(document).ready(function () { $('#jqxLoader').jqxLoader({ html: '<div style="padding: 10px;"><img src="https://i.stack.imgur.com/g75To.gif" alt="Loading Icon" height="150" width="150"></div>' }); $('#openLoader').jqxButton({ theme: 'energyblue' }); $('#openLoader').click(function () { $('#jqxLoader').jqxLoader('open'); }); });
Okay, thanks. Is it possible where I could just have an image with loading icon. I mean if I don’t want to have the image inside the predefined width and height frame?
I got the above working but I am wondering if there is anyway I could use a loading image instead of the default jqxwidget one?
June 18, 2018 at 6:10 pm in reply to: Unordered and Ol not showing up Unordered and Ol not showing up #100628Okay, but I am not seeing the
.jqx-tooltip-text
class used anywhere in the code, or am I missing something?June 14, 2018 at 8:12 pm in reply to: Unordered and Ol not showing up Unordered and Ol not showing up #100599This thing was throwing an error, when I tried to add it in your fiddle :
`$(“#jqxbutton”).jqxTooltip-text{
text-align: left
}`Can you add it for me in your fiddle?
June 12, 2018 at 1:46 pm in reply to: Unordered and Ol not showing up Unordered and Ol not showing up #100568Hmm, that’s strange.
1) In my case, I am using image tag instead of button you have used and it’s not displaying those items.
2) Also, do you know why the content is aligned to center automatically?
Since I am not using PHP, what other alternative would you suggest to export large data to CSV or any other file if I am using jqxGrid?
Thanks. In this way, if I decide to export the records, it would still print the actual data, right? If yes, then is there a way to overcome that?
Thanks. This stopped dragging of item anywhere within the tree. I am wondering whether this will allow me to drag the tree element outside the tree?
Thanks Martin. I would like to disable dragging within the tree from everywhere so that user can’t drag any element within the tree. But I don’t want to completely disable the dragging feature because I would like to drag the element outside the tree to some other place.
Can you elaborate more on what is not supported?
No problem. In the demo, I am still able to drag elements inside the Solutions parent up and down. That could also be restricted? what if there are thousands of records?
-
AuthorPosts