calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 5:10 pm Post subject: Some of my agenda/event properties are not effective, why? |
|
|
Please check the gAgendaMask option in your theme js file (e.g. normal.js for "normal" theme), and make sure the mask value is properly set.
Quick fix is to set them all to -1, e.g.
Code: | var gAgendaMask=[-1,-1,-1,-1,-1,-1,-1]; |
The agenda/event property will be masked out if the corresponding bit value of the gAgendaMask option is NOT set to -1. More explaination details can be found both in the comments of the option and in the plugins tutorial.
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|