jQWidgets Forums

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

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

  • jqWizard
    Participant

    Hi!

    For jqxPasswordInput component I think you should add localization property for text “Show password”.

    <div id="divContainerInputPassword" class="npv-bottom-input-password">
    <input id="inputPassword" type="password" data-bind="value: login.password" style="width: 291px; height: 31px; direction: ltr;" placeholder="geslo" class="jqx-widget jqx-input"><span tabindex="-1" hasfocus="false" style="position: absolute; top: 12px; left: 275px; display: none;" id="inputPassword-password-icon" class="jqx-passwordinput-password-icon" title="Show password"></span>"></span>
    </div>

    Dimitar
    Participant

    Hello jqWizard,

    Thank you for the suggestion. It will be implemented in the next version of jQWidgets. As a workaround you may change the title attribute of the show password icon, i.e.:

    $("#inputPassword .jqx-passwordinput-password-icon").attr("title", "Localized string");

    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.