jQuery UI Widgets Forums Editors DateTimeInput Can't see (and click) calendar or time button

This topic contains 2 replies, has 2 voices, and was last updated by  sandyy 8 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • sandyy
    Participant

    Hi,
    I want to permit the selection of a date and a time in one input :

    in my html document

    
    <link type="text/css" href="js/jqwidgets/styles/jqx.base.css" rel="stylesheet">
    <link type="text/css" href="js/jqx/jqwidgets/styles/jqx.darkblue.css" rel="stylesheet">	
    <script type="text/javascript" src="js/jquery.min.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxcore.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxinput.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxbuttons.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxscrollbar.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxdockpanel.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxlistbox.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxdropdownlist.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxcalendar.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxdatetimeinput.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxtooltip.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/globalization/globalize.js"></script>
    <script type="text/javascript" src="js/jqx/jqwidgets/jqxdata.js"></script>
    
    <div id='dCom'></div>

    in my js document
    $("#dCom").jqxDateTimeInput({width: 150, formatString: "dd/MM/yyyy à hh:mm", min: day, showCalendarButton: true, showTimeButton: true});

    I can’t see the calendar and time icons..
    The open method works, the calendar open up, but buttons are still missing .. I don’t understand, even when I try the simpliest code with width property only, no icon appears.
    (My navigator is Mozilla 48.0.2)


    Peter Stoev
    Keymaster

    Hi sandyy,

    As far as I see, jqx.base.css is not referred correctly. I suggest you to resolve this in your code.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/


    sandyy
    Participant

    :O ! Oups, that was the problem :’)

    Thank you so much !
    Sandy

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

You must be logged in to reply to this topic.