;
8 |
9 | beforeEach(async(() => {
10 | TestBed.configureTestingModule({
11 | declarations: [ TreeviewComponent ]
12 | })
13 | .compileComponents();
14 | }));
15 |
16 | beforeEach(() => {
17 | fixture = TestBed.createComponent(TreeviewComponent);
18 | component = fixture.componentInstance;
19 | fixture.detectChanges();
20 | });
21 |
22 | it('should create', () => {
23 | expect(component).toBeTruthy();
24 | });
25 | });
26 |
--------------------------------------------------------------------------------
/src/app/public/treeview/treeview.component.ts:
--------------------------------------------------------------------------------
1 | import { Component, OnInit,Input } from '@angular/core';
2 |
3 | @Component({
4 | selector: 'app-treeview',
5 | templateUrl: './treeview.component.html',
6 | styleUrls: ['./treeview.component.css']
7 | })
8 | export class TreeviewComponent implements OnInit {
9 |
10 | @Input() treemodule: string = 'M1';
11 | @Input() treeitem: string = 'V1';
12 | check:string;
13 |
14 | constructor() { }
15 |
16 | ngOnInit() {
17 | this.check = this.treemodule + this.treeitem;
18 | }
19 |
20 | }
21 |
--------------------------------------------------------------------------------
/src/assets/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/.gitkeep
--------------------------------------------------------------------------------
/src/assets/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/avatar.png
--------------------------------------------------------------------------------
/src/assets/img/avatar04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/avatar04.png
--------------------------------------------------------------------------------
/src/assets/img/avatar2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/avatar2.png
--------------------------------------------------------------------------------
/src/assets/img/avatar3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/avatar3.png
--------------------------------------------------------------------------------
/src/assets/img/avatar5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/avatar5.png
--------------------------------------------------------------------------------
/src/assets/img/boxed-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/boxed-bg.jpg
--------------------------------------------------------------------------------
/src/assets/img/boxed-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/boxed-bg.png
--------------------------------------------------------------------------------
/src/assets/img/credit/american-express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/american-express.png
--------------------------------------------------------------------------------
/src/assets/img/credit/cirrus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/cirrus.png
--------------------------------------------------------------------------------
/src/assets/img/credit/mastercard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/mastercard.png
--------------------------------------------------------------------------------
/src/assets/img/credit/mestro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/mestro.png
--------------------------------------------------------------------------------
/src/assets/img/credit/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/paypal.png
--------------------------------------------------------------------------------
/src/assets/img/credit/paypal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/paypal2.png
--------------------------------------------------------------------------------
/src/assets/img/credit/visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/credit/visa.png
--------------------------------------------------------------------------------
/src/assets/img/default-50x50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/default-50x50.gif
--------------------------------------------------------------------------------
/src/assets/img/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/icons.png
--------------------------------------------------------------------------------
/src/assets/img/photo1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/photo1.png
--------------------------------------------------------------------------------
/src/assets/img/photo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/photo2.png
--------------------------------------------------------------------------------
/src/assets/img/photo3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/photo3.jpg
--------------------------------------------------------------------------------
/src/assets/img/photo4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/photo4.jpg
--------------------------------------------------------------------------------
/src/assets/img/user1-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user1-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user2-160x160.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user2-160x160.jpg
--------------------------------------------------------------------------------
/src/assets/img/user3-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user3-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user4-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user4-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user5-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user5-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user6-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user6-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user7-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user7-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/img/user8-128x128.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/img/user8-128x128.jpg
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2 | For licensing, see LICENSE.md or http://ckeditor.com/license
3 |
4 | cs.js Found: 30 Missing: 0
5 | cy.js Found: 30 Missing: 0
6 | da.js Found: 12 Missing: 18
7 | de.js Found: 30 Missing: 0
8 | el.js Found: 25 Missing: 5
9 | eo.js Found: 30 Missing: 0
10 | fa.js Found: 30 Missing: 0
11 | fi.js Found: 30 Missing: 0
12 | fr.js Found: 30 Missing: 0
13 | gu.js Found: 12 Missing: 18
14 | he.js Found: 30 Missing: 0
15 | it.js Found: 30 Missing: 0
16 | mk.js Found: 5 Missing: 25
17 | nb.js Found: 30 Missing: 0
18 | nl.js Found: 30 Missing: 0
19 | no.js Found: 30 Missing: 0
20 | pt-br.js Found: 30 Missing: 0
21 | ro.js Found: 6 Missing: 24
22 | tr.js Found: 30 Missing: 0
23 | ug.js Found: 27 Missing: 3
24 | vi.js Found: 6 Missing: 24
25 | zh-cn.js Found: 30 Missing: 0
26 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/dialog/dialogDefinition.js:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 | For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/icons.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/icons_hidpi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/icons_hidpi.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/image/images/noimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/image/images/noimage.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/link/images/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/link/images/anchor.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/link/images/hidpi/anchor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/link/images/hidpi/anchor.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/magicline/images/icon-rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/magicline/images/icon-rtl.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/magicline/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/plugins/magicline/images/icon.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/scayt/README.md:
--------------------------------------------------------------------------------
1 | CKEditor SCAYT Plugin
2 | =====================
3 |
4 | This plugin brings Spell Check As You Type (SCAYT) into up to CKEditor 4+.
5 |
6 | SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
7 |
8 | Installation
9 | ------------
10 |
11 | 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
12 | 2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
13 |
14 | config.extraPlugins = 'scayt';
15 |
16 | That's all. SCAYT will appear on the editor toolbar and will be ready to use.
17 |
18 | License
19 | -------
20 |
21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
22 |
23 | See LICENSE.md for more information.
24 |
25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
26 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt:
--------------------------------------------------------------------------------
1 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
2 | For licensing, see LICENSE.md or http://ckeditor.com/license
3 |
4 | cs.js Found: 118 Missing: 0
5 | cy.js Found: 118 Missing: 0
6 | de.js Found: 118 Missing: 0
7 | el.js Found: 16 Missing: 102
8 | eo.js Found: 118 Missing: 0
9 | et.js Found: 31 Missing: 87
10 | fa.js Found: 24 Missing: 94
11 | fi.js Found: 23 Missing: 95
12 | fr.js Found: 118 Missing: 0
13 | hr.js Found: 23 Missing: 95
14 | it.js Found: 118 Missing: 0
15 | nb.js Found: 118 Missing: 0
16 | nl.js Found: 118 Missing: 0
17 | no.js Found: 118 Missing: 0
18 | tr.js Found: 118 Missing: 0
19 | ug.js Found: 39 Missing: 79
20 | zh-cn.js Found: 118 Missing: 0
21 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/plugins/wsc/README.md:
--------------------------------------------------------------------------------
1 | CKEditor WebSpellChecker Plugin
2 | ===============================
3 |
4 | This plugin brings Web Spell Checker (WSC) into CKEditor.
5 |
6 | WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
7 |
8 | Installation
9 | ------------
10 |
11 | 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
12 | 2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
13 |
14 | config.extraPlugins = 'wsc';
15 |
16 | That's all. WSC will appear on the editor toolbar and will be ready to use.
17 |
18 | License
19 | -------
20 |
21 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
22 |
23 | See LICENSE.md for more information.
24 |
25 | Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
26 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/img/github-top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/img/github-top.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/img/header-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/img/header-bg.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/img/header-separator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/img/header-separator.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/img/logo.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/img/navigation-tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/img/navigation-tip.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/assets/inlineall/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/old/assets/inlineall/logo.png
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/assets/sample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/old/assets/sample.jpg
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/dialog/assets/my_dialog.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license
4 | */
5 |
6 | CKEDITOR.dialog.add( 'myDialog', function() {
7 | return {
8 | title: 'My Dialog',
9 | minWidth: 400,
10 | minHeight: 200,
11 | contents: [
12 | {
13 | id: 'tab1',
14 | label: 'First Tab',
15 | title: 'First Tab',
16 | elements: [
17 | {
18 | id: 'input1',
19 | type: 'text',
20 | label: 'Text Field'
21 | },
22 | {
23 | id: 'select1',
24 | type: 'select',
25 | label: 'Select Field',
26 | items: [
27 | [ 'option1', 'value1' ],
28 | [ 'option2', 'value2' ]
29 | ]
30 | }
31 | ]
32 | },
33 | {
34 | id: 'tab2',
35 | label: 'Second Tab',
36 | title: 'Second Tab',
37 | elements: [
38 | {
39 | id: 'button1',
40 | type: 'button',
41 | label: 'Button Field'
42 | }
43 | ]
44 | }
45 | ]
46 | };
47 | } );
48 |
49 |
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Vetkdf/yang-test/f9d4c79f9a2e8f90ebe8f8a93e21bd8d782f2dc5/src/assets/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf
--------------------------------------------------------------------------------
/src/assets/plugins/ckeditor/samples/old/sample_posteddata.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | -------------------------------------------------------------------------------------------
4 | CKEditor - Posted Data
5 |
6 | We are sorry, but your Web server does not support the PHP language used in this script.
7 |
8 | Please note that CKEditor can be used with any other server-side language than just PHP.
9 | To save the content created with CKEditor you need to read the POST data on the server
10 | side and write it to a file or the database.
11 |
12 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
13 | For licensing, see LICENSE.md or http://ckeditor.com/license
14 | -------------------------------------------------------------------------------------------
15 |
16 |