Difference between revisions of "JavaScript Client GUI Objects"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the JavaScript Client GUI Objects class)
(Documentation for the JavaScript Client GUI Objects class)
 
Line 85: Line 85:
  
 
===<span id="GUISmartTabControl"></span>GUISmartTabControl <span class="SectionLink">([[GUISmartTabControl|Full Article]])</span>===
 
===<span id="GUISmartTabControl"></span>GUISmartTabControl <span class="SectionLink">([[GUISmartTabControl|Full Article]])</span>===
 +
===<span id="GUISmartTabItem"></span>GUISmartTabItem <span class="SectionLink">([[GUISmartTabItem|Full Article]])</span>===
 
===<span id="GUISplitContainer"></span>GUISplitContainer <span class="SectionLink">([[GUISplitContainer|Full Article]])</span>===
 
===<span id="GUISplitContainer"></span>GUISplitContainer <span class="SectionLink">([[GUISplitContainer|Full Article]])</span>===
 
===<span id="GUITabControl"></span>GUITabControl <span class="SectionLink">([[GUITabControl|Full Article]])</span>===
 
===<span id="GUITabControl"></span>GUITabControl <span class="SectionLink">([[GUITabControl|Full Article]])</span>===

Latest revision as of 17:26, 11 September 2019

Remarks [edit]

GUI3DView (Full Article)

A surface to display a MiniDOM camera

GUI3DWindow (Full Article)

Component for a window panel that appears in world space attached to a DOMObject

GUIBaseWindow (Full Article)

A basic panel that can hold components somewhere on the screen

GUIButton (Full Article)

A component representing a clickable button

GUIChatSurface (Full Article)

A GUI surface that can receive chat messages on particular channels

GUIChatWebView (Full Article)

Experimental Web surface for displaying chat

GUICollapsiblePanel (Full Article)

Component representing a panel that expands and collapses from a toggle

GUIColorPicker (Full Article)

Component representing a small dropdown that configures its color through RGB sliders

GUIComboBox (Full Article)

Component representing a dropdown list of options to choose from

GUIComponent (Full Article)

This is the base class for all GUI components. More

GUIContainer (Full Article)

A base class for all hierachical GUI windows and components

GUIContextMenu (Full Article)

A specialized form of GUIMenu for when we open context menus

GUIDragItem (Full Article)

A UI component designed to be dragged and dropped

GUIDropdownComponent (Full Article)

Abstract class representing components which open to have a panel of subobjects when clicked

GUIFilePicker (Full Article)

Component representing a text field you can use to browse for files from

GUIFlexibleGrid (Full Article)

GUIFriendsSurface (Full Article)

A surface which automatically displays the list of friends/requests/ignores/local personas.

GUIGrid (Full Article)

A component for gridded layouts where all elements have the same size

GUIImageBox (Full Article)

Simple component representing an image or icon

GUILabel (Full Article)

A component representing a written text label

GUILargeColorPicker (Full Article)

A component allowing people to customize a color choice through HSV and RGB options

GUILayoutComponent (Full Article)

An abstract class for components which support LayoutGroups

GUIMenu (Full Article)

A component representing a menu of options to pick from

GUIPanel (Full Article)

A component representing a panel with layout and subcomponents

GUIScrollBox (Full Article)

A component representing a scrollable surface.

GUISearchField (Full Article)

A text field with search functionality

GUISelectableComponent (Full Article)

An abstract class for Unity components deriving from Selectable

GUISlider (Full Article)

Component representing a handle we can slide back and forth to adjust a value

GUISmartTabControl (Full Article)

GUISmartTabItem (Full Article)

GUISplitContainer (Full Article)

GUITabControl (Full Article)

A component with two sections - tabs to choose from and a display area where the active tab's panel is shown

GUITabItem (Full Article)

A tab item inside a TabControl with an associated panel

GUITextArea (Full Article)

A multi-line scrollbox-enabled text area

GUITextField (Full Article)

A component representing a non-scrolling text field.

GUIToggle (Full Article)

A component representing a control that can toggle between true and false states

GUIToolbar (Full Article)

GUITree (Full Article)

A UI component representing a hierarchical tree of nodes (like in File Explorers)

GUITreeNode (Full Article)

Component representing a node in a GUITree

GUIWebView (Full Article)

A UI component representing a web page

GUIWindow (Full Article)

A "standard" window that includes a draggable area, resize features, and a close button

NetworkConfirmation (Full Article)

A component for showing network messages in the notification area in the bottom right

PopupWindow (Full Article)

Popup windows of all types (Confirm, Error, Info, Text Input)

TooltipWindow (Full Article)

An instance of the window that appears when displaying tooltips over a UI element or World element.