Lines Matching full:affix
2 ====== Affix ======
4 The affix plugin toggles ''position: fixed;'' on and off, emulating the effect found with ''positio…
9 <affix offset-top="50" position-top="100" position-right="20">
10 <panel title="Affix">
13 </affix>
16 <affix offset-top="50" position-top="100" position-right="20">
17 <panel title="Affix">
20 </affix>
27 | ''position-top'' | optional | Top position of Affix element (in ''px|em|%'') |
28 | ''position-bottom'' | optional | Bottom position of Affix element (in ''px|em|%'') |
29 | ''position-left'' | optional | Left position of Affix element (in ''px|em|%'') |
30 | ''position-right'' | optional | Right position of Affix element (in ''px|em|%'') |