jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput showFooter, clearString and todayString problems

This topic contains 2 replies, has 2 voices, and was last updated by  Christophe Opoix 12 years, 4 months ago.

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

  • Christophe Opoix
    Participant

    Hi,
    todayString, clearString and showFooter don’t seem to work but I can’t understand why sometimes it works and sometimes not.

    I used this line to create the dateTimeInput :

    $("#start").jqxDateTimeInput({culture: 'fr-FR', width: '100px', height: '25px', theme: theme, clearString:"Effacer", todayString: "Aujourdhui", showFooter:true });

    But todayString and clearString are still at their default values. I tried moving the localization to another call, or all the footer stuff without any success.

    In the demos, within the console I typed :

    – defaultFunctionality

    $('#jqxWidget').jqxDateTimeInput({ showFooter: true, clearString:"effacer", todayString:"aujourdh'ui"});

    No footer

    – localization
    $(‘#jqxWidget’).jqxDateTimeInput({ showFooter: true, clearString:”effacer”, todayString:”aujourdh’ui”});
    Footer appears, todayString and clearString are correctly defined

    – formatDate

    $('#jqxDateTimeInput').jqxDateTimeInput({ showFooter: true, clearString:"effacer", todayString:"aujourdh'ui"});

    No footer

    I am using jqWidgets 2.6.1 but since the problems appears on the demo too, it might also affect 2.7.

    Am I doing something wrong ?


    Peter Stoev
    Keymaster

    Hi Christophe Opoix,

    The properties you are trying to use are added in jQWidgets 2.7.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    Christophe Opoix
    Participant

    Thanks, I updated to 2.7 then 🙂

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

You must be logged in to reply to this topic.