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="./events.css"></require> | |
<div> | |
<div class="posupload">Select a file to upload </div> | |
<div class="uploadbox-events-control"> | |
<ej-uploadbox id="UploadEvents" e-save-url.bind="saveURL" e-remove-url.bind="removeURL" | |
e-on-error.trigger="error($event)" e-on-success.trigger="success($event)"> | |
</ej-uploadbox> | |
</div> | |
</div> |
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> | |
<div> | |
<form id="form1"> | |
<input type="text" | |
ej-drop-down-list="e-target-id.bind:target;e-watermark-text.bind:watermarkText; e-validation-rules.bind:validationRules; e-validation-message.bind:validationMessage" | |
id="selectCar" /> | |
<div id="carsList"> | |
<ul> | |
<li>Audi A4</li> | |
<li>Audi A5</li> |
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> | |
<div> | |
<form id="form1"> | |
<input type="text" | |
ej-drop-down-list="e-target-id.bind:target;e-watermark-text.bind:watermarkText; e-validation-rules.bind:validationRules; e-validation-message.bind:validationMessage" | |
id="selectCar" /> | |
<div id="carsList"> | |
<ul> | |
<li>Audi A4</li> | |
<li>Audi A5</li> |
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> | |
<div> | |
<form id="form1"> | |
<input type="text" | |
ej-drop-down-list="e-target-id.bind:target;e-watermark-text.bind:watermarkText; e-validation-rules.bind:validationRules; e-validation-message.bind:validationMessage" | |
id="selectCar" /> | |
<div id="carsList"> | |
<ul> | |
<li>Audi A4</li> | |
<li>Audi A5</li> |
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> | |
<div> | |
<form id="form1"> | |
<input type="text" | |
ej-drop-down-list="e-target-id.bind:target;e-watermark-text.bind:watermarkText; e-validation-rules.bind:validationRules; e-validation-message.bind:validationMessage" | |
id="selectCar" /> | |
<div id="carsList"> | |
<ul> | |
<li>Audi A4</li> | |
<li>Audi A5</li> |
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> | |
<div> | |
<input type="text" id="skillsets" ej-drop-down-list="e-data-source.bind:dataSource;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" e-on-select.trigger="select($event)" /> | |
</div> | |
</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> | |
<div> | |
<input type="text" id="skillsets" ej-drop-down-list="e-data-source.bind:dataSource;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" e-on-select.trigger="select($event)" /> | |
</div> | |
</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> | |
<div> | |
<input type="text" id="skillsets" ej-drop-down-list="e-data-source.bind:dataSource;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" e-on-select.trigger="select($event)" /> | |
</div> | |
</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> | |
<div> | |
<input type="text" id="skillsets" ej-drop-down-list="e-data-source.bind:dataSource;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" e-on-select.trigger="select($event) e-on-create.trigger="create($event)" /> | |
</div> | |
</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> | |
<div> | |
<input type="text" id="skillsets" ej-drop-down-list="e-data-source.bind:dataSource;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" e-on-select.trigger="select($event) e-on-create.trigger="create($event)" /> | |
</div> | |
</template> |