作者:管理员 历史版本:1 最后编辑:龚清 更新时间:2024-11-20 15:41
简要描述:
- ibps-affix组件内部的Attributes、Methods
ibps-affix Attributes
参数名 |
是否必须 |
类型 |
说明 |
可选值 |
默认值 |
offsetTop |
是 |
Number |
距离窗口顶部达到指定偏移量后触发 |
—– |
—– |
offsetBottom |
是 |
Number |
距离窗口底部达到指定偏移量后触发 |
—– |
10 |
target |
否 |
Function |
目标函数 |
—– |
—– |
mode |
是 |
String |
default 默认模式,就不更新位置 |
—– |
—– |
ibps-affix Methods
事件名称 |
说明 |
参数 |
setAffixStyle |
设置样式属性 |
e, affixStyle |
setPlaceholderStyle |
设置提示文本样式 |
placeholderStyle |
syncPlaceholderStyle |
统一提示文字样式 |
e |
updatePosition |
更新定位 |
e = {} |
setTargetEventListeners |
给目标元素设置事件 |
—– |
clearEventListeners |
给目标元素清除事件 |
—– |