Questions tagged [google-widget]

Definition from Tech Target

In computers, a widget is an element of a graphical user interface ( gui ) that displays information or provides a specific way for a user to interact with the operating system and application . Widgets include icons, pull-down menus, buttons, selection boxes, progress indicators, on-off checkmarks, scroll bars, windows, window edges (that let you resize the window), toggle buttons, forms, and many other devices for displaying information and for inviting, accepting, and responding to user actions.

In programming, a widget also means the small program that is written in order to describe what a particular widget looks like, how it behaves, and how it interacts in response to user actions. Most operating systems include a set of ready-to-tailor widgets that a programmer can incorporate in an application, specifying how it is to behave. New widgets can be created. The term was apparently applied first in UNIX -based operating systems and the X Window System . In object-oriented programming ( oop ), each type of widget is defined as a class (or a subclass under a broad generic widget class) and is always associated with a particular window. In the AIX Enhanced X-Window Toolkit, a widget is the fundamental data type .

18 questions
9
votes
2 answers

Google 404 and .NET Custom Error Pages

I've got an ASP.NET 2.0 website with a custom 404 page. When content is not found the site serves the custom 404 page with a query string addition of aspxerrorpath=/mauro.aspx. The 404 page itself is served with an HTTP status of 200. To try to…
Mauro
  • 4,531
  • 3
  • 30
  • 56
7
votes
2 answers

Google review widget for web-application | write google review using google place api

I created a review portal for my customers to give me a review and ratings on my service via different social networking sites. Currently I am focusing on google review to be collected via a google widget/flow, This above image is showing the…
2
votes
1 answer

Getting image size through template?

I have a template on my wiki that I use to put in image side by side with an image of a location. The issue that I am having is that if the image (which is often taken from a movie screenshot) has a different ratio (say it is a wide screen 16:9)…
Zack
  • 2,377
  • 4
  • 25
  • 51
1
vote
2 answers

Print to Google Cloud Print with dynamic URL

I'd like a "print" button on my web-site to print a document with Google Cloud Print, but I want the "url" of the target – a PDF file – to change dynamically, after the button has been clicked (notably, based on what's returned from an AJAX…
Brian M. Hunt
  • 81,008
  • 74
  • 230
  • 343
1
vote
1 answer

Using OAuth to authenticate a GoogleApps Calendar widget our web app (Using Google as a two legged OAuth client)

I am currently investigating the feasibility of integrating a Google Apps calender with my application. One of my use cases involves adding a custom widget to the calendar. The user will use this widget to add special calendar events, the widget…
iain
  • 10,798
  • 3
  • 37
  • 41
1
vote
2 answers

Place Autocomplete fragment clear button set visibility gone

I get and fetch current location and selected location but when i pressed cancel cross button it will clear it all, but now cannot clear from variable.. please help me Thanx in advance
Shaalz
  • 11
  • 1
  • 2
1
vote
1 answer

Google Widget Links

I am working on a widget for a google site and I've run into this little problem. If I have a html link Home  and an user clicks on the link it will open…
dwebber
  • 57
  • 7
1
vote
2 answers

google translate combo box is shown twice

I am using google translator for my website. However, when I run this on local host or ec2 instance, the google translator combo box is shown twice. Here is my code.
sabu
  • 1,969
  • 4
  • 18
  • 28
1
vote
1 answer

How to develop a Google Gadget compatible server

I am going to develop a Google Gadget container site, that will be able to host OpenSocial compatible widgets (that I believe are Google gadgets, too, right?). Do you have any guidance where to start? I know that the good start is the iGoogle…
Peter Stegnar
  • 12,615
  • 12
  • 62
  • 80
1
vote
0 answers

Google Language Dropdown Widget - On Ajax Page

I have a Google language Drop-down widget on my ASP.NET page. This page contains cascading drop-downs. That is, on selection of value from the first drop-down, will fill the other. The problem i am facing is, if i select the language first from…
Srinivas
  • 11
  • 1
0
votes
2 answers

Widget Framework Resources

So, my boss wants me to look into creating a widget for our product. Something to keep our users abreast of their information easily. So, I'm looking through the interwebs and it seems I have quite a few options. Google Widgets, Konfabulator/Yahoo…
Drew
  • 15,158
  • 17
  • 68
  • 77
0
votes
1 answer

google search results widget

I'm looking for a widget for google search where I can set the search query and avoid user to change it. Even more I wuould like user can't see the search query at all. So he can see only the results of the search. Also I whant to set search type as…
Serhiy
  • 4,357
  • 5
  • 37
  • 53
0
votes
1 answer

How to host iGoogle widgets in my ASP.NET application?

I am designing a dashboard for my own application to serve as a control panel for the end user. I am thinking about using the Dropthings framework or DynamicDashboards which cover all of my internal widgets requirements. But besides including…
0
votes
1 answer

Can't set widget url for Google Identity Toolkit

I'm trying to set up a project with the google identity tollkit. I followed the steps of the PHP quick-start guide so far, but at step 9 I can't set a widget URL form my app. It just displays an empty drop-down menu and if I try to leave it empty it…
ntm
  • 731
  • 2
  • 13
  • 37
0
votes
1 answer

How to trigger Google translation of a web page on clicking a element?

So i've been doing some research but i've failed to solve the problem i am facing right now. Is it possible to somehow send a request for translation of the web-page to google translator by clicking on an element from 'ul' list ? Don't tell me to…
user3334216
  • 16
  • 1
  • 10
1
2