Page tree
Skip to end of metadata
Go to start of metadata

RELEASE 2.6.0 OR ABOVE

public setLock(selector: String)

It limits editing by specifying a DOM selector.
When applied, it is represented by a lock icon (
).


Applicable to

  • DIV
    • Elements with "se-contents" and "se-div" classes specified
  • TABLE
  • TD
  • TH


Params: selector

NameTypeDescription
selectorstringSelectors to import the DOM to limit editing

Example:

window.editor.setLock('#lock_element_Id');
window.editor.setLock('.not_editable');


Source view

You can add 'se-unlock' class to the applied element in the Source View Mode of the editor.


Experiencing

You can allow or restrict editing to specific parts of the editor.


Date
Dept
Name
Date


  • No labels