Plasma GitLab Archive
Projects Blog Knowledge


[UP]
Module types
 Wd_application_dtd
 Wd_cycle
 Wd_dialog
 Wd_dictionary
 Wd_encoding
 Wd_interactor
 Wd_run_cgi
 Wd_run_jserv
 Wd_run_fcgi
 Wd_stdlib
 Wd_template
 Wd_templrep
 Wd_transform
 Wd_types
 Wd_serialize_types
 Wd_universe
 Wd_upload
 Wd_var_functions
   
WDialog API for Objective Caml: Wd_template

sig
  exception Template_not_found of string
  type template
  type tree
  val get : Wd_types.application_type -> string -> Wd_template.template
  val apply :
    Wd_types.dialog_type ->
    Wd_template.template ->
    (string * Wd_template.tree) list -> Wd_template.tree
  val apply_byname :
    ?localized:bool ->
    Wd_types.dialog_type ->
    string -> (string * Wd_template.tree) list -> Wd_template.tree
  val apply_lazily :
    Wd_types.dialog_type ->
    string -> (string * Wd_template.tree) list -> Wd_template.tree
  val concat :
    Wd_types.application_type ->
    Wd_template.tree -> Wd_template.tree list -> Wd_template.tree
  val empty : Wd_types.application_type -> Wd_template.tree
  val text : Wd_types.application_type -> string -> Wd_template.tree
  val html : Wd_types.application_type -> string -> Wd_template.tree
  val to_string : Wd_types.dialog_type -> Wd_template.tree -> string
end

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml