Application Within Minutes - Prototype Editor I1 Sheet

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

 XWiki
 Design
 Completed

Description

Color Themes Application Change name

Home Structure Preferences

Editing sheet ColorThemeSheet

Maximize Bold Italics Underline Strikethrough Subscript Superscript Bulleted list Numbered list Internal Link External Link Heading 1 Heading 2 Heading 3 Heading 4 Horizontal ruler Attached Image HTML code Velocity code

 

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

100% 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 This is an example of how to iterate through all properties of your class and display their values for the current document in a definition list

{{velocity}} #set($class = $doc.getObject('SPACE.YOUR_CLASS').xWikiClass) #foreach($prop in $class.properties) ; $prop.prettyName : #end {{/velocity}}

 

Get Connected