文件名称:ampersand-auto-closing-view:一段时间后自行关闭的视图
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-05 01:03:49
JavaScript
&符号自动关闭视图 在一段时间后自行关闭的视图。 通过安装: npm install ampersand-auto-closing-view --save 例子 一个简单的例子可能是每次用户移动他/她的鼠标时显示提示。 它可能看起来像这样: var View = require ( 'ampersand-view' ) ; var ACView = require ( 'ampersand-auto-closing-view' ) ; // Extend the view so that we can have custom HTML instead var MyACView = ACView . extend ( { template : '
Hello, world!
' } ) ; var MyView = View . extend ( {【文件预览】:
ampersand-auto-closing-view-master
----.gitignore(31B)
----package.json(835B)
----.travis.yml(112B)
----index.js(3KB)
----test.js(2KB)
----LICENSE-MIT(1KB)
----README.md(4KB)
----.npmignore(31B)