facebook

Javascript content help in Mobione

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

    Aldik
    Member

    Hi, I am new in Mobione studio. I downloaded and installed trial verison this IDE, every ok, but I have a problem
    with javascript content help. If I click everywhere to javascript file and I want to show content help for javascript functions, variables etc., I see nothing. Can anybody help me with this settings?
    Regards

    #346436

    Brandon
    Member

    One of the best resources for Javascript on the net: http://w3schools.com/js/default.asp

    #346441

    Aldik
    Member

    Thank you for your answer, but I didn’t think javasript resource, but I need context offer with my own function, variables (like in IntellijIdea Ctrl+Space – I can see generally javascript function, my local or global variables, JQuery functions etc.)

    #346445

    Brandon
    Member

    Oh, you mean where to put your own functions and code?
    there is a file in the compiled directory called XXXX_custom.js (XXXX being the name of your main form).
    This is the only file that does not get rebuilt when you recompile, so you can safely put your code in that and the entire project will read it.

    Hopefully this is what you needed.

    http://www.genuitec.com/mobile/docs/mobiOneIntroduction/mobiOneIntroduction.html#overview
    See the Source File Viewing section

    #346478

    Code_A
    Member

    As far as I know, Mobione does not have a JavaScript Intellisense option to turn on. You would need to use an et external JS editor that has this functionality built in, and then copy/paste your code into mobione. I came across this discussion on JS editors with Intellisense awhile back when I was looking for the same functionality as you.

    Hope this helps.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Javascript content help in Mobione

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