Class type Ext_util_Floating.configs


class type configs = object .. end
Inherits
method constrain : bool Js.t Js.prop

True to constrain this Components within its containing element, false to allow it to fall outside of its containing element. By default this Component will be rendered to document.body. To render and constrain this Component within another element specify renderTo.

Defaults to: false

method fixed : bool Js.t Js.prop

Configure as true to have this Component fixed at its X, Y coordinates in the browser viewport, immune to scrolling the document.

Only in browsers that support position:fixed

IE6 and IE7, 8 and 9 quirks do not support position: fixed

Defaults to: false

method focusOnToFront : bool Js.t Js.prop

Specifies whether the floated component should be automatically focused when it is brought to the front.

Defaults to: true

method shadow : 'a. 'a Js.t Js.prop

Specifies whether the floating component should be given a shadow. Set to true to automatically create an Ext.Shadow, or a string indicating the shadow's display Ext.Shadow.mode. Set to false to disable the shadow.

Defaults to: 'sides'

method shadowOffset : Js.number Js.t Js.prop

Number of pixels to offset the shadow.