• Resolved itzikn

    (@itzikn)


    hi,

    1. is it possible to define textarea as right to left RTL?
    2. Is it possible to copy textarea to clipboard by button?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @itzikn

    Thank you very much for using our plugin.

    Q: is it possible to define textarea as right to left RTL?

    A: Yes, that’s possible. Please select the “RTL” choice through the “Direction” attribute in the “Form Settings” tab.

    Q: Is it possible to copy textarea to clipboard by button?

    A: Yes, that’s possible. Assuming the textarea field is the fieldname123, insert a button field in the form and enter the following piece of code as its onclick event:

    COPYFIELDVALUE('fieldnam123');

    Best regards.

    Thread Starter itzikn

    (@itzikn)

    Thanks for the quick anwer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text area align’ is closed to new replies.