Beschreibung

$t().ChronikBoxAddEntry() fügt einen Wert in eine bestehende Chronik-Box hinzu.


Voraussetzungen / Prerequisites

Eine Chronik-Box aus dem koellisch Toolkit muss im Formular vorhanden sein.


Parameter

options

Parameter

Type

Default

Beschreibung

text

String

  

tdName

String

'chronikTd'

 

successFunction

Funktion

Null

 

systemeintrag

Boolean

false

 


Syntax / Source Code

$t().ChronikBoxAddEntry(options);

 


Beispiele / Examples

$t(document).ready(function () {
        $t().ChronikBoxAddEntry(options);
});