Module

utils/dom/setdatainelement

@ckeditor/ckeditor5-utils/src/dom/setdatainelement

module

Filtering

Functions

  • setDataInElement( el, data ) → void

    Sets data in a given element.

    Parameters

    el : HTMLElement

    The element in which the data will be set.

    data : string

    The data string.

    Returns

    void