package ezjs_jquery

  1. Overview
  2. Docs

Module Ezjs_sortableSource

Sourceclass type container = object ... end
Sourceclass type group = object ... end
Sourceval make_container_options : ?drag:??? -> ?drop:??? -> ?exclude:??? -> ?group:??? -> ?nested:??? -> ?vertical:??? -> unit -> container Js_of_ocaml.Js.t
Sourceval make_group : ?containerPath:??? -> ?containerSelector:??? -> ?distance:??? -> ?delay:??? -> ?group:??? -> ?handle:??? -> ?itemPath:??? -> ?itemSelector:??? -> ?bodyClass:??? -> ?draggedClass:??? -> ?placeholderClass:??? -> ?placeholder:??? -> ?pullPlaceholder:??? -> ?tolerance:??? -> unit -> group Js_of_ocaml.Js.t
Sourceval sortable : ?container_options:??? -> ?group_options:??? -> Ezjs_jquery.jquery Js_of_ocaml.Js.t -> unit