InputTokenizer Events

  • onDelete

    Triggered when you click on a token <DEL> or on the small cross.

  • onDrop

    Triggered when you move one or more tokens to the tokenizer using drag and drop.

  • onEdit

    Triggered when you click or double-click on a token <ENTER>.

  • onEnter

    Triggered when you click in the input area of the tokenizer <Enter>. The Enter event is triggered automatically when you select a value using input held or the suggested values list.

  • onPaste

    Triggered when you insert content from the clipboard into a tokenizer field (pressing CTRL+V). The inserted content is passed to the application in parameter "value".