facebook

Help with app and buttons

💡
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
  • #335830 Reply

    mrggutz
    Member

    Hello everyone. I’m trying to create an app to use with the ICS system.
    I was recently in a training class were we had to play different roles within the system and one was a scribe.
    After watching the scribe struggle with trying to write everything down. I came across an idea to have an app help with this.
    So I have started using mobione and so far it’s going pretty good, but I want to know how to do a few things if possible.
    If I have a button and it displays the name Manager, can I push on the button and have a text box pop up so I can type in the name and then have it display under the Manager?

    How can I also have a log file of all buttons pushed and text added with a date and time stamp.

    Man it seems like im asking a lot for my first post.

    Please forgive me if I didn’t ask correctly for help.

    thx in advance,
    mrggutz

    #335854

    Brandon
    Member

    A first thought that comes to me is to use the css visibility on the text box. That way you can hide it on start up, and show it on the button click. You would probably need another button or something to rehide it.

    $('#form1-textArea1').css('visibility', 'hidden');

    For the second one I dont think javascript can write to a file, but you can always use php if you have access to a server in the app.

    Support might have a better solution.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Help with app and buttons

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