mxCalendar
mxCalendar copied to clipboard
Category in list
In 1.1.6 which I am still using in my life site I was able to show the categories in list I did this by putting the following code in My chunck ListItemtpl:
span style="[[+foregroundcss:notempty=color:[[+foregroundcss]];
]][[+backgroundcss:notempty=background-color:[[+backgroundcss]];
]]">[[+category]]: [[+title]] of course with < in front of span style.
In my testsite with 1.1.9 this doesn't function, is this correct?
Ad.
If you use the place holder "allaceholders" it will list all possible ones and the values in a json formatted string.
I suppose you mean "allplaceholders", but where and how do I use it.
I tried it in my calendar call, in tplListItem and several other places. I used [[+allplaceholders]] and without + but nothing happens.