The Synap Editor version 2.6.0 with improved partial edit restrictions, object editing handles, and theme settings has been released.

Please check the details below.

Major Improvements



1. Partial Editing Restrictions

 


2. Image, video, shape, layer editing handle UI change

v2.5.0v2.6.0

 

 

3. Add image and shape rotation handle

DescriptionNote

Turn off treat like letters

  • Click the image or shape rotation handle and rotate it with the mouse.
    • (position: absolute;)

Treat like letters

  • General inline images, figures do not display the rotation handle.
    • (position: relative;)



4. Add image, video, layer, shape, bring forward, send backward features

DescriptionNote

Bring Forward

  • Bring forward of an object in the editor.

Bring To Front

  • Bring it one step ahead of the object.
    • (Towards the front object on a z-index basis)

Send Backward

  • Sends backward of the object in the editor.

Send To Back

  • Send one step back to the object behind.
    • (Behind the back object on a z-index basis)


 

 

5. Add Shape Balloon Popup


Note
Shape Balloon Popup



6. Theme

 

7. Custom Icon



8. Color Icon Plug-in

 

9. Adding OpenHTML API options


editor.openHTML(html, {
	callback: function() {}, // Callback function to be called after completion
	bAsync: false,           // Synchronous processing (default: false)
	bFocus: true,            // Focus on editor after document opening (default: true)
	bOverwrite: true         // Overwrite processing (default: true)
});