Module

utils/dom/setdatainelement

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

module

Filtering

Functions

  • setDataInElement( el, data )

    static

    Sets data in a given element.

    Parameters

    el : HTMLElement

    The element in which the data will be set.

    data : String

    The data string.