jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput showCalendarButton

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • showCalendarButton #29216

    shardik
    Participant

    Hallo!!

    How to set a ico on CalendarButton?

    S

    showCalendarButton #29263

    Dimitar
    Participant

    Hello S,

    You can change the colours of the calendar button by modifying the CSS of the classes jqx-input-button-header and jqx-input-button-content, e.g.:

    <style type="text/css">
    .jqx-input-button-header
    {
    background-color: Red;
    border-color: Green;
    }
    .jqx-input-button-content
    {
    background-color: Blue;
    border-color: Green;
    }
    </style>

    The calendar button’s style is also affected by the different themes.

    You cannot set a custom image a calendar button.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.