jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks Peter, was just a little confusing.
Hello, Sorry I mean isn’t this JQuery not Vue?
$(‘#barGauge’).jqxBarGauge({
colorScheme: “scheme02”,
width: size,
height: size,
values: [102, 115, 130, 137], max: 150, tooltip: {
visible: true, formatFunction: function (value)
{
var realVal = parseInt(value);
return (‘Year: 2018<br/>Price Index:’ + realVal);
},
}
});What does this have to do with Vue? Isn’t this JQuery code?
November 3, 2015 at 6:09 am in reply to: The themes don't seem to work anymore The themes don't seem to work anymore #77671Thanks for fixing the demo…
November 1, 2015 at 3:54 pm in reply to: The themes don't seem to work anymore The themes don't seem to work anymore #77615I guess that’s what I meant, the themes in that demo aren’t working, I am using the code from the dropdownlist. Will you be fixing the dropdown? Thanks
thanks much… I just saw it was updated…
October 12, 2015 at 8:15 pm in reply to: Can the word appointment be changed to something else? Can the word appointment be changed to something else? #76735Thank You Peter, I will take a look. I hadn’t thought of that!!!
I see you did… thanks
September 16, 2014 at 6:27 pm in reply to: Availability of schedule widget Availability of schedule widget #59582also its not a good practice to base your products software release on something that does not exist yet
September 16, 2014 at 6:25 pm in reply to: Availability of schedule widget Availability of schedule widget #59581I am waiting for this schedule widget too but the road map clearly says: “*) The roadmap dates may change. You can find the latest updates on this page.” So it was not promised yet but I am looking forward to its release…
Thank You Peter for the great library…
August 5, 2014 at 7:06 pm in reply to: replacing textarea with editor breaks post replacing textarea with editor breaks post #58025Hi peter, Would it be possible to just show some quick code on sending an example contact form through Ajax with your controls in MVC 5? Like a textbox, dropdown and your editor control? Then maybe I could see the point of doing it this way…
Thanks
August 3, 2014 at 1:56 pm in reply to: replacing textarea with editor breaks post replacing textarea with editor breaks post #57973But I’m just posting it with the rest of the form… Thats the only way to get the value? Hmm Maybe I won’t even use this then. I was using CLeditor and that had worked easily.
Thanks
Hello Ridbark… Were you ever able to get a progress bar to work in the grid? I need this too.
Thanks
February 4, 2014 at 5:46 pm in reply to: Post Dropdownlist value on form to MVC 5 Post Dropdownlist value on form to MVC 5 #48947I was getting errors when I added name to the div tag. It was saying unknown attribute…
February 4, 2014 at 4:17 pm in reply to: Post Dropdownlist value on form to MVC 5 Post Dropdownlist value on form to MVC 5 #48940Thanks for your quick response. I tried that and it broke all the javascript for the page after it… Maybe I wrote it in wrong. You mean in the javascript or on the div tag for the control?
-
AuthorPosts