mxCalendar icon indicating copy to clipboard operation
mxCalendar copied to clipboard

Category in list

Open Showa opened this issue 11 years ago • 2 comments

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.

Showa avatar Jun 29 '13 15:06 Showa

If you use the place holder "allaceholders" it will list all possible ones and the values in a json formatted string.

CharlesMx avatar Jun 30 '13 19:06 CharlesMx

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.

Showa avatar Jul 01 '13 17:07 Showa