Default Class Sheet

Last modified by Henry Story on 2022/12/06 14:46

Class: XWikiSkins

Class properties:

  • Name (name: String)
  • Base Skin (baseskin: String)
  • Logo (logo: String)
  • Output Syntax (outputSyntax: Static List)
  • Style (style.css: TextArea)
  • Header (header.vm: TextArea)
  • Footer (footer.vm: TextArea)
  • View Header (viewheader.vm: TextArea)
  • View (view.vm: TextArea)
  • htmlheader.vm (htmlheader.vm: TextArea)
  • Edit (edit.vm: TextArea)
  • You can use the class editor to add or modify the class properties.

Create a new document

Existing documents

The class sheet

The Sheet allows to control the presentation of documents of this data type. You can use the default presentation, which enumerates all the available fields, or you can design your own presentation. You can also choose different presentations for the viewing and for the editing modes.

The sheet does not contain an object of type XWiki.SheetClass. To trigger the inline edit mode automatically, add a SheetClass object to the sheet ».

View the sheet document (XWiki.XWikiSkinsSheet) »

The class template

The Template is the document used as the model for documents of this data type. It will automatically contain a reference to the Sheet and an instance of your Class.

The template does not contain an object of type XWikiSkinsClass. Add a XWikiSkins object to the template ».

View the template document (XWiki.XWikiSkinsTemplate) »