sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download

    How to Use Datalist in Sketchup & HTML

    Scheduled Pinned Locked Moved Dynamic Components
    sketchup
    1 Posts 1 Posters 2.1k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      rnpatel9789
      last edited by

      Hello Everyone,

      I am using a web dialog box in Sketchup and in Sketchup web dialog box I am Trying to set the datalist for textfield to show the matching values of the type value but Its not working in Sketchup. While the same code is working with Browser. I don't if its not support in sketchup or something else.
      If anyone have some idea regarding to this please help me.

      Here some code sample:
      In HTML:
      <input type="text" name="ProjectNumber" list="project" />
      <datalist id="project"></datalist>

      In JavaScript:
      var options = '';
      for(var i = 0; i < proj_no.length; i++)
      options += '<option value="'+proj_no[i]+'" />';

      document.getElementById('proj').innerHTML = options;

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Buy SketchPlus
      Buy SUbD
      Buy WrapR
      Buy eBook
      Buy Modelur
      Buy Vertex Tools
      Buy SketchCuisine
      Buy FormFonts

      Advertisement