Application Within Minutes - Prototype Editor I1 Class

Last modified by Vincent Massol on 2024/11/19 16:12

 XWiki
 Design
 Completed

Description

Color Themes Application Change name

Home Structure Preferences

Editing class ColorThemeClass

ColorThemes.ColorThemeClass

Page content background color — pageContentBackgroundColor : String

Common properties

Disable

Specific properties

Parse Content — parse : Boolean

Common properties

Disable

Specific properties

Author — author : List of Users

Common properties

Disable

Specific properties

Title color — titleColor : String

Common properties

Disable

Specific properties

 

Steps These are the steps to get started with your new application:

25% completed
Add a class definition  a class will define a unique type of object by specifing what properties an object can have
Add a sheet  a sheet is a consistent presentation that defines what each document will look like when rendered
Add a template  a template is a prototype document used to create other specific instances of documents of the same type
Define the homepage  the homepage is the starting view point for your application

Tips Add properties to your class definition.

Properties are the characteristics that an object can have.

In a class definition, the properties define the data fields that each unique instance of the class can have values for.


 

Get Connected