书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 22084 个相关结果.
  • 6.33. Configure Grid…

    6.33. Configure Grid… 6.33.1. Activating the Command 6.33.2. Description of the “Configure Image Grid” dialog 6.33. Configure Grid… The Configure Grid command lets you set th...
  • swan.startCompass

    swan.startCompass 方法参数 object 参数说明 示例 图片示例 代码示例 swan.startCompass 解释 :开始监听罗盘数据。Web 态说明 :由于浏览器对于 W3C 规范的实现差异,startCompass 功能在部分浏览器(比如 Safari 浏览器)下不可用,在功能不可用情况下会执行开发者设置的 fai...
  • 交互事件

    交互事件 Demo System moveWhenInside boolean optional Options hitArea object 可选 Method on (eventName, listener) off (eventName, listener) emit (eventName, …args) once (event...
  • Interactive event

    Interactive event Demo Install With NPM In Browser System moveWhenInside boolean optional Options hitArea object optional Method on (eventName, listener) off (eventNam...
  • Pull Request Notice

    Pull Request Notice Preface Specification Pull Request Title Pull Request Branch Pull Request Content Pull Request Code Style Question Pull Request Notice Preface Pull R...
  • CODE: 02-Component class

    The working code at the end of chapter Component class index . js function createVComponent ( tag , props ) { return { tag : tag , props : props , ...
  • Badge 标记

    Badge 标记 基础用法 最大值 自定义内容 小红点 Attributes Badge 标记 出现在按钮、图标旁的数字或状态标记。 基础用法 展示新消息数量。 定义value 属性,它接受Number 或者String 。 < el-badge : value = "12" class = "item" >...
  • ListView长列表

    ListView 长列表 代码演示 API ( 适用平台:WEB、React-Native ) React Native ListView 在 WEB 平台上不被支持的 API 列表: WEB 平台新增API WEB 平台新增 ListView.IndexedList 组件 常见问题与实现原理 ListView 长列表 最适用于显示同类的...
  • Spin 加载中

    Spin 加载中 何时使用 代码演示 基本用法 各种大小 容器 卡片加载中 自定义描述文案 延迟 自定义指示符 API 静态方法 Spin 加载中 用于页面和区块的加载中状态。 何时使用 页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。 代码演示 基本用法 一个简单的 loadi...
  • ListView长列表

    ListView 长列表 代码演示 API 方法 ListView.IndexedList 提示 ListView 长列表 适用于显示同类的长列表数据类型,对渲染性能有一定的优化效果。 代码演示 自定义容器 Note: you need to set height /overflow style. /* eslint...