Skip to main content
Participant
November 23, 2016
Question

TEB align right

  • November 23, 2016
  • 1 reply
  • 157 views

Is there any way in Cp9 that I can set a TEB to have data entered from the right and align to the right? I am creating a form entry simulation and data is always entered from the right.

 

Thanks

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    November 23, 2016

    Align right would be possible if you replace the TEB by the Scrolling Text interaction. Typing from the right however is not possible AFAIK.

    Participant
    November 23, 2016

    Thank you. I knew it was not been possible with previous versions, I was just hoping someone had a work around.

    TLCMediaDesign
    Inspiring
    November 23, 2016

    If you add this css to the head of the HTML (works for HTML5 only)

    <style>

    #TEBname_inputField{

    direction:RTL !important

    }

    </style>

    Replace TEBname with the name of your TEB.

    If you want the letters reversed you will need some JavaScript