Forum Replies Created
-
Author
-
Thanks Peter.
Would you consider this a feature request?
Thanks Peter.
November 18, 2013 at 1:03 pm in reply to: Support for Venn Diagram? Support for Venn Diagram? #32870Thanks Peter, I hear you. Pies/donuts it is .
Let me play around with this in my spare time. Provided you think it useful, once available I can contribute this back to the jQWidgets community.
Best regards.
November 18, 2013 at 12:52 pm in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #32866Thanks Peter. Yes, this clarifies a lot.
I noticed that I had some code to create the respective jQWidget, like above in this thread, but it was not being referred to elsewhere.
It seems unlikely to me but for that case, is “Uncaught Error: Invalid jQuery Selector” also thrown? Else I am afraid I am lost, as to what is wrong with the code.In that case, which other checks can you suggest I perform to get to the bottom of this?
Thanks.
November 18, 2013 at 8:16 am in reply to: Support for Venn Diagram? Support for Venn Diagram? #32839Thanks Peter for suggestion.
Can the Venn diagram be added to the list of future supported chart types?Best regards.
November 18, 2013 at 7:28 am in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #32835Hello Peter.
I am upgrading from 3.0.2. I am struggling to find out which changes has been applied between that and 3.0.4 – specifically to the Invalid jQuery Selector errors I am seeing now. The errors do not appear when using version 3.0.2.
Release history on http://www.jqwidgets.com/jquery-widgets-documentation/documentation/releasehistory/releasehistory.htm does not give me any leads. Did version 3.0.4 get a whole lot stricter, in which area(s)?
What is wrong with the following?
$(‘#centre-Splitter’).jqxSplitter({
width: ‘100%’,
height: ‘100%’,
orientation: ‘vertical’,
panels: [
{ size: ‘50%’, collapsible: false },
{ size: ‘50%’, collapsible: true }
]
});var contextMenu = $(‘#jqxMenu’).jqxMenu({ width: ‘120px’, height: ‘140px’, theme: theme, autoOpenPopup: false, mode: ‘popup’ });
$(‘#jqxLbFocus’).jqxListBox({ source: srclbFocus, width: ‘100%’, height: ’80px’, theme: theme });
Thanks in advance.
November 18, 2013 at 4:11 am in reply to: Adding Another Toolbar to Grid Adding Another Toolbar to Grid #32805Thank you Peter. I was not aware of this property.
Best regards.
November 11, 2013 at 7:22 am in reply to: Support Move Item in Listbox Support Move Item in Listbox #32373Resolved, thank you Peter.
-
AuthorPosts