jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Window not react Window not react #53019

    Inverse
    Participant

    I added already but it still not executed ….Σ(´д`;)

       <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" />
        <link rel="stylesheet" href="../../jqwidgets/styles/jqx.classic.css" type="text/css" />
        <link rel="stylesheet" href="../../jqwidgets/styles/jqx.energyblue.css" type="text/css" />
        <script type="text/javascript" src="../../scripts/jquery-1.10.2.min.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxcore.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxdata.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxbuttons.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxscrollbar.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxlistbox.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxdropdownlist.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxmenu.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.filter.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.sort.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.edit.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.selection.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxpanel.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxcalendar.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxdatetimeinput.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.pager.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxnumberinput.js"></script>
        <script type="text/javascript" src="../../scripts/gettheme.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxdata.export.js"></script> 
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.export.js"></script>
        <script type="text/javascript" src="../../jqwidgets/globalization/globalize.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxcheckbox.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.columnsresize.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxgrid.aggregates.js"></script>
        <script type="text/javascript" src="../../scripts/demos.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxwindow.js"></script>
        <script type="text/javascript" src="../../jqwidgets/jqxdocking.js"></script>
    
    in reply to: Window not react Window not react #53002

    Inverse
    Participant

    I just want to click buttn go after the trigger window

    There are ways? Please ~Thank you

    <script type="text/javascript">
        $("#Testbutton").click(function () {
            $("#jqxwindow ").jqxWindow({ height:90, width: 150, theme: 'summer' });
        });
    </script>  
    
    <input type="button" id="Testbutton" value="test">
    <div id='jqxwindow'>
    	<div>Header</div>
    	<div>Content</div>
    </div>
    
    in reply to: PHP edit grid question help PHP edit grid question help #52506

    Inverse
    Participant

    Peter Stoev Thank you very much!~ヾ(*´∀`*)ノ

    in reply to: PHP edit grid question help PHP edit grid question help #52483

    Inverse
    Participant

    Thank you Peter Stoev

    But I want to ajax web no Refresh

    I now code is Refresh

    Please help me~


    Inverse
    Participant

    thank you Peter Stoev!

    I think other methods~


    Inverse
    Participant

    thank you~!

    No other way?

    Want to make him able to specify the text presented in EXCEL


    Inverse
    Participant

    Dimitar!!!!!!

    Thank you very much!!!!!!!!!!!

    I solved the problem!!

    I Love you~!

Viewing 7 posts - 16 through 22 (of 22 total)