jQWidgets Forums

jQuery UI Widgets Forums Editors Calendar jqxdatetime focus issue

This topic contains 2 replies, has 2 voices, and was last updated by  Vishal 11 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxdatetime focus issue #30986

    Vishal
    Participant

    hi ,

    I am using the jqxdatetimeinput for date part but on the loading of the focus is always goes to the jqxdatetimeinput text box.I have tried to change the focus but still it is pointed to the same location.If i will remove the jqxdatetimeinput part then it is correctly pointed.

    jqxdatetime focus issue #30987

    Peter Stoev
    Keymaster

    Hi Vishal,

    Please, provide a sample which illustrates such behavior with the latest version of jQWidgets.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxdatetime focus issue #30999

    Vishal
    Participant

    Hi Peter,

    I am using the below code for creating the calendar.

    // jqx calendar
    jQuery("#jqxdatetimeinput").jqxDateTimeInput({
    width: '170px',
    height: '20px',
    theme: 'custom',
    formatString: "dd-MM-yyyy",
    animationType: 'fade',
    readonly: true,
    culture: 'fr-FR'
    });
    jQuery('#jqxdatetimeinput').on('change', function (event) {
    var date = jQuery('#jqxdatetimeinput').jqxDateTimeInput('getText');
    jQuery("#firstReleaseDate").val(date);
    });
    jQuery("#jqxdatetimeinput").jqxDateTimeInput('setDate', null);
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.