Param

Method

Event

 

 

PasteSelectFormatv4.3.2.21 or higher

When pasting in Office plugin mode, set the paste to allow you to choose the form of the pasted data as either image or HTML.

However, the selection window is only displayed if image data is contained in the clipboard.

 

Parameters

TRUE

Show paste selection window

FALSE

Don't show paste selection window (default)

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.params.PasteSelectFormat = true;
CrossEditor.EditorStart();