Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: July 6, 2020
Current version: 1.3.1
This module creates a diagram or chart, using mermaid library.month.
webanizr.collect('inlineFieldEdit', parameters, callback);
The module accepts the following parameters:
The query selector to the elements that should be able to edit inline.
The trigger to convert the element to an inline edit form. You can use any event from domEvents. The default is dbclick (double click).
The method to get the current active value. Options are:
This parameter defaults to the option "innertext".
The type of field to use in the inline edit form. Supported options from buildForm are:
This parameter defaults to the option "shorttext".
The options for the select or radio. The format of this value should be compatible with the format buildForm uses for select__options.
The callback function that is called after the elements have been converted to inline editable elements.
https://cdn.cpmodules.webanizr.com/demo/inline-edit/index.html