Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8383513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:10:52+00:00 2026-06-09T17:10:52+00:00

I am new to javaScript so I need help using App Script. In GUI

  • 0

I am new to javaScript so I need help using App Script.
In GUI Builder, I have added a list box by name “List Stocks” and in Events I have added a function “listStockQuotes()”. I have no idea of how to add elements to this list box and display them. Please help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:10:53+00:00Added an answer on June 9, 2026 at 5:10 pm

    Now it is possible to add items to a listbox only by write code like in the following

    function doGet() {
      var app = UiApp.createApplication();
      var form = app.loadComponent('gui00');
      var listBox1 = app.getElementById('ListBox1');
      listBox1.addItem('Item 00', 'Value00');
      listBox1.addItem('Item 01', 'Value01');
      listBox1.addItem('Item 01', 'Value02');
      app.add(form);
      return app;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help with this. I am new to using XPath in javascript and
I`m new to JavaScript and I need some help extracting the ID from URL
I'm trying to perform some realtime phone-number validation using javascript. I don't need help
I'm using jQuery tablesorter plugin. I'm relatively new to jQuery and need help from
I am very new to FaceBook Javascript API. I need help to get the
Ok, I'm new to JavaScript and need some help here. Working on forward/backward buttons
First of all, I am new to Javascript. I need concrete help not only
I am new to ajax and need some help in understanding how javascript runs
I'm using Nodejs and Socket.io. When the client connects, new JavaScript objects are created.
New to javascript and such, trying to create a loop for fading logos using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.