facebook

how to make a notepad or a memo?

💡
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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337564 Reply

    sadimishal
    Member

    Hello everybody.
    I’d like to make an app for teaching English. I want to put in the app a memo or notepad which saves data inputted by the user. How can I make this memo?
    I’ll appreciate your help. Thank you.

    #337574

    Brandon
    Member

    There is a note app template screen on my templates page:

    http://cincyplanet.com/mobione/templates/

    #337582

    sadimishal
    Member

    Hi
    I downloaded the notepad template from your templates page. It did not work.
    your online notepad (http://cincyplanet.com/mobione/#noteHome:DEFAULT:8)is working well

    please help

    #337583

    Brandon
    Member

    Make sure the form is saved at noteHome and you need to change the action to the one assigned to the list my Mobione from the html file
    :

    /* READ ME
    Change below to your own database name.
    You will also need to find the action in your html and change the action below to reflect the same action number.
    This is generated by Mobione and will change for each project.
    */

    #337588

    sadimishal
    Member

    you said: Change the data base information below to your database.
    I don’t know what my database is.

    you said: //CHANGE THE ACTION BELOW TO THE ONE IN YOUR HTML UNDER THE LIST OR THE CLICK ACTION WILL NOT BE FIRED.
    please explain. I’m a newbi

    #337593

    Brandon
    Member

    The database name can be anything you want as it will create a new one. Yours should be unique to your app.

    Finding the action is a little harder. You need to run your app in the test center and go to Tools, View Source and view your projects main html file.
    In the html you need to find where the list is initially is assigned it will look like this (the html code):
    <ul id=”m1-noteHome-list11″ class=”m1-rounded-list m1-list”>
    <li id=”m1-noteHome-listItem1″

    class=”m1-first m1-last m1-clickable m1-background-13 m1-background-17 m1-background-18″

    data-action-click-id=”action80″>
    <div id=”m1-noteHome-listItem1-inner-div”>
    <img id=”m1-noteHome-accessoryImage1″ class=”m1-element m1-clickable” src=

    “res/images/tableRowDisclosureIndicator.png”/>
    <div id=”m1-noteHome-text1″ class=”m1-text m1-font-3 m1-active-color-1″

    >fff</div>
    </div>
    </li>
    </ul>

    Above you can see the line: data-action-click-id=”action80”>
    this is the action you need to assign.

    Hopefully this will help you.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: how to make a notepad or a memo?

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