jQWidgets Forums
Forum Replies Created
-
Author
-
November 29, 2013 at 3:44 pm in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #45628
Ok no problem lets hope for a solution in next update!
November 27, 2013 at 5:45 am in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #44567Dear Dimitar!
Long time no reply, I am wondering if there is any progress on the issue.
thanks,
AemalNovember 18, 2013 at 12:51 pm in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #32865Dear Dimitar,
I will investigate on it as well and hope that I will be able to debug it as well!
I would love to find time and work on jqWidgets development!Thanks,
AemalNovember 16, 2013 at 4:23 pm in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #32784Dear Dimitar,
You can produce the same behavior in the code that you provided in last post, make the first window modal as well.
From this:
$(“#jqxwindow “).jqxWindow({ height: 200, width: 400 });to this:
$(“#jqxwindow “).jqxWindow({ height: 200, width: 400, isModal: true });Now if you open the 2nd window, then check the tab sequence in the text boxes, it doesn’t work.
Thanks,
AemalNovember 16, 2013 at 4:52 am in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #32739Dear Dimitar,
Please download the source code from here. I am keen to know the solution to this problem.
Thanks,
AemalNovember 15, 2013 at 7:28 am in reply to: Tab Sequence on a form in modal dialog Tab Sequence on a form in modal dialog #32687Dear Dimitar,
Thanks for your reply, but my case is a bit different, I use two modal dialog windows one on the top of another and the tab sequence is fine on the first window while on the second window it doesn’t work. Please try this if you could download.
Thanks,
AemalOctober 15, 2013 at 5:59 pm in reply to: iframe scrolling issue using with treeview, splitter and tabs iframe scrolling issue using with treeview, splitter and tabs #30769Hi Dimitar,
It worked!
The problem was that in the splitter I have used one panel width with pixel and one with percent like below:$(‘#mainSplitter’).jqxSplitter({ width: ‘100%’, height: ‘100%’, panels: [{ size: ‘200px’ }, { size: ‘80%’ }] });
Now that I made it like following it worked:
$(‘#mainSplitter’).jqxSplitter({ width: ‘100%’, height: ‘100%’, panels: [{ size: ‘20%’ }, { size: ‘80%’ }] });
Thanks a heap for your superb support!
Regards,
AemalOctober 15, 2013 at 8:16 am in reply to: iframe scrolling issue using with treeview, splitter and tabs iframe scrolling issue using with treeview, splitter and tabs #30730Hello Dimitar,
I have downloaded the latest version but still the same problem, I have recorded a video of the same please watch. I think the width of the iframe is calculating the space that tree is occupying, therefore it is showed beyond the window width, I guess that by the time iframe is initialized the expander/tree control width is not placed or the splitter does is not initiated.
This is a very crucial issue if we couldn’t fix it the application won’t be functional.September 25, 2013 at 5:42 am in reply to: One tab without close button and others with close button One tab without close button and others with close button #29523Yes!!!
I just found that after sending the comment, but your support is so much great and superb that didn’t let me delete my comment.
Great Support!!!jqWidgets I am loven it!!!
September 25, 2013 at 5:03 am in reply to: One tab without close button and others with close button One tab without close button and others with close button #29516Dear Dimitar,
Thanks a heap for your reply. I already had a look on that demo but what I need is a bit different. I need the first tab not to have the close button and the rest of the tabs should have close buttons. Something like this.
Thanks Peter for superb support!
Dear Peter,
Thanks a heap for your quick reply.
The code mentioned in the post isn’t compatible with Fire Fox but with Google Chrome it shows fine.Thanks,
-
AuthorPosts