Mercurial > gui
diff ckeditor.urp @ 34:2d195bee1efa
CKeditor wrapper
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 21 Nov 2013 18:19:02 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ckeditor.urp Thu Nov 21 18:19:02 2013 -0500 @@ -0,0 +1,12 @@ +ffi ckeditorFfi +jsFunc CkeditorFfi.editor=uw_ckeditor_editor +jsFunc CkeditorFfi.replace=uw_ckeditor_replace +jsFunc CkeditorFfi.content=uw_ckeditor_content +clientOnly CkeditorFfi.editor +clientOnly CkeditorFfi.replace +clientOnly CkeditorFfi.content +benignEffectful CkeditorFfi.editor +benignEffectful CkeditorFfi.replace +benignEffectful CkeditorFfi.content + +ckeditor \ No newline at end of file