PGM Documentation

PGM Documentation

  • RCode
  • RPGM
  • Server

›API Reference

Getting started

  • Documentation
  • Installation
  • RPGM Software

RPGM Project

  • Introduction
  • Sequences (.pseq)
  • GUI (.pgui)
  • Widgets

Tutorials

  • Getting started
  • Dynamism & Layout
  • Plotly
  • CSS
  • CSS for Grid

API Reference

  • R GUI Functions
  • R RPGM Functions
  • R Script Functions
  • R XLSX Functions
  • CSS Reference
  • Widget Properties
  • Widget Types

Widget Types

This is a list of currently available widget types and their possible subtypes. It can be used in functions like gui.add(step, id, type).

TypeDescription
boxA layout widget for displaying widgets in a list or in a box.
buttonA button triggering something when pressed.
columnsA layout widget for creating columns of widgets.
dateAn input for selecting a date.
graphDisplays an interactive graphic.
gridAn Excel-like grid for data like matrices.
imageDisplays an image.
intervalRuns an R code automatically.
labelDisplays a simple text. HTML can be used.
numberAn input for entering a number. Subtypes can be float for decimal numbers, integer for integers and slider for a slider-like input.
onoffAn input for turning something ON or OFF, TRUE or FALSE. Subtypes can be checkbox for a standard HTML checkbox or switch for a custom mobile-like switch.
pathAn input for choosing a file or a folder. Subtypes can be file or folder
progressDisplays a progress bar or circle. Subtypes can be progressbar or progresscircle
selectAn input for selecting a value. Subtypes can be select, multiselect, radio or multicheckboxes
tabsA layout widget for organizing widgets in tabs.
textAn input for writing texts. Subtypes can be text or textarea for a multi-line text input.
Last updated on 06/03/2020
← Widget Properties
PGM Documentation
Docs
RPGM Server
More
Main PGM Solutions website
Copyright © 2022 PGM Solutions