facebook

how use this code in mobione please answer me how to use????

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

    ahmidsamir
    Member

    I canot use this code in mobione?????

    <!doctype html>
    <html lang=”en”>
    <head>
    <meta charset=”utf-8″>
    <title>jQuery UI Autocomplete – Default functionality</title>
    <link rel=”stylesheet” href=”//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css”>
    <script src=”//code.jquery.com/jquery-1.10.2.js”></script>
    <script src=”//code.jquery.com/ui/1.11.2/jquery-ui.js”></script>
    <link rel=”stylesheet” href=”/resources/demos/style.css”>
    <script>
    $(function() {
    var availableTags = [
    “ActionScript”,
    “AppleScript”,
    “Asp”,
    “BASIC”,
    “C”,
    “C++”,
    “Clojure”,
    “COBOL”,
    “ColdFusion”,
    “Erlang”,
    “Fortran”,
    “Groovy”,
    “Haskell”,
    “Java”,
    “JavaScript”,
    “Lisp”,
    “Perl”,
    “PHP”,
    “Python”,
    “Ruby”,
    “Scala”,
    “Scheme”
    ];
    $( “#tags” ).autocomplete({
    source: availableTags
    });
    });
    </script>
    </head>
    <body>

    <div class=”ui-widget”>
    <label for=”tags”>Tags: </label>
    <input id=”tags”>
    </div>

    </body>
    </html>

    #352937 Reply

    Hi,

    To implement 3rd party libraries you can add them via the properties of the main startup file, Javascript Libraries and CSS Style Sheets. Once you have added them you can the function to your customs.js file and add to your screen a textbox widget called tags.

    See this post for a image and more details: http://www.genuitec.com/support-genuitec/viewtopic.php?p=18195#p18195

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: how use this code in mobione please answer me how to use????

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