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> | |
<ul ak-menu k-on-select.delegate="onSelect($event.detail)"> | |
<li> | |
Modules | |
<ul> | |
<li><span class="d-menuitem" data-id="m1">First module</span></li> | |
<li><span class="d-menuitem" data-id="m2">Second module</span></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"></require> | |
<div id="example"> | |
<div id="window" | |
ak-window="k-title.bind: x; k-width: 400px; k-visible.bind: false; k-widget.bind: window" | |
k-on-close.delegate="onClose()"> | |
<ak-grid k-data-source.bind="datasource" | |
k-pageable.bind="true" | |
k-filterable.bind="true" | |
k-no-init.bind="true" |
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="menu"></require> | |
<menu></menu> | |
<router-view></router-view> | |
</template> |
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="menu"></require> | |
<menu></menu> | |
<router-view></router-view> | |
</template> |
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
<list> | |
<item id="241" shortname="AED" name="AED"> | |
<extraInfo class="list"> | |
<int>2</int> | |
<extraItem name="nonDeliverable"> | |
<value class="boolean">false</value> | |
</extraItem> | |
</extraInfo> | |
</item> | |
<item id="601" shortname="ARS" name="Argentine Peso"> |
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
{ | |
"list":{ | |
"folder":[ | |
{ | |
"localizedNames":{ | |
"_class":"java.util.ArrayList" | |
}, | |
"customFields":{ | |
"_class":"java.util.ArrayList" | |
}, |
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> | |
${trade.a} | |
${trade.b} | |
<input id="datepicker" ak-datepicker="k-value.two-way:trade.valueDate" style="width: 100%" /> | |
<input id="amount" type="number" ak-numerictextbox="k-value.two-way : trade.amount" style="width: 100%;"/> | |
<button type="button" click.delegate="onNew(event)">New</button> | |
<button type="button" click.delegate="onLoad(event)">Load</button> | |
</template> |
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="number-input"></require> | |
${precision}, ${format} | |
<number-input value.bind="value" precision.bind="precision"></number-input> | |
<input type="number" value.two-way="precision"/> | |
</template> |
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> | |
<ul ak-menu k-on-select.delegate="onSelect($event.detail)"> | |
<li> | |
Modules | |
<ul> | |
<li><span class="d-menuitem" data-id="m1">First module</span></li> | |
<li><span class="d-menuitem" data-id="m2">Second module</span></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> | |
<ul ak-menu k-on-select.delegate="onSelect($event.detail)"> | |
<li> | |
Modules | |
<ul> | |
<li><span class="d-menuitem" data-id="m1">First module</span></li> | |
<li><span class="d-menuitem" data-id="m2">Second module</span></li> | |
</ul> | |
</li> | |
</ul> |
OlderNewer