package ojs_ed

  1. Overview
  2. Docs
Using file editor in ojs_base applications, common part

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ojs-base-0.7.0.tar.bz2
md5=85b8a0746e9be8c20cf082f2573b5895
sha512=ec707820ff69ddbf9c631cf6a1c8748e82346daded1a4f73c5702128d07858f915e62d529e5fec01e99263f33eefb1586067341c058535806e0092b9d040644a

doc/ojs_ed.js/Ojs_ace/index.html

Module Ojs_ace

class type undoManager = object ... end
val newUndoManager : unit -> 'a
class type document = object ... end
class type editSession = object ... end
val newEditSession : string -> string -> editSession Js_of_ocaml.Js.t
val createEditSession : string -> string -> editSession Js_of_ocaml.Js.t
class type renderer = object ... end
class type editor = object ... end
class type mode = object ... end
class type modeList = object ... end
class type ace = object ... end
val modeList : modeList Js_of_ocaml.Js.t