jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput text align left

This topic contains 2 replies, has 2 voices, and was last updated by  shardik 11 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • text align left #23497

    shardik
    Participant

    Hallo

    In a numericInput, how set the text aling left?

    $(“#numericInput”).jqxNumberInput({ width: ‘250px’, height: ’25px’, decimalDigits: 0, inputMode: ‘simple’ });

    the property “align: ‘left'” don’t work

    Thanks a lot,

    Shardik

    text align left #23503

    Mariya
    Participant

    Hi shardik,

    In order to set the text align to left in the jqxNumberInput you can use the ‘textAlign’ property as shown:

    $("#jqxNumberInput").jqxNumberInput({ textAlign: "left" });

    If you have any further questions do not hesitate to contact us.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    text align left #23504

    shardik
    Participant

    😆

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

You must be logged in to reply to this topic.