I have seen that using the "Container" class in Genexus, when displaying the page in the browser, the bootstrap "container" class also appears. This also happens with other classes like "ContainerFluid" and buttons among others.
Now where can I find this association and change it at my convenience?
The classes
Container
,ContainerFluid
, and some others, that have a direct mapping with Bootstrap classes, are documented here: Reference of Theme Classes used in Responsive Web ApplicationsIn the Target Environment Directory you will find a file called
gxtemplate.json
, where these mappings are declared.Although the architecture is designed to support customizing these mappings in the future, currently (GeneXus 15) we do not offer a formal mechanism for developers to do so.