Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions angularjs/RichTextEditor/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
layout: post
title: Getting-Started | RichTextEditor | JavaScript | Syncfusion
description: getting started
title: Getting-Started | RichTextEditor | Angular | Syncfusion
description: Learn here all more about getting started legend support in Syncfusion AngularJS RichTextEditor control, its elements, and more.
platform: Angular
control: Chart
platform: AngularJS
control: RichTextEditor Control
documentation: ug
keywords: ejrte, rte, js rte
---

# Getting Started
# Getting Started with AngularJS RichTextEditor

This section helps to understand the getting started of RTE control with the step-by-step instruction.

Expand Down Expand Up @@ -72,7 +74,7 @@ To render the ejRTE using angular directive, we need to inject the ej angular di

The following screenshot displays a RTE widget.

![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img1.png)
![AngularJS RichTextEditor create RTE control](Getting-Started_images/Getting-Started_img1.png)

## Toolbar–Configuration

Expand All @@ -98,7 +100,7 @@ You can configure a toolbar with the tools as your application requires.

The following screenshot displays a RTE widget.

![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img2.png)
![AngularJS RichTextEditor toolbar configuration](Getting-Started_images/Getting-Started_img2.png)

## Setting and Getting Content

Expand All @@ -123,4 +125,4 @@ You can set the content of the editor as follows.

The following screenshot displays a RTE widget.

![](/js/RichTextEditor/Getting-Started_images/Getting-Started_img3.png)
![AngularJS RichTextEditor setting and getting content](Getting-Started_images/Getting-Started_img3.png)
8 changes: 4 additions & 4 deletions angularjs/TreeView/Tree-Node.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: post
title: Tree-Node
description: tree node
title: Tree Node in AngularJS TreeView Control | Syncfusion
description: Learn here all about Tree Node support in Syncfusion Essential AngularJS TreeView control, its elements, and more.
platform: AngularJS
control: TreeView
documentation: ug
---


# Tree Node
# Tree Node in AngularJS TreeView

TreeView node is structured with expand/collapse arrow, checkbox, image and text as shown in below.

![](Tree-Node_images/Tree-Node_img1.png)
![Tree Node in AngularJS TreeView](Tree-Node_images/Tree-Node_img1.png)


Also TreeView node object holds the following properties.
Expand Down