Functions used by the shoebox Starlet.
- Source:
Methods
-
<static> offsetWindow(offset)
-
Move shoebox to the left (-offset) or the right (+offset) to animate opening and closing. The framework will make sure you don't over or underflow it's positioning.
Parameters:
Name Type Description offset
Number X offset of shoebox overlay relative to main application window
- Source:
-
<static> stateChanged(opened)
-
Tells the Framework shoebox has opened or closed. Used internally for input focus.
Parameters:
Name Type Description opened
Boolean Whether shoebox is open.
- Source: