HTML Editor Library
|
Remove specified tag fromĀ current selection. If attributes parameter is not empty only tags with same attributes (and values) will be removed
procedure UntagSelection(const Tag: string; const attributes: string = '');
Parameters |
Description |
const Tag: string |
Tag to remove |
const attributes: string = '' |
Filter by attributes |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|