This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/button/button"></require> | |
<ul ak-menu="k-open-on-click.bind:true; k-no-init.bind: true" ak-menu.ref="menuVM" class="rgk-action-menu"> | |
<li><i class="fa fa-bars" aria-hidden="true"></i> | |
<ul> | |
<li repeat.for="status of ds"><i class="fa fa-envelope-o" aria-hidden="true"></i> ${status.statusLabel}</li> | |
</ul> | |
</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/button/button"></require> | |
<ul ak-menu="k-open-on-click.bind:true" class="rgk-action-menu"> | |
<li><i class="fa fa-bars" aria-hidden="true"></i> | |
<ul> | |
<li repeat.for="status of ds"><i class="fa fa-envelope-o" aria-hidden="true"></i> ${status.statusLabel}</li> | |
</ul> | |
</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/button/button"></require> | |
<ul ak-menu="k-open-on-click.bind:true" class="rgk-action-menu"> | |
<li><i class="fa fa-bars" aria-hidden="true"></i> | |
<ul> | |
<li repeat.for="status of ds"><i class="fa fa-envelope-o" aria-hidden="true"></i> ${status.statusLabel}</li> | |
</ul> | |
</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="./basic-use.css!css"></require> | |
<require from="aurelia-kendoui-bridge/slider/slider"></require> | |
<div id="example"> | |
<div id="slider-basicuse"> | |
<div class="demo-section k-content"> | |
<h4 style="padding-top: 2em;">Equalizer</h4> | |
<div id="equalizer"> | |
<input repeat.for="slider of sliders" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="./area.css!css"></require> | |
<require from="aurelia-kendoui-bridge/draggable/draggable"></require> | |
<require from="aurelia-kendoui-bridge/drop-target/drop-target-area"></require> | |
<div id="example"> | |
<div class="demo-section k-content" if.bind="visible"> | |
<div ak-drop-target-area="k-filter: .test1, .test2" | |
k-on-dragenter.delegate="droptargetOnDragEnter($event.detail)" | |
k-on-dragleave.delegate="droptargetOnDragLeave($event.detail)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/grid/grid"></require> | |
<require from="aurelia-kendoui-bridge/grid/col"></require> | |
<require from="aurelia-kendoui-bridge/common/template"></require> | |
<require from="aurelia-kendoui-bridge/button/button"></require> | |
<require from="aurelia-kendoui-bridge/grid/grid-command"></require> | |
<ak-grid k-data-source.bind="datasource" k-on-data-bound.delegate="onDataBound($event.detail)" k-widget.two-way="grid"> | |
<ak-col k-title="Contact Name" k-field="ContactName"></ak-col> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/grid/grid"></require> | |
<require from="aurelia-kendoui-bridge/grid/col"></require> | |
<require from="aurelia-kendoui-bridge/grid/grid-command"></require> | |
<ak-grid k-data-source.bind="datasource" k-on-data-bound.delegate="onDataBound($event.detail)"> | |
<ak-col k-title="OrderId" k-field="OrderID"></ak-col> | |
<ak-col> | |
<ak-grid-command k-name="details" k-text="Details" k-click.call="details($event)"></ak-grid-command> | |
</ak-col> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="aurelia-kendoui-bridge/grid/grid"></require> | |
<require from="aurelia-kendoui-bridge/grid/col"></require> | |
<require from="aurelia-kendoui-bridge/grid/grid-command"></require> | |
<ak-grid k-data-source.bind="datasource" k-on-data-bound.delegate="onDataBound($event.detail)"> | |
<ak-col k-title="OrderId" k-field="OrderID"></ak-col> | |
<ak-col> | |
<ak-grid-command k-name="details" k-text="Details" k-click.call="details($event)"></ak-grid-command> | |
</ak-col> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="./basic-use.css!css"></require> | |
<require from="aurelia-kendoui-bridge/slider/slider"></require> | |
<div id="example"> | |
<div id="slider-basicuse"> | |
<div class="demo-section k-content"> | |
<button click.delegate="updateSliders()">Update sliders</button> | |
<h4 style="padding-top: 2em;">Equalizer</h4> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="./basic-use.css!css"></require> | |
<require from="aurelia-kendoui-bridge/slider/slider"></require> | |
<div id="example"> | |
<div id="slider-basicuse"> | |
<div class="demo-section k-content"> | |
<h4>Balance</h4> | |
<input ak-slider="k-increase-button-title: Right; | |
k-decrease-button-title: Left; |