52 строки
2.1 KiB
HTML
52 строки
2.1 KiB
HTML
|
<div ng-controller="RTECtrl">
|
|||
|
<div class="content-container-fluid">
|
|||
|
<div class="row">
|
|||
|
<div class="cols-sample-area">
|
|||
|
<div class="angularbind">
|
|||
|
<div id="control" >
|
|||
|
<textarea id="rteSample" class="ang-rte" ej-rte e-width="100%" e-tools="tools" showfooter=true showhtmlsource=true e-isresponsive="responsive" e-minwidth="150px" e-height="250px">
|
|||
|
<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
|
|||
|
Specifications/Requirements:</b></p>
|
|||
|
<ol><li><p>Provide
|
|||
|
the tool bar support, it’s also customizable.</p></li><li><p>Options
|
|||
|
to get the HTML elements with styles.</p></li><li><p>Support
|
|||
|
to insert image from a defined path.</p></li><li><p>Footer
|
|||
|
elements and styles(tag / Element information , Action button (Upload, Cancel))</p></li><li><p>Re-size
|
|||
|
the editor support. </p></li><li><p>Provide
|
|||
|
efficient public methods and client side events.</p></li><li><p>Keyboard
|
|||
|
navigation support.</p></li></ol>
|
|||
|
</textarea>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<style type="text/css">
|
|||
|
#rteSample {
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
.customUnOrder,.customOrder{
|
|||
|
height:25px;
|
|||
|
}
|
|||
|
.customUnOrder:after {
|
|||
|
content: "\e7f1";
|
|||
|
font-size:20px;
|
|||
|
float:left;
|
|||
|
padding: 0px 4px 0px 4px;
|
|||
|
}
|
|||
|
.customOrder:after {
|
|||
|
content: "\e7f0";
|
|||
|
font-size:20px;
|
|||
|
float:left;
|
|||
|
padding: 0px 4px 0px 4px;
|
|||
|
}
|
|||
|
</style>
|
|||
|
</div>
|