jQWidgets Forums

jQuery UI Widgets Forums Editors CheckBox, RadioButton Checkmark not appearing

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Checkmark not appearing #58541

    Yogesh Singh
    Participant

    In my custom css

    .jqx-checkbox-check-checked-View
    {
    background-image: url(‘images/check_black.png’);
    }

    and in base.css

    .jqx-checkbox-check-checked
    {
    float: left;
    background: transparent url(images/check_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    }

    even if i am removing the background property i am still seeing the check mark is there any place else this property is set to.
    Actually in one of the grid i am getting the check mark when i click on the check box but in another grid i am not.

    Is it picking from somewhere else as i believe these two places i could find it but then i removed the image but i am getting it from somewhere else in one of the grid

    Checkmark not appearing #58565

    Peter Stoev
    Keymaster

    Hi Yogesh Singh,

    Checkmarks are set in the CSS and only in CSS. So check on your side which files you load and which themes you apply and then check the respective CSS files for check marks. I would also suggest you to see whether you include or not the jqwidgets/styles/images folder in your project.

    Best Regards,
    Peter Stoev

    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.