|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--MoreMotionObject
|
+--FloatingWindow
Represents a Floating Window (flowin) that contains a TargetArea that can be refreshed with MoreMotionAjaxManager.refreshAreas() method.
Defined in Flowin.js
| Field Summary | |
FlowinSkin |
skin
The skin object associated with this flowin |
Object |
ta
Handle to the TargetArea Node |
TextBox |
title
Handle to flowin title TextBox |
| Fields inherited from class MoreMotionObject |
node, name, type, props
|
| Constructor Summary | |
FloatingWindow(node)
|
|
| Method Summary | |
void
|
bringToFront()
Brings this flowin to the front |
void
|
close(byCloseButton)
Closes this flowin |
Object
|
getTitle()
Returns the title of this flowin |
void
|
refresh(props)
Refreshes the content of this flowin by making a new refreshAreas call with the new parameters |
void
|
setBusy()
Sets this flowin in busy state |
void
|
setCoords(left, top)
Sets the coordinates of this flowin |
void
|
setDims(width, height)
Sets the dimensions of this flowin |
void
|
setFree()
Sets this flowin in free state |
void
|
setInnerDims(width, height)
Sets the inner (excluding the header, footer and borders) dimensions of this flowin |
void
|
setModal(value)
Makes this flowin modal or modeless |
void
|
setMovable(value)
Sets the movable attribute of this flowin |
void
|
setResizable(value)
Sets the resizeable attribute of this flowin |
void
|
setTitle(value)
Sets the title of this flowin |
| Methods inherited from class MoreMotionObject |
saveProps, setProp, boolProp, numberProp, charProp, getIValue, setIValue, runHandler
|
| Field Detail |
FlowinSkin skin
Object ta
TextBox title
| Constructor Detail |
FloatingWindow(node)
node - Usually a HTML DIV element that composes a Flowin
| Method Detail |
void bringToFront()
void close(byCloseButton)
Object getTitle()
void refresh(props)
void setBusy()
void setCoords(left, top)
left - The offset of the flowin to the left border of the browser window. If the value is null it is omitted.
top - The offset of the flowin to the top border of the browser window. If the value is null it is omitted.
void setDims(width, height)
width - The new width of this flowin. If the value is null it is omitted.
height - The new height of this flowin. If the value is null it is omitted.
void setFree()
void setInnerDims(width, height)
width - The new width of the this flowin. If the value is null it is omitted.
height - The new height of this flowin. If the value is null it is omitted.
void setModal(value)
value - Boolean value true or false should be given
void setMovable(value)
void setResizable(value)
void setTitle(value)
value - The new title value
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||