jQWidgets Forums

jQuery UI Widgets Forums General Discussions Control Distorted or hang

This topic contains 3 replies, has 3 voices, and was last updated by  support 12 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Control Distorted or hang #16184

    basumrinmoy
    Participant

    I have multiple page where multiple entry screen in a page. But problem is when open the page first render original html controls then actual jqwidgets theme bind with original control. so as a result at first when open the screen in a any browser looking like hang or distorted page with different html control without theme for 2 3 sec but after it bind with actual theme defined for jqwidgets. Please suggest me what I do ?

    Control Distorted or hang #16186

    Peter Stoev
    Keymaster

    Hi,

    Our widgets are rendered when all files are loaded and the initialization is done in the $(document).ready(function (). Before that, while the files are loading it may take some time depending on what you use and how many files you load in your page. As a solution, you may set “visibility: hidden” of your HTML content while it is loading and “visibility: visible” in the $(document).ready(function ()

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Control Distorted or hang #16209

    basumrinmoy
    Participant

    But where A form suppose a entry form will open as popup and that all controls of popup page contains in a div. In that case if I make visibility hidden of that div. Then instead of write “visibility: visible” in the $(document).ready(function () its not showing when call that form as a popup using $(“#Userform”).jqxWindow(‘open’); just popup cross button showing.

    Control Distorted or hang #16211

    support
    Participant

    Hi basumrinmoy,

    It depends on you which part of the content you will hide and then show. You may look at the implementation of our Menu samples as an example.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.