Style showUserInput

The style showUserInput can be used to fetch user input and display it on the screen. As with the style formUserInput, the field is_log is used to specify whether multiple entries must be fetched (is_log checked) or only one single entry is available (is_log unchecked).

The style showUserInput is a datatable now. By default all functionality is stripped. If you want to add configuration you have to use css classes in the showUserInput form

  • dt-sortable - make all column sortable
  • dt-searching - add the search field
  • dt-bPaginate - add the page grouping
  • dt-bInfo - add the info footer
  • dt-order-0-asc, dt-order-1-desc - order the desired column asc or desc
  • dt-hide-0 - hide the desired column

Unknown Style styleSignature

showUserInput with is_log unchecked

The following table shows all data fields of the form blog from the example page formUserInput. Note that the table shows all form-fields of the form blog as row headings.

showUserInput with is_log checked

The following table shows all data fields of the form log from the example page formUserInput. Note that the table shows all form-fields of the form log as column headings and lists multiple time-stamped entries. The field label_date_time is used to define the column heading of the timestamp.