Method | Description | |
---|---|---|
Finish ( ) : jMenu.Options |
Flags the end of the options configuration and returns the Fluent interface back to the Menu object.
|
|
PositionOptions ( Options options ) : System |
Constructor
|
|
SetAt ( Core pos ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetAt ( Core pos1, Core pos2 ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetAt ( string pos ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetAt ( string pos1, string pos2 ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetCollision ( Fluqi.Core.Collision colli ) : |
When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".
|
|
SetCollision ( Fluqi.Core.Collision colli1, Fluqi.Core.Collision colli2 ) : |
When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".
|
|
SetCollision ( string colli ) : |
When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".
|
|
SetCollision ( string colli1, string colli2 ) : |
When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".
|
|
SetMy ( Core pos ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetMy ( Core pos1, Core pos2 ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetMy ( string pos ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetMy ( string pos1, string pos2 ) : |
Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"
|
|
SetOf ( string of ) : |
Element to position against. If you provide a selector, the first matching element will be used. If you provide a jQuery object, the first element will be used. If you provide an event object, the pageX and pageY properties will be used. Example: "#top-menu"
|
|
SetUsingFunction ( string usingFunc ) : |
When specified the actual property setting is delegated to this callback. Receives a single parameter which is a hash of top and left values for the position that should be set.
|
public PositionOptions ( Options options ) : System | ||
options | Options | Menu options object |
return | System |
public SetAt ( Core pos1, Core pos2 ) : |
||
pos1 | Core | |
pos2 | Core | |
return |
public SetAt ( string pos ) : |
||
pos | string | |
return |
public SetAt ( string pos1, string pos2 ) : |
||
pos1 | string | |
pos2 | string | |
return |
public SetCollision ( Fluqi.Core.Collision colli ) : |
||
colli | Fluqi.Core.Collision | |
return |
public SetCollision ( Fluqi.Core.Collision colli1, Fluqi.Core.Collision colli2 ) : |
||
colli1 | Fluqi.Core.Collision | |
colli2 | Fluqi.Core.Collision | |
return |
public SetCollision ( string colli ) : |
||
colli | string | |
return |
public SetCollision ( string colli1, string colli2 ) : |
||
colli1 | string | |
colli2 | string | |
return |
public SetMy ( Core pos1, Core pos2 ) : |
||
pos1 | Core | |
pos2 | Core | |
return |
public SetMy ( string pos ) : |
||
pos | string | |
return |
public SetMy ( string pos1, string pos2 ) : |
||
pos1 | string | |
pos2 | string | |
return |
public SetUsingFunction ( string usingFunc ) : |
||
usingFunc | string | |
return |