LogoLogo
Version 1.56
Version 1.56
  • nedyx
  • Welcome to nedyx
  • 🚀Getting started
    • Preparation
    • Basic widget formatting
    • The first formula
    • More formulas
    • Combine several tables
    • Add a new page
    • Widget references across pages
    • Add a chart widget
    • Further adjustments
  • 🖊️Working with nedyx
    • Apps
    • Live and Edit mode
    • The Header bar
    • Pages
    • Widgets
      • Widget types
      • Adding widgets
      • Widget selection
      • Widget positioning
      • Style tab
      • Settings tab
      • Cell styles
      • Chart content
      • Chart properties
      • Undo / redo
    • Databases
      • Connect to a database
      • Get external data
    • File management
  • 📖ClearLines Functions
    • General Aspects
      • Formula structure
      • The formula editor
      • Actions
      • Calculated widget properties
        • Content
        • Chart labels
        • Column widths and Row heights
        • Connection
        • Editable
        • MinY and MaxY
        • Style
        • Tooltips
        • Visible
      • Ranges
      • Widget references
      • Widget cell references
      • Menu widget synchronization
    • Action functions
      • ACTIONCOLUMN
      • ACTIONCONTENT
      • ACTIONROW
      • CLICK
    • Database functions
      • CALLURL
      • EXECUTE
      • GETDATA
      • GETDBCOLUMNNAMES
      • GETSTATEMENT
    • Date functions
      • CREATEDATE
      • DATE
      • DATETOTEXT
      • DAY
      • GETTIMEZONEOFFSET
      • HOUR
      • MILLISECOND
      • MINUTE
      • MONTH
      • SECOND
      • TODAY
      • WEEKDAY
      • YEAR
    • Import / export functions
      • DOWNLOAD
      • DELETEFILE
      • DOWNLOADEXCEL
      • DOWNLOADFILE
      • DOWNLOADPDF
      • EXCELCREATE
      • GETFILELIST
      • PDFCREATE
      • POSTMESSAGE
      • SCANCODE
      • SENDEMAIL
      • UPLOAD
      • UPLOADFILE
    • Logical functions
      • AND
      • IF
      • ISEMPTY
      • ISUSERACTION
      • LOOP
      • NOT
      • OR
    • Mathematical functions
      • ABS
      • DECTOHEX
      • EXP
      • LN
      • LOG
      • MAX
      • MIN
      • MOD
      • MROUND
      • NUMBER
      • PI
      • RAND
      • ROUND
      • SQRT
      • SUM
    • Navigation functions
      • CLOSE
      • GETPAGES
      • GETURLPARAM
      • MESSAGE
      • OPEN
      • OPENWEBPAGE
      • PAGE
      • QUESTION
    • Range functions
      • AGGREGATE
      • CELL
      • CELLREF
      • CLEAR
      • COLUMN
      • COLUMNS
      • COMBINE
      • CONVERT
      • COUNT
      • CSVTORANGE
      • CUMULATE
      • DIFF
      • EMPTY
      • FILTER
      • GETTYPE
      • INSERTRANGE
      • INTERSECTION
      • LOOKUP
      • PIVOT
      • RANGE
      • RANGETOCSV
      • RANGETOHIERARCHY
      • RANGETOROW
      • RANGETOJSON
      • JSONTORANGE
      • ROW
      • ROWS
      • ROWTORANGE
      • SEQUENCE
      • SORT
      • TRANSPOSE
      • UNIQUE
      • UNPIVOT
      • VISIBLEHIERARCHY
    • Text functions
      • CHAR
      • CODE
      • CREATEMEMBER
      • FIND
      • HIDDENTEXT
      • HTMLTOJSONTEXT
      • LEFT
      • LEN
      • LOWER
      • MID
      • RIGHT
      • SUBSTITUTE
      • TEXT
      • TRIM
      • UPPER
    • User management functions
      • APPLIST
      • ADDUSER
      • APPSHARELIST
      • REMOVEUSER
      • SHAREAPP
      • UPDATEUSER
      • USERLIST
      • USERNAME
    • Widget functions
      • GETSELECTION
      • LOADWIDGETCONTENT
      • NAME
      • SETSELECTION
      • STOREWIDGETCONTENT
      • UPDATE
  • 🔐Security
    • User Management
      • Workspaces
      • Workspace Roles
      • Adding Users to a Workspace
      • App Roles
      • Share an App with Other Users
      • Guest Access
      • Change Password
  • Appendix
    • Keyboard shortcuts
    • Error handling
    • Feature preview
    • Supported browsers
    • System requirements for on-premises installations
Powered by GitBook
On this page
  1. Working with nedyx
  2. Widgets

Widget types

There are different types and subtypes of widgets.

Last updated 7 months ago

Table widget

Table widgets display their content in several cells. The following subtypes are available:

  • Table The widget contains any number of columns and rows.

  • Column The widget contains only a single column.

  • Row The widget contains only a single row.

  • Hierarchy The widget is displayed in a hierarchical structure. To do this, it must contain the level in the first column and the display text in the second column. Note: If the level is negative, the corresponding row in the hierarchy is collapsed (see the following example, the row for Texas has a negative level, therefore Texas is collapsed)

Cell widget

Cell widgets display their content in a single cell. There are also subtypes here.

  • Cell The content of the widget is displayed within the cell. Depending on the value type of the content, it is formatted accordingly, e.g. a number can be displayed with grouping or decimal places, and a date in the date format of the browser.

  • Password The content of the widget is displayed masked. With the option to make the entered text visible and support for the browser's password manager.

  • QR code The content of the widget is displayed as a QR code. A maximum of approx. 2,000 characters can be packed as a QR code.

Text widget

Text widgets offer the option of formatted text input and display. A toolbar is displayed after activating the widget.

Button widget

With a button widget, you can perform an action by clicking on it, e.g. navigating to another page or updating the information which is currently displayed in the page. The corresponding formula is stored in the On click action.

Menu widget

Menu widgets allow you to select an element from a list. The following two subtypes are offered:

  • Menu The menu widget contains a flat list of elements.

  • Hierarchy menu The hierarchy menu widget is filled with a hierarchical arrangement of elements. It is filled and displayed in the same way as described above for the Hierarchy table subtype.

Chart widget

Image widget

Images can be displayed in image widgets. The following image formats are currently supported: jpeg, jpg, png, svg

In chart widgets, the data is displayed in various chart options. Further information can be found in the section.

🖊️
Chart content
After clicking on the Next button, the Overview page opens