Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Your app can have as many screens as necessary. Screens can be added, deleted, duplicated, have design properties, actions and act as menue menu for the app. 

WE HIGHLY RECOMMEND TO BREAK YOUR APP INTO AS MANY SCREEN AS LOGIC PERMITS. 

List of Screens

When in Constructor (top menu) press screens list on a left hand side (RED MARK)

...

  1. Make a screen to look like any other screen in your app - Copy View Settings
  2. Change Typography for the screen, which overrides any settings of other elements on the screen.
  3. Change sizing for the screen
  4. Change paddings and margins for the screen
  5. Set background color or image (makes your app heavier to load)
  6. Make a left or right side swipe panels of the screen.

...

Choose View settings of the screen to access this. 

 

...

Screen's Actions

Use when you need to perform any of the platform actions on a screen load. The screen will perform them one by one. You can copy all actions from another screen, too.

Possible Actions are (RED MARK ↓)


  • Go to: navigate to the screen within the app or to the external URL

  • Scroll to: top or bottom

  • Create Event: created event will be stored in the Backend

  • Create Payment: from a list of pre-integrated Payment service providers only
  • Save to Object column: selected value will be stored in specified Object column

  • Execute Operations: call an API operation

  • Execute custom JavaScript: you can call any JS code stored on a platform here
  • Set Variable: allows to use the data and pass it to different screens, change it or track the activity of app users.
  • Refresh hashtags: all data points (called #hashtags# in Mobsted) used to on this screen will be re-pulled from server
  • Exit the app: the user will be logged out the account
  • Set component property: created event will be stored in the Backend
  • Set own property reactive: created event will be stored in the Backend
  • Create/Update/Delete record in table of lists: a direct way to change any dynamic or static data in Lists of Tables (APP DATA menu)

Image Added



Content by Label
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KB"
labelskb-how-to-article

...

Page properties
hiddentrue


Related issues