文件名称:emberjs-date-picker
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-17 18:15:31
JavaScript
Emberjs日期选择器 使用此组件,您将能够在余烬绑定值中构建日期选择器 样例代码 {{date-picker value="today" formatIn="DD/MM/YYYY" formatOut="ddd, MM-DD-YYYY" color="#444" minValue=minValueBound maxValue=maxValueBound isFlipped=false}} 此代码将显示带有日期的文本,如果单击,将显示日期选择器: 日期格式为formatIn的value字符串。 您可以传递一个date参数,而不是绑定一个Date对象。 formatIn输入格式 formatOut输出格式 color的文本颜色和日期选择器的背景 minValue限制,不允许用户选择早于该值的日期。 应该是一个日期对象 maxValue限制,不允许用户选择比该值晚的日期。 应该是一个日
【文件预览】:
emberjs-date-picker-master
----.jshintrc(532B)
----public()
--------crossdomain.xml(585B)
--------robots.txt(51B)
--------font()
----bower.json(561B)
----.ember-cli(280B)
----.travis.yml(318B)
----config()
--------environment.js(1KB)
----README.md(2KB)
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(1000B)
--------test-helper.js(112B)
--------helpers()
--------unit()
----.gitignore(247B)
----Brocfile.js(942B)
----app()
--------index.html(654B)
--------models()
--------styles()
--------controllers()
--------components()
--------helpers()
--------app.js(420B)
--------templates()
--------router.js(195B)
--------routes()
----.watchmanconfig(29B)
----package.json(1016B)
----vendor()
--------.gitkeep(0B)