LogoLogo
Version 1.48
Version 1.48
  • 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
      • Content tab
      • Table widget types
      • 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 property
        • Cell styles property
        • Chart labels
        • Column widths and Row heights
        • Connection property
        • Editable property
        • MinY and MaxY properties
        • Style property
        • Tooltips
        • Visible property
      • 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
      • DOWNLOADFILE
      • EXCELCREATE
      • GETFILELIST
      • PDFCREATE
      • POSTMESSAGE
      • SCANCODE
      • SENDEMAIL
      • UPLOAD
      • UPLOADFILE
    • Logical functions
      • AND
      • IF
      • ISEMPTY
      • ISUSERACTION
      • LOOP
      • NOT
      • OR
    • Mathematical functions
      • ABS
      • EXP
      • LN
      • LOG
      • MAX
      • MIN
      • MOD
      • MROUND
      • NUMBER
      • PI
      • RAND
      • ROUND
      • SQRT
      • SUM
    • Navigation functions
      • CLOSE
      • GETURLPARAM
      • MESSAGE
      • OPEN
      • OPENWEBPAGE
      • QUESTION
    • Range functions
      • AGGREGATE
      • CELL
      • CELLREF
      • CLEAR
      • COLUMN
      • COLUMNS
      • COMBINE
      • CONVERT
      • COUNT
      • CSVTORANGE
      • CUMULATE
      • DIFF
      • EMPTY
      • FILTER
      • GETTYPE
      • INSERTRANGE
      • INTERSECTION
      • LOOKUP
      • RANGE
      • RANGETOCSV
      • RANGETOHIERARCHY
      • ROW
      • ROWS
      • SEQUENCE
      • SORT
      • TRANSPOSE
      • UNIQUE
      • 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
      • PAGE
      • 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
  • Page styles
  • Page management
  1. Working with nedyx

Pages

PreviousThe Header barNextWidgets

nedyx apps consist of pages. The list of pages is displayed in the Navigation tab.

It is possible to order the pages in a hierarchical structure. This can be done in Edit mode, either by drag & drop the pages into the new position, or by using the three dots menu right beside the pages.

Page styles

Page size

Defines the width and height of the page. Pages can never be smaller than the area occupied by the including widgets.

Visible in navigation

If switched on, the page is visible in the navigation tab in Live mode.

Please note

  • In Edit mode, all pages are always visible.

  • With the OPEN function, it is possible to open all pages, regardless of whether they have the property "Visible in navigation" turned on or not.

  • Pages can only be opened by their url if they have the property "Visible in navigation" switched on.

Display name

The name that is displayed for the page in live mode.

Background

The background color which is displayed for the page.

Border

The border which is displayed around the page.

Page management

This adds a new page into the Navigation list, right behind the currently selected page.

Rename page

A page can be renamed by double-click on its name in the Navigation tab, or by a single click into the name field (if no widget is selected on the page).

A third option is to use the "Rename" entry in the Three dots menu of a page in the Navigation tab.

Duplicate page

Creates a complete duplicate of the page.

Delete page

Deletes the page. You can delete a page as well with the DEL key.

Change page order

The order of pages can be changed by using drag & drop. If a page should be inserted as a child of a page, drag the page over its parent so that a rectangle appears before dropping it.

Copying pages

Complete pages including all subpages can be copied within the same app and also from one app to another app. This is done as follows:

  1. Click on the page to be copied in the navigation tab.

  2. Press CTRL+c to copy the page (including all subpages) to the clipboard.

  3. Click on the page (in the same or another app) after which the copied pages are to be pasted.

  4. Press CTRL+v to paste the page(s) from the clipboard behind the page.

Remarks

  • Pages can only be pasted at the top level of the navigation tree. You can then simply drag and drop the page(s) to another level.

  • All widget references within the copied pages are retained.

Add page

🖊️