...
Retrieve form data rows for an array of specified primary key values.
Plugin
...
Properties Options
- The following are some mandatory properties and system predefined properties can be used in your Plugin Properties Options JSON file. Please refer to Plugin Properties Options for more information.
Mandatory Property
id
- All Form Element Field must has this property appear in the Properties Options JSON.
- This is used as unique identifier of a field in a form.
...
- A form field element template should be wrapped under a div with "form-cell" class.
${elementMetaData!} need to put in the ".form-cell" div. It is used by Form Builder.
- A useable field element template must handle the following states of a field.
- Has errors
- Readonly
- Readonly and needed to display as label
- Normal display
Tutorials
- Not available right now
Related Community Plugins
- Guideline for developing a plugin
- File Upload Form Element Integrated with Amazon S3
- How to develop a Mood Rating Form Field
Related Community Plugins
- Check Box
org.joget.apps.form.lib.CheckBox (wflow-core) - Custom HTML
org.joget.apps.form.lib.CustomHTML (wflow-core) - Date Picker
org.joget.apps.form.lib.DatePicker (wflow-core) - File Upload
org.joget.apps.form.lib.FileUpload (wflow-core) - Grid
org.joget.apps.form.lib.Grid (wflow-core) - Hidden Field
org.joget.apps.form.lib.HiddenField (wflow-core) - Id Generator Field
org.joget.apps.form.lib.IdGeneratorField (wflow-core) - Password Field
org.joget.apps.form.lib.PasswordField (wflow-core) - Radio Button
org.joget.apps.form.lib.Radio (wflow-core) - Select Box
org.joget.apps.form.lib.SelectBox (wflow-core) - Subform
org.joget.apps.form.lib.SubForm (wflow-core) - Text Area
org.joget.apps.form.lib.TextArea (wflow-core) - Text Field
org.joget.apps.form.lib.TextField (wflow-core)Not available right now