Perspective Handler
Perspectives allow to modify the preferences globally in a session and thus change how the user will see the content in Tikiwiki. Because most configurations are stored in preferences, almost anything can be modified, including the browser title and theme for example.In Tiki4, they are managed via profiles, such as Jailroot_Demonstration. Starting in Tiki5?, you can manage via tiki-edit_perspective.php
This is the handler.
Sample
YAML
preferences:
enable: [ feature_perspective ]
objects:
-
type: perspective
ref: my_perspective
data:
name: My Workspace
preferences:
browsertitle: My Workspace in Tikiwiki
feature_forum: n
feature_wiki: yPerspective Object
| Field Name | Mandatory | Value |
| name | yes | Human readable label |
| preferences | yes | Content identical to Preference Management |
Contributors to this page: Marc Laporte
and
System Administrator
.
Page last modified on Tuesday 09 of February, 2010 14:56:28 UTC by Marc Laporte
.
