Skip to content

Commit 3d88dd3

Browse files
Merge branch 'master' of https://github.com/syncfusion/javascript-docs into GitHubCIProcess
2 parents 42498ee + 69ce816 commit 3d88dd3

File tree

420 files changed

+31145
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+31145
-168
lines changed

Common-toc.html

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

Common/Essential-Studio/Add-on.md

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
---
2+
layout: post
3+
title: Add-on of Essential Studio Installer | Syncfusion
4+
description: Learn here some information about the Add-On of Syncfusion Essential Studio Installer and more details.
5+
platform: common
6+
control: Essential Studio
7+
documentation: ug
8+
---
9+
10+
# Add-On Installer of Syncfusion Essential Studio
11+
12+
## QTP Add-on
13+
14+
Syncfusion supports Quick Test Professional software with the help of Essential Test Studio, termed as QTP add-on, specially designed to meet the requirements of professionals who need to test your controls. Essential Test Studio contains Custom Libraries that helps Quick Test Professional record and replay the scripts of the application containing the Syncfusion controls. These custom libraries are built with the help of Quick Test Professional .NET Add-in extensibility. For more details, refer to Mercury Quick Test Professional Help.  
15+
16+
Essential Test Studio supports the following Windows-based controls. 
17+
18+
### Essential Grid
19+
20+
* Grid control
21+
* Grid Grouping control
22+
* GridDataBoundGrid control
23+
* Grid List control
24+
* TabBar Splitter control
25+
26+
### Essential Tools
27+
28+
* Docking Package
29+
* Menus Package
30+
* Command Bars Package
31+
* Tree Package
32+
* Editors Package
33+
* Tabs Package
34+
* Navigation Package
35+
* Notification Package
36+
37+
N> You need to install Syncfusion Essential Studio of the same version and Mercury QuickTestProfessional, before installing this add-on.
38+
39+
## CAB Add-on
40+
41+
The Syncfusion Essential CAB Enabling Kit provides extensible support for working with CAB easily. It helps developers enhance the look and feel of their applications, as well as speed up the development process with customizable UI's. The workspaces are components or controls that encapsulate visual effects and layout strategies without affecting the business logic. 
42+
43+
The Essential CAB Enabling Kit offers the following workspaces and UI Elements.
44+
45+
### Workspaces
46+
47+
* Dockable Workspace
48+
* DockingClientPanel Workspace
49+
* GroupBar Workspace
50+
* PopupControlContainer Workspace
51+
* SplashPanel Workspace
52+
* SplitContainerAdv Workspace
53+
* TabControlAdv Workspace
54+
* TabbedMDIManagerWorkspace
55+
* XPTaskPane workspace
56+
57+
### UIElements 
58+
59+
* XP Menus
60+
* TreeViewAdv
61+
* StatusBarAdv
62+
* StatusStripEx
63+
* ContextMenuStripEx
64+
* RibbonControlAdv
65+
* XPTaskBar
66+
67+
### Pre-Requisites 
68+
69+
* Visual Studio 2005/2008
70+
* Microsoft Composite UI Application Block Framework
71+
* Syncfusion Essential Studio (Essential Tools – Windows Forms)
72+
73+
### Framework Support
74+
75+
Essential CAB supports Visual Studio Framework versions V2.0, V3.5, V4.0, V4.5, and V4.5.1.
76+
77+
## WebKit HTML converter
78+
79+
Syncfusion introduces WebKit HTML converter from the version 13.1.0.21 of Essential Studio that supports HTML to PDF conversion by using the WebKit rendering engine. This converter works on both x86 and x64 environments and can be easily integrated into any application on .NET platforms such as Windows Forms, WPF, ASP.NET Web Forms, and ASP. NET MVC to convert URLs, HTML string, images, and SVG to PDF.
80+
81+
### Step-by-Step Installation
82+
83+
The following are the steps to install the WebKit installer.
84+
85+
1. Double-click the Syncfusion WebKit Installer. The installer Wizard opens and extracts the package automatically. 
86+
87+
![Installer Extraction Wizard](Add-on_images/Step-by-Step-Installation_img1.png)
88+
89+
90+
91+
N> No key is required for Syncfusion WebKit HTML Converter.
92+
93+
2. Once the unzip operation is complete, License Agreement screen opens.
94+
95+
![License Agreement](Add-on_images/Step-by-Step-Installation_img5.png)
96+
97+
3. After reading the License Agreement, check the **I agree to the License Terms and Conditions** check box.
98+
99+
4. Click Next. Installation location will be displayed.
100+
101+
![Installation location](Add-on_images/Step-by-Step-Installation_img6.png)
102+
103+
N> You can also browse and choose a location by clicking Browse.
104+
105+
5. To install in the displayed default location, click Install.
106+
107+
![Installation progress](Add-on_images/Step-by-Step-Installation_img8.png)
108+
109+
N> The Completed screen is displayed once the WebKit is installed.
110+
111+
![Installation Complete](Add-on_images/Step-by-Step-Installation_img10.png)
112+
113+
6. Click Finish. WebKit is installed in your system.
114+
115+
### Command Line
116+
117+
The Syncfusion WebKit Installer supports Command Line Install and Uninstall. The following sections illustrate this ability. 
118+
119+
120+
#### Command Line Installation
121+
122+
Follow the given steps to install through Command Line in Silent mode.
123+
124+
1. Double-click the Syncfusion WebKit Installer. The Self-Extractor Wizard opens and extracts the package automatically.
125+
2. The syncfusionessentialwebkit _(version).exe file is extracted into the Temp folder.
126+
3. Run %temp%. The Temp folder opens. The syncfusionessentialwebkit _(version).exe file is available in one of the folders.
127+
4. Copy the syncfusionessentialwebkit _(version).exe file in local drive. Example: D:\temp
128+
5. Cancel the wizard.
129+
6. Open Command Prompt in administrator mode and pass the following arguments:
130+
131+
**Arguments:** “Installer file path\syncfusionessentialwebkit _(version).exe” /Install silent [/log “{Log file path}”] [/InstallPath:{Location to install}]
132+
133+
N> [..] – Arguments inside the square brackets are optional.
134+
135+
**Example:** “D:\Temp\syncfusionessentialwebkit_13.2.0.30.exe” /Install silent /log “C:\Temp\EssentialWebkit.log” /InstallPath:C:\Syncfusion\x.x.x.x
136+
137+
7. WebKit is installed.
138+
139+
N> * x.x.x.x needs to be replaced with the WebKit version installed on your machine.* Above steps applicable from the version 13.2.0.x.
140+
141+
#### Command Line Uninstallation
142+
143+
Syncfusion WebKit Installer supports uninstalling through Command Line in Silent mode. The following steps help you uninstall the Webkit. 
144+
145+
1. When you do not have the extracted installer (syncfusionessentialwebkit _(version).exe) then follow the steps from 2 to 7.
146+
2. Double-click the Syncfusion Essential Studio installer. The Self-ExtractorWizard opens and extracts the package automatically.
147+
3. The syncfusionessentialwebkit _(version).exe file gets extracted into the Temp folder.
148+
4. Run %temp%. The Temp folder opens. The syncfusionessentialwebkit _(version).exe file is available in one of the folders.
149+
5. Copy the syncfusionessentialwebkit _(version).exe file in local drive. Example: D:\temp
150+
6. Cancel the wizard.
151+
7. Open the Command Prompt in administrator mode and pass the following arguments: 
152+
153+
**Arguments:** “Installer file path\ syncfusionessentialwebkit _(version).exe” /uninstall silent 
154+
155+
**Example:** “D:\Temp\ syncfusionessentialwebkit _13.2.0.30.exe" /uninstall silent
156+
157+
8. WebKit is uninstalled.
158+
159+
N> * x.x.x.x need to be replaced with the WebKit version installed in your machine.* Above steps applicable from the version 13.2.0.x.
160+
161+
162+
## Electron
163+
164+
Electron (Previously known as Atom Shell) is used create a cross platform desktop application for different OS like Linux, Windows and OS X by using JavaScript and able to access platform specific native API’s.
165+
166+
### Step-by-Step Installation
167+
168+
The following are the steps to install the Electron installer.
169+
170+
1. Double-click the Syncfusion Electron installer. The installer Wizard opens and extracts the package automatically. 
171+
172+
![Setup Extraction Wizard](Add-on_images/Electron-Setup_img1.png)
173+
174+
175+
N> No key is required for Syncfusion Electron.
176+
177+
2. Once the unzip operation is complete, License Agreement screen opens.
178+
179+
![License Agreement](Add-on_images/Electron-Setup_img2.png)
180+
181+
3. After reading the License Agreement, check the **I agree to the License Terms and Conditions** check box.
182+
183+
4. Click Next. Installation location will be displayed.
184+
185+
![Installation location](Add-on_images/Electron-Setup_img3.png)
186+
187+
N> You can also browse and choose a location by clicking Browse.
188+
189+
5. To install in the displayed default location, click Install.
190+
191+
![Installation progress](Add-on_images/Electron-Setup_img4.png)
192+
193+
N> The Completed screen is displayed once the Electron is installed.
194+
195+
![Installation Complete](Add-on_images/Electron-Setup_img5.png)
196+
197+
6. Click Finish. Electron is installed in your system.
198+
199+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy