About 189,000 results
Open links in new tab
  1. javascript - how to populate a list box with the file content ...

    May 30, 2013 · i want to populate a html list box (select tag) with the content of file (i.e each line of the file should become a single option in the list box (select element)). suppose i have a file …

  2. Get list of filenames in folder with Javascript - Stack Overflow

    Jul 7, 2015 · The current code will give a list of all files in a folder, assuming it's on the server side you want to list all files: var fs = require('fs'); var files = fs.readdirSync('/assets/photos/'); Share

  3. javascript - How to Populate a List Box (combo box) from a Multi ...

    Apr 22, 2012 · Essentially, I'm struggling with populating a List Box (combo box) from a Multi-Dimensional Array. I have a multi-dimensional array created and it works (I sent my results to …

  4. JavaScript Lesson 21: Creating a Selection List

    In JavaScript, you can create a selection list easily using the <SELECT >tag. The <SELECT> tag creates a Listbox and the <OPTION> tags create the items inside the Listbox. The number of …

  5. javascript - Display a list with (opened and closed) folders - Code ...

    Jan 19, 2023 · I'm working on a script on Foobar that displays a list of playlists with some of these playlists that can be in a folder (that can be opened or closed). For example: As you can see …

  6. JavaScript ListBox Control - CodeProject

    Jul 24, 2008 · ListBox Control has the following public methods: AddItem(Text, Value): Used to add a ListBox Item. It takes two arguments: Text: Item Text; Value: Item Value; GetItems(): …

  7. Listbox using html+css+javascript - GitHub

    Listbox using html+css+javascript. The field at the bottom, should be hidden, storing the ids of selected items.

  8. JavaScript List box controls & options in scripts - Plus2net

    We can add many JavaScript controls to list boxes by various properties and methods. We will develop some scripts which use these controls and give desired output. We will start with …

  9. ListBox API - ListBox Docs - Web Components for Javascript, …

    ListBox allows the user to select one or more items from a list. Enables or disables the ability to drag list items out of the List box. Disabled items cannot be dragged. Try a demo showcasing …

  10. Javascript: Load listbox items from a text file - Stack Overflow

    Jun 9, 2017 · I'm making a google extension that injects a lisbox into html page. I need the items for this listbox to be taken from a local textfile (or any other editable source on local PC). This …

Refresh