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 8306709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:23:04+00:00 2026-06-08T18:23:04+00:00

I have a gadget that is very small and placed in a sidebar such

  • 0

I have a gadget that is very small and placed in a sidebar such that its size is about 100px wide. I have a button that when clicked opens the showDocsPicker. I am looking for a solution where I can add the UI of the showDocsPicker to a popup or something such that the full view of the dialog can be seen… Can anyone point me in the right direction? I’ve seen this in the documentation which is not encouraging:

“Unlike most UiApp objects, DocsListDialog should not be added to the UiInstance.”

Anyone else try this?

  • 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-08T18:23:06+00:00Added an answer on June 8, 2026 at 6:23 pm

    Here is a sample code which will open docsPicker in fullView.

    function doGet(){
      var app = UiApp.createApplication();
      var btn = app.createButton('Show Docs Picker');
      app.add(btn);
      var handler = app.createServerHandler('showdocsPicker_');
      btn.addClickHandler(handler);
    
      return app;
    }
    
    function showdocsPicker_(e){
      var app = UiApp.getActiveApplication();
      var handler = app.createServerHandler('listSelectedDocs_');
      app.createDocsListDialog().showDocsPicker().addSelectionHandler(handler).setMultiSelectEnabled(true)
        //for multiple selection
        .setMultiSelectEnabled(true);
      return app;
    }
    
    function listSelectedDocs_(e){
      var app = UiApp.getActiveApplication();
      for(var i in e.parameter.items){
        for(var j in e.parameter.items[i]){
          app.add(app.createLabel(e.parameter.items[i][j]));
        }
        app.add(app.createLabel('-------------'))
      }
      return app;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a file for my Windows sidebar gadget that stores some settings for
I have developed a windows sidebar gadget which plays videos in a flash player,
I have a Google Apps Script gadget that is embedded in a Google Sites
I've been writing a small desktop gadget-type application that displays scrolling text along the
I have a gadget that is a glossary with a number of different pages.
I've been working on a Windows SideBar Gadget wherein I have multiple flyout pages.
I have written a sidebar gadget which displays a series of links using silverlight.
This question is about semantics. I have a client who says that the term
I have a gadget that should be dynamic-height and it should have scroll-y. I
I have a simple HTML file which references .gadget so that it can be

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.