14 public function __construct($my =
"left top", $at =
"left bottom", $collision =
"none", $within =
"window") {
17 $this->
setParam(
"collision", $collision);
85 if (! $typeCtrl($value)) {
86 throw new \Exception(
"La fonction " . $typeCtrl .
" a retourné faux pour l'affectation de la propriété " . $key .
" à la position");
Base component for JQuery UI visuals components.
Composant JQuery UI Position property.
setAt($value)
Defines which position on the target element to align the positioned element against: "horizontal ver...
__construct($my="left top", $at="left bottom", $collision="none", $within="window")
setParamCtrl($key, $value, $typeCtrl)
setCollision($value)
When the positioned element overflows the window in some direction, move it to an alternative positio...
setOf($value)
Which element to position against.
setWithin($value)
Element to position within, affecting collision detection.
setMy($value)
Defines which position on the element being positioned to align with the target element: "horizontal ...