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> | |
<textarea id="rteSample" rows="10" cols="30" style="width: 740px; height: 440px" ej-rte="e-list.bind:list;e-tools.bind:tools"> | |
<p><b>Description:</b></p> | |
<p>The Rich Text Editor (RTE) control is an easy to render in | |
client side. Customer easy to edit the contents and get the HTML content for | |
the displayed content. A rich text editor control provides users with a toolbar | |
that helps them to apply rich text formats to the text entered in the text | |
area. </p> | |
<p><b>Functional |
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> | |
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea> | |
</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> | |
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea> | |
</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> | |
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea> | |
</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> | |
<ej-accordion id="multiAccordion" style="width: 500px" e-selected-item-index.bind="2" > | |
<template repeat.for="row of graphTree"> | |
<h3><a href="#">${row.category}</a></h3> | |
<div> | |
<ul repeat.for="item of row.name"> | |
<li> | |
<h6 class="showHand" click.delegate="showChart(row.id)">${item}</h6> | |
</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> | |
</div> | |
<div class="form-row"> | |
<div class="col-6"> | |
<fieldset class="form-group"> | |
<label class="form-label semibold">Client (Works)</label> | |
<input type="text" id="selectCustomer" ej-drop-down-list="e-width:100%;e-data-source.bind:metadataService;e-fields.bind:{ text: 'displayName', value: 'parentId' };e-watermark-text.bind:'Select...';" e-on-change.trigger='onchange($event)'/> | |
</fieldset> |
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="selectStateProvince" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:!isReadOnly;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<br/> | |
<div> | |
<input type="text" id="selectStateProvinces" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:true;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<div id="property-window" class="box wide"> | |
<h4>Properties</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> | |
<div> | |
<input type="text" id="selectStateProvince" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:!isReadOnly;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<br/> | |
<div> | |
<input type="text" id="selectStateProvinces" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:true;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<div id="property-window" class="box wide"> | |
<h4>Properties</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> | |
<div> | |
<input type="text" id="selectStateProvince" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:!isReadOnly;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<br/> | |
<div> | |
<input type="text" id="selectStateProvinces" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:true;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</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-enabled.bind:!isReadOnly;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
<br/> | |
<div> | |
<input type="text" id="skillset" ej-drop-down-list="e-data-source.bind:dataSource;e-enabled.bind:true;e-fields.bind:fields;e-watermark-text.bind:watermarkText;" /> | |
</div> | |
</template> |
NewerOlder