facebook

Append textfield into a aextarea.

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #343918 Reply

    mmcsgc
    Member

    Is there any way to append a string of text into an existing textarea with text already init?

    #343955

    @mmcsgc wrote:

    Is there any way to append a string of text into an existing textarea with text already init?

    not sure what you mean, but probably you should use something like this in your .js code:

    var sometext=”hello”;
    $(‘#m1-main-textArea1’).text(sometext);

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Append textfield into a aextarea.

You must be logged in to post in the forum log in