Module Ojsed_js

Editor, client side

type mime_type = string
type session = {
sess_file : Ojs_base.Path.t;
sess_mime : mime_type;
sess_ace : Ojs_ace.editSession Js_of_ocaml.Js.t;
mutable sess_changed : bool;
}
module PMap = Ojs_base.Path.Map
val mk_button : string -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
val is_editable_from_mime : mime_type -> bool
module type S = sig ... end