Skip to content

Commit

Permalink
Merge pull request #16 from elvenpath/master
Browse files Browse the repository at this point in the history
Added more positioning constants
  • Loading branch information
kartik-v authored Jun 27, 2017
2 parents 80365d3 + e0a3ebf commit 0fe1c80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PopoverX.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ class PopoverX extends Widget
const TYPE_DANGER = 'danger';
const TYPE_WARNING = 'warning';

const ALIGN_AUTO = 'auto';
const ALIGN_AUTO_TOP = 'auto-top';
const ALIGN_AUTO_RIGHT = 'auto-right';
const ALIGN_AUTO_BOTTOM = 'auto-bottom';
const ALIGN_AUTO_LEFT = 'auto-left';
const ALIGN_HORIZONTAL = 'horizontal';
const ALIGN_AUTO_VERTICAL = 'vertical';
const ALIGN_RIGHT = 'right';
const ALIGN_LEFT = 'left';
const ALIGN_TOP = 'top';
Expand Down

0 comments on commit 0fe1c80

Please sign in to comment.