PANmedia / raptor-editor

Raptor, an HTML5 WYSIWYG content editor!
www.raptor-editor.com
GNU General Public License v3.0
533 stars 136 forks source link

Disable preview on mouse over as a configuration option #148

Closed asxjackal closed 10 years ago

asxjackal commented 10 years ago

Provide ability to disable preview on mouse over as a configuration option

Petah commented 10 years ago

Hi, you can just pass preview: false to the options.

https://github.com/PANmedia/raptor-example/blob/master/examples/disable-preview/example.php#L11-L13