Click or drag to resize

EnumIgxSmartPasteValues Enumeration


The list of pasting types for the TinyMCE XHTML editor

Namespace:  Ingeniux.CMS.Enums
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public enum EnumIgxSmartPasteValues
Members
  Member nameValueDescription
prompt0 Prompts for pasting type.
source1 Pastes with source formatting.
destination2 Pastes matching target formatting.
text3 Pastes as plain text, stripping all formatting.
See Also