\Kendo\UI\EditorDeserialization

A PHP class representing the deserialization setting of Editor.

Methods

custom

Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.

Returns

\Kendo\UI\EditorDeserialization

Parameters

$value \Kendo\JavaScriptFunction

Example

<?php
$deserialization = new \Kendo\UI\EditorDeserialization();
$deserialization->custom(new \Kendo\JavaScriptFunction('function() { }'));
?>
In this article
Not finding the help you need?