I have created a module to add css to a survey, and this works well as most survey elements have a class associated with that survey. The problem is that there are specific questions I would like to add more custom css to. At first glance I thought this looked trivial as each of the survey questions has an id. Then I realized the id started with a number which made it not accessible. I believe a long term solution for this would be to change the id from 2_13_57 (which would be survey id 2, page id 13, question id 57) to survey_2_13_57. I may end up changing this in the module directly but if anyone has a better short term solution I am open to suggestions.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
2
Réponses
4097
Vues
So I ended up modifying the survey module to prefix with the word survey on all the classes...but later someone pointed out to me that this was a viable solution https://css-tricks.com/ids-cannot-start-with-a-number/
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
juil. 25
|
638 | ||
|
2
juin 25
|
2145 | ||
|
1
juil. 24
|
1829 | ||
|
1
juil. 24
|
1843 | ||
|
0
juil. 23
|
2076 |
Hey did you find a way ? I have similar needs.