OX6:Gui path: Difference between revisions
(→settings for the calendar: Added the views object) |
|||
Line 404: | Line 404: | ||
| day || Object || [[#day object|day object]] || settings for day view | | day || Object || [[#day object|day object]] || settings for day view | ||
|- | |- | ||
| view || String || calendar/(calendar,team,list)/(day,workweek,month,week,custom,) || | | view || String || calendar/(calendar,team,list)/(day,workweek,month,week,custom,) || Calendar view, for team, groupware functionality must be available. '''Deprecated''', see views. | ||
|- | |||
| views || Object || [[#views object|views object]] || default calendar views | |||
|- | |- | ||
| custom || Object || [[#custom object|custom object]] || setting for the custom view | | custom || Object || [[#custom object|custom object]] || setting for the custom view | ||
Line 429: | Line 431: | ||
|- | |- | ||
| numberofappointments || Number || 1,2,3,4,5,6,7,8 || Number of concurrent appointments shown in day view | | numberofappointments || Number || 1,2,3,4,5,6,7,8 || Number of concurrent appointments shown in day view | ||
|- | |||
|} | |||
{| id="views object" style="width: 100%" cellspacing="0" border="1" align="bottom" | |||
|+'''views object''' | |||
! name !! type !! values !! Comment | |||
|- | |||
| shared || Boolean || true, false || Whether all views share the same default time range or not. | |||
|- | |||
| view || String || "calendar", "team", "list" || Default view. | |||
|- | |||
| calendar || String || "day", "workweek", "month", "week", "custom" || Default time range for the calendar view. | |||
|- | |||
| team || String || "day", "workweek", "month", "week", "custom" || Default time range for the team view. | |||
|- | |||
| list || String || "day", "workweek", "month", "week", "custom" || Default time range for the list view. | |||
|- | |- | ||
|} | |} |
Revision as of 08:58, 4 May 2010
GUI settings
This table shows the possible gui settings stored in /gui. The settings are stored in a javascript object notation (JSON) which is directly computed by the GUI. Information about JSON can be found in the HTTP_API. Per default, this object is not existent upon user creation and is stored by the GUI after the first logout. This object then can be manipulated through the RMI interface (as well as on the command line). It is not necessary to define all settings (inner objects), missing ones will be added by the GUI automatically. When settings should be changed after a user has logged in, remember that there might be user defined settings which should not be touched and kept. This also means if the GUI settings of a user should be reset, this can be done by deleting the whole object.
name | type | value | comment |
---|---|---|---|
infostore | Object | infostore object | infostore settings |
Object | mail object | mail settings | |
portal | Object | portal object | portal layout and content |
global | Object | global object | timestamp settings and global settings |
menu | Object | menue object | menu iteration |
theme | Object | theme object | default theme and path |
effects | Object | effects object | hover and global effects |
tasks | Object | tasks objects | tasks settings |
FolderTreeState | Object | foldertree object | holds the folder tree state |
contacts | Object | contacts object | contacts settings |
calendar | Object | calendar object | calendar settings |
Settings for the infostore module
This table contains the settings for the GUI's infostore
name | type | values | comment |
---|---|---|---|
view | value | infostore/(list,split) | infostore view |
Settings for the E-Mail module
This tables contains the settings for the E-Mail module.
name | type | values | comment |
---|---|---|---|
auto_save_drafts | Number | 0,1,3,5,10,15,30 | time in minutes, 0 for disabled |
htmlmessage | Boolean | true,false | show email as html or plain text |
signatures | Array | signature objects | array of signature objects |
view | String | mail/(list,hsplit,vsplit)/unthreaded | mail view |
view spam | String | mail/(list,hsplit,vsplit)/unthreaded | mail view for spam folder |
autocomplete | Boolean | true,false | autocomplete functions |
fullmailheader | Boolean | true,false | show complete mail header |
notifyacknoledge | Boolean | true,false | notify on read acknowledgment |
newmail_options | Object | newmail_options objects | object for the new email window settings |
formatmessage | String | ALTERNATIVE,TEXT/HTML,TEXT/PLAIN | email format |
name | type | values | comment |
---|---|---|---|
cc | Boolean | true,false | show cc input field |
bcc | Boolean | true,false | show bcc input field |
from | Boolean | true,false | show from input field |
options | Boolean | true,false | show options field |
name | type | values | comment |
---|---|---|---|
signature_name | String | name | signature name |
position | String | below,above | where to show the signature in the mail text |
signature_text | String | text | signature text |
signature_default | Boolean | true,false | true only for the default signature |
Start page settings
This table contains the possible settings for the start page.
name | type | values | comment |
---|---|---|---|
externalcontents | Array | externalcontents objects | array of external content objects (UWA widgeds) |
minicalendar | Boolean | true,false | show minicalendar |
internalcontents | Array | internalcontents objects | array of internal content objects (groupware modules) |
infobox | Boolean | true,false | show infobox |
tooltip | Boolean | true,false | show tooltip |
name | type | values | comment |
---|---|---|---|
autorefresh | Boolean | true,false | enable autorefresh for the widget |
title | String | name | widget title |
standalone | Boolean | true,false | widget is standalone |
visible | Boolean | true,false | widget is visible on the portal page |
adj | Object | adj object | position setting of the widget |
url | String | url | widget url |
parameter | Object | parameter object | widget parameters in an object |
id | String | unique id | unique id for the widget |
name | type | values | comment |
---|---|---|---|
params | Object | params object | widget parameter |
header | Sting | E-Mail,Calendar,InfoStore,Tasks | header name |
visible | Boolean | true,false | show module on the portal |
adj | Object | adj object | position setting of the widget |
external | Boolean | false | only false is implemented |
module | String | mail,calendar,infostore,tasks | internal module name |
name | type | values | comment |
---|---|---|---|
hw | Number | 0... | widget height relative to others, 0 for auto |
ww | Number | 0... | widget width relative to others, 0 for auto |
y | Number | 0... | vertical position on the start page in rows, 0 for auto |
x | Number | 0... | horizontal position on the start page in columns, 0 for auto |
name | type | values | comment |
---|---|---|---|
limit | Number | 5,10,15,20 | number of shown items in the module |
global settings
This table contains the global settings options
name | type | values | comment |
---|---|---|---|
confirmtimestamp | Number | Timestamp | timestamp for the last confirmed/declined appointment |
confirmpopup | Boolean | true,false | confirmation pop-up for new appointments |
save | Number | 0,1,2 | save layout on logout: 0 no, 1 yes, 2 ask |
autorefresh | Number | 0,5,10,15,30 | time in minutes for GUI autorefresh, 0 for never |
region | Object | region object | region settings for time and date formats |
private_categories | String | tag,tag,.. | comma separated list of user defined tags |
name | type | values | Comment |
---|---|---|---|
time | Object | time object | object for time defaults |
date | Object | date object | object for date defaults |
name | type | values | Comment |
---|---|---|---|
predefined | Number | 0,1 | 0 user defined, 1 language depending |
format | String | HH:mm,"hh:mm a" | a stands for suffix which needs to be true then, too. m is 0-59, mm is 00-59, H is 1-24, HH is 01-24, h is 1-12, hh is 01-12, a is AM/PM. |
format_hour | String | "hh a",HH | a stands for suffix which needs to be true then, too. H is 1-24, HH is 01-24, h is 1-12, hh is 01-12, a is AM/PM. |
format_suffix | Boolean | true,false | add suffix |
name | type | values | Comment |
---|---|---|---|
format_selected_index | Number | id from index | preselection for the user time format drop down |
separator | String | /,.,- | date separator |
predifined | Number | 0,1 | 0 user defined, 1 language depending |
format | String | value from index | date format |
id | value |
---|---|
0 | M/d/yyyy |
1 | M/d/yy |
2 | MM/dd/yy |
3 | MM/dd/yyyy |
4 | yy/MM/dd |
5 | dd/MM/yyyy |
6 | dd/MM/yy |
7 | dd.MM.yyyy |
8 | dd.MM.yy |
9 | d.MM.yy |
10 | d.M.yy |
11 | d.M.yyyy |
12 | yyyy-MM-dd |
13 | dd-MMM-yy |
This object holds the setting of the pannel
name | type | values | Comment |
---|---|---|---|
menuiteration | Number | 1,2,3,4,5,6 | highs of the GUI pannel in rows |
theme settings
This table shows the setting for the default theme
name | type | values | Comment |
---|---|---|---|
name | String | <theme name> | name of the default theme |
path | String | <theme path> | path to the default theme |
effects object
the effects object holds the settings for GUI effects like hovers and fading.
name | type | values | Comment |
---|---|---|---|
global | Boolean | true,false | enable effects |
hover | Object | hover object | includes hover settings for the modules |
fading | Boolean | true,false | fading |
name | type | values | Comment |
---|---|---|---|
speed | Number | 1,2,3 | hover delay, 1 short, 2 normal, 3 long |
calendar | Boolean | true,false | hover for calendar |
contacts | Boolean | true,false | hover for contacts |
portal | Boolean | true,false | hovers on the portal page |
infostore | Boolean | true,false | hover for infostore |
Boolean | true,false | hover for mail | |
tasks | Boolean | true,false | hover for tasks |
setting for tasks
This objects holds the settings for tasks
name | type | values | Comment |
---|---|---|---|
interval | Number | 5,10,15,20,30,60 | interval for reminder |
gridsort | String | asc | how tasks get sorted |
view | String | tasks/(split,list) | task view |
foldertree object
this is an internal gui object to store the folder tree on logout. This object should not be modified.
name | type | values | Comment |
---|---|---|---|
FolderTreeState | Object | foldertree object | folder tree state on GUI logout, you should not touch |
Settings for contacts
the contacts object holds the settings for the contacts.
name | type | values | Comment |
---|---|---|---|
gridsort | String | asc | Sorting of contacts |
cardsToViewPerColumn | String | auto,4,5,6,7 | displayed cards per column |
view | String | contacts/(cards,phonelist) | card view |
settings for the calendar
The calendar object stores the settings for the calendar.
name | type | values | Comment |
---|---|---|---|
workweek | Object | workweek object | settings for the workweek |
endtime | Number | 0..23 | calendar display end time in hours |
teams | Array | teams object | Array of teams |
allfolders | Boolean | true,false | activate "Show all my appointments from all calendars" |
starttime | Number | 0..23 | calendar display end time in hours |
interval | Number | 5,10,15,20,30,60 | calendar resolution |
day | Object | day object | settings for day view |
view | String | calendar/(calendar,team,list)/(day,workweek,month,week,custom,) | Calendar view, for team, groupware functionality must be available. Deprecated, see views. |
views | Object | views object | default calendar views |
custom | Object | custom object | setting for the custom view |
name | type | values | Comment |
---|---|---|---|
countdays | Number | 1,2,3,4,5,6,7 | Number of days in work week |
numberofappointments | Number | 1,2,3,4,5,6,7,8 | Number of concurrent appointments shown in workweek view |
startday | Number | 0,1,2,3,4,5,6 | 0 Sunday,...,6 Saturday |
name | type | values | Comment |
---|---|---|---|
numberofappointments | Number | 1,2,3,4,5,6,7,8 | Number of concurrent appointments shown in day view |
name | type | values | Comment |
---|---|---|---|
shared | Boolean | true, false | Whether all views share the same default time range or not. |
view | String | "calendar", "team", "list" | Default view. |
calendar | String | "day", "workweek", "month", "week", "custom" | Default time range for the calendar view. |
team | String | "day", "workweek", "month", "week", "custom" | Default time range for the team view. |
list | String | "day", "workweek", "month", "week", "custom" | Default time range for the list view. |
name | type | values | Comment |
---|---|---|---|
numberofappointments | Number | 1,2,3,4,5,6,7,8 | Number of concurrent appointments shown in day view |
countdays | Number | 1,2,3,4,5,6,7 | Number of days in work week |
name | type | values | Comment |
---|---|---|---|
team_default | Boolean | true,false | true for the default team |
name | string | name | name for the team |
children | Array | children objects | Array of children objects, childrens are users that belong to the team |
name | type | values | Comment |
---|---|---|---|
id | Number | userid | user id of the team member |
display _name | String | display name | display name of the team member |
type | Number | 1 | only 1 implemented |
example /path, saved from a fresh user directly after the first login/logout
/path={"calendar":{"view":"calendar/calendar/day","day":{"numberofappointments":4},"workweek":{"countdays":5,"startday":1,"numberofappointments":2},"starttime":8,"allfolders":true,"custom":{"countdays":3,"numberofappointments":3},"endtime":18,"interval":30},"FolderTreeState":{"folder_tree$1":{"folder_tree$default":{"folder_tree$default.INBOX":{}},"folder_tree$25":{}},"folder_tree$9":{"folder_tree$10":{"folder_tree$28":{}}}},"contacts":{"view":"contacts/cards","cardsToViewPerColumn":"auto","gridsort":"asc"},"theme":{"path":"default","name":"Default"},"portal":{"infobox":true,"internalcontents":[{"params":{"limit":5},"header":"E-Mail","visible":true,"adj":{"hw":1,"ww":1,"y":0,"x":1},"external":false,"module":"mail"},{"params":{"limit":5},"header":"Calendar","visible":true,"adj":{"hw":1,"ww":1,"y":0,"x":0},"external":false,"module":"calendar"},{"params":{"limit":5},"header":"InfoStore","visible":true,"adj":{"hw":1,"ww":1,"y":1,"x":0},"external":false,"module":"infostore"},{"params":{"limit":5},"header":"Tasks","visible":true,"adj":{"hw":1,"ww":1,"y":1,"x":1},"external":false,"module":"tasks"}],"tooltip":false,"externalcontents":[],"minicalendar":true},"infostore":{"view":"infostore/split"},"effects":{"hover":{"calendar":true,"speed":2,"contacts":true,"portal":true,"infostore":true,"mail":true,"tasks":true},"global":false,"fading":false},"mail":{"newmail_options":{"cc":true,"bcc":false,"from":true,"options":false},"view":"mail/hsplit/unthreaded","formatmessage":"ALTERNATIVE","notifyacknoledge":true,"autocomplete":true,"auto_save_drafts":3,"signatures":[],"fullmailheader":true,"htmlmessage":true},"tasks":{"view":"tasks/split","gridsort":"asc","interval":30},"menu":{"menuiteration":4},"private_categories":"","global":{"autorefresh":10,"save":1,"confirmtimestamp":1216928454103,"confirmpopup":true}}
for example, here is how it would work on the command line:
/opt/open-xchangen/sbin/changeuser -c 71 -i 5 --addguipreferences\ '/gui={"calendar":{"view":"calendar/calendar/day","day":{"numberofappointments":4},\ "workweek":{"countdays":5,"startday":1,"numberofappointments":2},"starttime":8,"allfolders":true,\ "custom":{"countdays":3,"numberofappointments":3},"endtime":18,"interval":30},\ "FolderTreeState":{"folder_tree$1":{"folder_tree$default":{"folder_tree$default.INBOX":{}},\ "folder_tree$25":{}},"folder_tree$9":{"folder_tree$10":{"folder_tree$28":{}}}},\ "contacts":{"view":"contacts/cards","cardsToViewPerColumn":"auto","gridsort":"asc"},\ "theme":{"path":"default","name":"Default"},\ "portal":{"infobox":true,\ "internalcontents":[{"params":{"limit":5},"header":"E-Mail","visible":true,\ "adj":{"hw":1,"ww":1,"y":0,"x":1},"external":false,"module":"mail"},\ {"params":{"limit":5},"header":"Calendar","visible":true,\ "adj":{"hw":1,"ww":1,"y":0,"x":0},\ "external":false,"module":"calendar"},\ {"params":{"limit":5},"header":"InfoStore","visible":true,\ "adj":{"hw":1,"ww":1,"y":1,"x":0},"external":false,"module":"infostore"},\ {"params":{"limit":5},"header":"Tasks","visible":true,\ "adj":{"hw":1,"ww":1,"y":1,"x":1},"external":false,"module":"tasks"}],\ "tooltip":false,"externalcontents":[],"minicalendar":true},\ "infostore":{"view":"infostore/split"},\ "effects":{"hover":{"calendar":true,"speed":2,"contacts":true,\ "portal":true,"infostore":true,"mail":true,"tasks":true},\ "global":false,"fading":false},\ "mail":{"newmail_options":{"cc":true,"bcc":false,"from":true,"options":false},\ "view":"mail/hsplit/unthreaded","formatmessage":"ALTERNATIVE",\ "notifyacknoledge":true,"autocomplete":true,"auto_save_drafts":3,\ "signatures":[],"fullmailheader":true,"htmlmessage":true},\ "tasks":{"view":"tasks/split","gridsort":"asc","interval":30},\ "menu":{"menuiteration":4},"private_categories":"",\ "global":{"autorefresh":10,"save":1,"confirmtimestamp":1216928454103,\ "confirmpopup":true}}'