gadgets.views.ViewType
SUMMARY DETAIL
Static Class gadgets.views.ViewType
Used by Views.
Field Summary
-
<static> object
DASHBOARD
- A view where the gadget is displayed in a small area usually on a page with
other gadgets.
-
<static> object
FULL_PAGE
- A view where the gadget is displayed in a very large mode.
-
<static> object
POPUP
- A view where the gadget is displayed in a small separate window by itself.
Field Detail
DASHBOARD
<static> object DASHBOARD
A view where the gadget is displayed in a small area usually on a page with
other gadgets. In a social context, this is usually called the profile page.
FULL_PAGE
<static> object FULL_PAGE
A view where the gadget is displayed in a very large mode. It should be the
only thing on the page. In a social context, this is usually called the
canvas page.
POPUP
<static> object POPUP
A view where the gadget is displayed in a small separate window by itself.