Skip to content

Instantly share code, notes, and snippets.

@keerthanaRajendran
keerthanaRajendran / app.html
Created January 3, 2019 08:39
Dropdownlist : default-functionalities
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created January 3, 2019 08:39
Dropdownlist : default-functionalities
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created January 3, 2019 09:22
Dropdownlist : default-functionalities
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Created January 8, 2019 07:10
Uploadbox : events
<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>
@keerthanaRajendran
keerthanaRajendran / app.html
Last active February 25, 2019 05:15
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" >
&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
@keerthanaRajendran
keerthanaRajendran / app.html
Created February 25, 2019 05:15
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" >
&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
@keerthanaRajendran
keerthanaRajendran / app.html
Created February 25, 2019 05:16
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" >
</textarea>
</div>
</template>
@keerthanaRajendran
keerthanaRajendran / app.html
Created February 27, 2019 06:22
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" >
</textarea>
</div>
</template>
@keerthanaRajendran
keerthanaRajendran / app.html
Created February 27, 2019 06:24
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" e-on-create.trigger="create()" >
</textarea>
</div>
</template>
@keerthanaRajendran
keerthanaRajendran / app.html
Created February 27, 2019 06:26
Rte : default-functionalities
<template>
<div>
<textarea id="rteSample" rows="10" cols="30" ej-rte="e-width:100%" e-on-create.trigger="create()" >
</textarea>
</div>
</template>