ui.editor.Bubble.Panel_ Extends
Private class used to describe a bubble panel.

Inheritance

Constructor

goog.ui.editor.Bubble.Panel_(domidtypetitletargetElementpreferBottomPosition)

Parameters

dom : goog.dom.DomHelper
DOM helper used to create the panel.
id : string
ID of the panel.
type : string
Type of the panel.
title : string
Title of the panel.
targetElement : Element
Element the panel is showing for.
preferBottomPosition : boolean
Whether this panel prefers to show below the target element.

Instance Methods

Public Protected Private
getContentElement() Element
No description.
Returns: Element  The element in the panel where content should go.
code »

Instance Properties

element :
The element containing this panel.
Code »
preferBottomPosition :
Whether the panel prefers to be placed below the target element.
Code »
targetElement :
The target element of this bubble panel.
Code »
type :
The type of bubble panel.
Code »

Package ui.editor.Bubble

Package Reference