jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput css incorrect ??

This topic contains 2 replies, has 2 voices, and was last updated by  Nguyen Huu Hanh Lam 12 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • css incorrect ?? #4032

    Nguyen Huu Hanh Lam
    Participant

    how to fix this?
    (it ok if your background is white)

    css incorrect ?? #4040

    Peter Stoev
    Keymaster

    Hi nguyenhuuhanhlam,

    Thank you for the feedback.

    The workaround is to remove that CSS class after the widget’s initialization.:

    $(“#jqxWidget”).jqxDateTimeInput({ width: ‘250px’, height: ’25px’, theme: theme });
    $(“#jqxWidget”).removeClass(‘jqx-widget-content’);
    $(“#jqxWidget”).removeClass(‘jqx-widget-content-‘ + theme);

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    css incorrect ?? #4042

    Nguyen Huu Hanh Lam
    Participant

    thanks for your help! it done!

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

You must be logged in to reply to this topic.