drop down where you can select all the available css classes for the Class field - Mendix Forum

drop down where you can select all the available css classes for the Class field

2

In the property panel the class can be set on all kind of objects. The Css class can only be found in the css-files. In the modeler there is no feedback if this class is allowed or not. Also when there is a typo made the user will not get any feedback. It would be very convenient if the user gets feedback to see the available classes, and that the user can select the right class. Example solution would be:

  1. Have a dropdown where you can select the available classes.
  2. When clicking on crtl + space generate auto fill with the available classes just like the modeler is guiding you when generating an Xpath.

asked
1 answers

this is pretty tricky.

I think design properties are pretty close to solving this, the issue is that a css class can be really complex, have multiple rules the over rule themselves not to mention responsiveness.

I would recommend talking to your Ux designer, and looking into the .cls tool in chrome, to see the available classes.

Created