You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Current »

Introduction

Card Viewer Datalist Formatter plugin can display datalist records in a form of cards.

Get started

The easiest way to see how the Card Viewer Datalist Formatter works is to create a simple Application. Here are the steps:

Steps To Import This Plugin

  1. Go to the Joget Marketplace plugin page here: https://marketplace.joget.org/jw/web/userview/mp/mpp/_/vad?id=cardviewer_datalist_formatter.

  2. Click "Download" on this plugin screen (It will be a .jar file).

  3. Go to your Joget server and log in as admin.

  4. Navigate to "Admin Bar > Settings > Manage Plugins" and click the "Upload Plugins" button.

  5. In "Upload Plugin", select the plugin .jar file you just downloaded, then click "Upload".

  6. Depending on the plugin type, you can now use the new plugin in your form or datalist, or userview.

  7. The Joget Knowledge Base has more information on managing and developing plugins.

  8. Alternatively, you can click Download from Marketplace from the App Center and search for the Card Viewer Datalist Formatter plugin to install it.


Steps to use the Plugin:

  1. Start the Joget server and open the App Center.

  2. Login as admin and click on Design New App (See Figure below) or click on existing application.
     
  3. For new applications, fill up the App ID with camel case, and App Name, and click on the Save button. (See Figure below)

  4. Create New Form, fill up the Form Details, and click on the Save button. (See Figure below)

  5. In the form, drag two Text Fields and an Image Upload to upload an image. (See Figure below)

  6. Fill up the Text Fields and File Upload, for example:
    1. First text field  with id = 'name'
    2. Second text field with id = 'desc'
    3. File Upload field with id = 'image'

  7. Click save and generate a CRUD. (See Figure below)

  8. Edit the newly created datalist and edit the Name column to add the Card Viewer Datalist Formatter. (See Figure below)

  9. Configure the Card Viewer Datalist Formatter by referring to the Figure below.

  10. After making sure that you are only displaying the Name column in the datalist, save the datalist.

  11. Next, go to the userview builder and add a new form element. (See Figure below)

  12. After that, edit the CRUD and remove the Form (Edit) and save the userview. (See Figure below)  
  13. If you have followed the steps that have been provided, you can click on Preview but nothing will be shown because no data were keyed in the Form yet.

  14. Therefore, you need to fill in the Form that you have created, for example:
    a. Fill in the Name with 'Alex'
    b. Fill in the Description with 'Working as IT Support
    c. Upload an image to be displayed on the card.

  15. Finally, you can see the final result in the Userview. (See Figure below)


Card Viewer Datalist Formatter Properties

Configure Card Viewer Datalist Formatter


NameDescription
TitleColumn to map values as the card titles. This is a mandatory field.
Description

Column to map values as the description in the card, which will be displayed below the Title textThis is a mandatory field.

HTML is accepted here.

If no valid column is detected from the data binder, this will be a literal string with support for hash variables and syntax like {columnName} to map column IDs from the data binder.

URL

Column to map values as the URL to be redirected to when users click the card.

If no valid column is detected from the data binder, this will be a literal link with support for hash variables and syntax like {columnName} to map column IDs from the data binder.

Form to retrieve image from

Select which Form to obtain the image files/paths from.
ImageField from the selected form in Form to retrieve images from the property, to map images stored as the card images.

Customize Card Viewer Properties


NameDescription
URL Target

Select where to display the URL of the Card.

  • Current Window
  • New Tab
  • Popup Dialog

Download Demo App

APP_card_viewer_kb_dx.jwa




  • No labels