• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

How to Use Datalist in Sketchup & HTML

Scheduled Pinned Locked Moved Dynamic Components
sketchup
1 Posts 1 Posters 2.1k Views
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 9 Nov 2015, 13:43

    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
    1 / 1
    • First post
      1/1
      Last post
    Buy SketchPlus
    Buy SUbD
    Buy WrapR
    Buy eBook
    Buy Modelur
    Buy Vertex Tools
    Buy SketchCuisine
    Buy FormFonts

    Advertisement