Function after

Aus Sternenschweif Wiki
Wechseln zu: Navigation, Suche

Diese Funktion ist ein sog. Dialog-Callback und wird ausgeführt, nachdem eine Auswahl im Dialog getroffen wurde. Übergeben wird die gewählte Antwortoption.

Beispiel für eine function after in einer Dialog-ID:

<adddata><![CDATA[
function after( selid ) {
  if( selid == 0 )
    debugLog( "Antwort 1 gewählt" );
}]]></adddata>