Guidelines
    Overview
  • Welcome to RamBase Guidelines
  • Applications and components
  • RamBase client overview
    Design guidelines
  • Colors & borders
  • Layout
    • Standard layouts
  • RamBase Application overview
    • Context menu
    • Expanders
    • Splitter
    • Tab controller
    Development guidelines
  • Setup environment
  • Creating applications
    • Creating your first application
    • AppEditor
    • Context menu
  • Creating components
    • Creating your first component
    • Component layout
    • Component data service
    • Keyboard handling
  • APIs
    UI Elements
  • Alertbox
  • Button
  • Checkbox
  • Complex dropdown
  • Date
  • Datetime
  • Dropdown
  • Email
  • Grid
  • Icons
  • Navigate
  • Number
  • Password
  • Popover
  • Popup
  • Progressbar
  • Radiobutton
  • Textarea
  • Textfield
  • Toastr
  • Treeview

Create your first Rambase application


  1. Navigate to the application: APP
  2. Click on Create new application
  3. Lookupkey is the name of the application. This have to be a unique name (with some exceptions which we will not go into here). For this test purpose include your pid in the application name.
  4. For this test purpose put Sandbox as namespace.
  5. For application type use: HTML5
  6. Click on OK. After the application has been created it will appear as the selected item in the list
  7. Click on the Appeditor button

You have now created your first Rambase application. Then you opened it in Appeditor from where you can include components in your application.

Now try to add an existing component to your application or create a new component.

When you have added the component, test the application by typing the name of application in the programline and press enter.