jQWidgets Forums
Forum Replies Created
-
Author
-
September 24, 2012 at 4:54 pm in reply to: Menue disappears when loading into iframe Menue disappears when loading into iframe #8388
Hi Peter,
okay, I am trying to use the ‘itemclick’ event. So I give every menue element an ID like … . In the ‘itemclick’ event I do
if(event.args.id==’m1′)
{
// load page belonging to m1 into iframe
}
else if(event.args.id==’m2′)
{
// load page belonging to m2 into iframe
}
etc.Is there a more elegant way to do this ?
Best Regards
Karlheinz RafalskiSeptember 24, 2012 at 3:49 pm in reply to: Menue disappears when loading into iframe Menue disappears when loading into iframe #8384Hi Peter,
how do you explain, that it does only happen when we use jqxMenu. Habe a look now at the demo page, where I removed the jqxMenu line. No more navigation to the iframes’s page: http://85.214.211.237/jqw/main.html .
Best Regards,
Karlheinz RafalskiSeptember 24, 2012 at 2:48 pm in reply to: Menue disappears when loading into iframe Menue disappears when loading into iframe #8382Hi Peter,
why does the browser navigate most of the times to the main page and sometimes to the iframe ? Why can we not use the target in the menue items and why is ‘itemclick’ better ?
Best Regards
Karlheinz RafalskiSeptember 11, 2012 at 7:13 am in reply to: Initial collapsed window expands blank Initial collapsed window expands blank #7658Hi Peter,
I downloaded 2.4.1 again and now its working. It is very confusing when you change a version after release. How do I distinguish between the builds ?
Best Regards
Kalrheinz RafalskiSeptember 11, 2012 at 6:24 am in reply to: Initial collapsed window expands blank Initial collapsed window expands blank #7651Hi Peter,
I updated the demo http://85.214.211.237/jqw/window.html to 2.4.1. Same effect.
Best Regards
Kalrheinz RafalskiSeptember 7, 2012 at 7:53 pm in reply to: Query window collapsed state Query window collapsed state #7531Hi Peter,
this is missing in the API documention.
Best Regards
KarlheinzSeptember 7, 2012 at 7:04 pm in reply to: Query window collapsed state Query window collapsed state #7526So I have to remeber by hooking the event if the window is collapsed or not ?
September 7, 2012 at 7:02 pm in reply to: Multiselect problems on touch devices Multiselect problems on touch devices #7525Here is a demo:
Load the page, select some items in the listbox, click ‘Fill Listbox’ and try to select items. This only does happen on touch devices, not on the Desktop.
September 7, 2012 at 6:28 pm in reply to: Multiselect problems on touch devices Multiselect problems on touch devices #7522Sorry I was not quite clear. I do not change the listbox every second. Every second TIME I fill the listbox with new items this occurs.
May 18, 2012 at 8:39 am in reply to: Larger menue for iPad or iPhone Larger menue for iPad or iPhone #4240Hi Peter,
please tell me which style I have to change in jqx.base.css . You say you detect Touch/Mobile devices. Are there any jqwidgets device properties we can query to adapt our code ?
May 18, 2012 at 8:04 am in reply to: Larger menue for iPad or iPhone Larger menue for iPad or iPhone #4237Hello Peter,
the menues are okay on a desktop PC, but are too small on an iPad and much too small on an iPhone. You claim jqwidgets to be for all devices, so one could expect some mechanism to handle that. Editing jqx.base.css is no soulition. If I increase the fontsize to fit an iPhone, it would be too big for the iPad and much too big for the desktop. Also I do not want to edit a jqwidget system file, which may be changing in the next release.
May 17, 2012 at 5:25 pm in reply to: Larger menue for iPad or iPhone Larger menue for iPad or iPhone #4213But this will not enlarge the menues font, only the space used for the menue.
May 17, 2012 at 7:26 am in reply to: Adapting chart size to screen resolution Adapting chart size to screen resolution #4209This will do:
$(“#chart”).width(500);
$(“#chart”).height(300);
$(‘#chart’).jqxChart(‘refresh’); -
AuthorPosts