文件名称:iron-selector:管理可以选择的元素列表
文件大小:57KB
文件格式:ZIP
更新时间:2024-05-27 21:47:27
HTML
<铁选择器>, IronSelectableBehavior , IronMultiSelectableBehavior iron-selector是可用于管理可以选择的元素列表的元素。 点击该项目将使该项目被选中。 已selected指示正在选择哪个项目。 默认值为使用项目的索引。 iron-selector的功能完全由IronMultiSelectableBehavior定义。 IronSelectableBehavior为元素提供选定子元素的概念。 默认情况下,当分派(由Polymer合成,大致为“ click”)时,元素将选择其可选子元素之一。 IronSelectableBehavior让您... 决定哪些孩子应该被认为是可选择的( selectable ), 检索当前选定的元素( selectedItem )和可选集中的所有元素( items ), 更改选择( se
【文件预览】:
iron-selector-master
----.gitignore(67B)
----iron-multi-selectable.js(4KB)
----wct.conf.json(231B)
----package.json(999B)
----iron-selectable.js(11KB)
----package-lock.json(97KB)
----formatconfig.json(49B)
----.travis.yml(981B)
----iron-selector.js(2KB)
----CONTRIBUTING.md(3KB)
----.github()
--------ISSUE_TEMPLATE.md(723B)
--------CODEOWNERS(34B)
----README.md(4KB)
----demo()
--------index.html(4KB)
----iron-selection.js(3KB)
----manifest.json(2KB)
----.npmignore(77B)
----bower.json(83B)
----test()
--------basic.html(9KB)
--------numeric-ids.html(3KB)
--------excluded-local-names.html(3KB)
--------attr-for-selected-elements.js(852B)
--------content-element.js(1KB)
--------selected-attribute.html(4KB)
--------template-repeat.html(4KB)
--------next-previous.html(4KB)
--------index.html(1KB)
--------activate-event.html(5KB)
--------multi.html(14KB)
--------content.html(7KB)
--------attr-for-selected.html(9KB)