Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to copy TextAreaItem content to Clipboard

    sorry, if this is already been answered, but I could not find a post for this.

    I have a TextAreaItem in a form that I need to copy its content(text) to the clipboard.

    any suggestions?

    #2
    It's not reliably possible on all browsers. Many sites, including Google Docs, will offer a context menu that says "Cut" / "Copy" and so forth, but tha really just pops up a dialog that encourages the user to use keyboard shortcuts (Ctrl-C) for example.

    Comment


      #3
      OK, but how come
      textAreaItem.SelectValue() does not work?
      The text within the item is not selected.

      Comment

      Working...
      X