CSS class with embedded '.' In table layout.

Reference CSS classes containing dots in ChronoForms table layouts.

Overview

The issue occurs because ChronoForms ChronoConnectivity generates table cell classes with embedded periods, which are invalid in CSS selectors.
Switch to using a custom view to define your own table layout, as modifying the generated classes directly requires code changes or JavaScript workarounds.

Answered
Ni NickOg 18 Aug, 2016
Hi all,
Using chronoconnectivity table layout the cells have a class with an embedded '.'.
Eg class ='hello.sailor'
According to my IDE (netbeans) that is invalid. Short of using the custom view and defining my own table, how can I reference those classes in a CSS definition?

Nick
Gr GreyHead 18 Aug, 2016
Answer
Hi Nick,

I think that you'd have to hack the code :-( IIRC this is a CC bug.

You might be able to change the classes to something 'legal' using JavaScript?

Bob
Ni NickOg 18 Aug, 2016
Thanks Bob. At least that gives me a position to deal with. I had thought to use the css children logic but that is going to be messy! I reckon I will switch to custom. It isn't that time consuming with a set of routines now n place.

Thanks for the info

Nick
This topic is locked and no more replies can be posted.