facebook

Text-area to Html widget: CLOSED

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

    Rathinavel
    Member

    Hi All,

    right now I’m developing an application, where I need the text entered in Text are widget

    to be shown in a HTML widget.

    Ideas and help from all is welcomed with full heartedness 🙂

    #340655 Reply

    support-michael
    Keymaster

    Sounds doable. Please post an example UI design (.mobi file) that illustrates exactly what you want to accomplish. The implementation requires some basic javascript code. What is your familiarity with javascript?

    #340808 Reply

    Rathinavel
    Member

    Hi Wayne,

    Please find in the attachment the .mobi file i tried.

    I’m thinking of making an HTML editor using this…

    My familiarity with java script is zero + something… not an expert 🙁

    just started with the javascript after started to use Mobine

    Attachments:
    You must be logged in to view attached files.
    #340917 Reply

    Hi Rathinavel,

    If the goal is just to show the text in your HTML widget you could use next snippet code after you get the value of your Text Area:

    $('#m1-HTMLEditor-html1').html(Content);
    #340934 Reply

    Rathinavel
    Member

    Hi Octavio,

    Thanks a ton…!

    its working… 🙂 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Text-area to Html widget: CLOSED

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