Skip to content

Instantly share code, notes, and snippets.

<template>
<div>
<textarea id="rteSample" rows="10" cols="30" style="width: 740px; height: 440px" ej-rte="e-list.bind:list;e-tools.bind:tools">
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;Functional
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea>
</div>
</template>
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea>
</div>
</template>
@keerthanaRajendran
keerthanaRajendran / app.html
Created May 3, 2021 04:47
Dropdownlist : events
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" ></textarea>
</div>
</template>
@keerthanaRajendran
keerthanaRajendran / app.html
Last active December 5, 2019 05:26
Accordion : multiple-open
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Last active April 4, 2019 23:49
Dropdownlist : checkbox
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created March 28, 2019 06:44
Dropdownlist : checkbox
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created March 28, 2019 06:38
Dropdownlist : checkbox
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created March 28, 2019 05:12
Dropdownlist : checkbox
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created March 28, 2019 05:11
Dropdownlist : checkbox
<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>