Where the bootstrap classes associated with a Theme class in Genexus are specified

2

I have seen that using the "Container" class in Genexus, when displaying the page in the browser, the "container" class of bootstrap also appears. This also happens with other classes such as "ContainerFluid" and buttons among others.

Now, where can you find this association and change it at my convenience?

    
asked by dmonza 11.10.2016 в 18:40
source

1 answer

3

Classes Container , ContainerFluid are documented here, and some others, which have a direct mapping with Bootstrap classes: Reference of Theme Classes used in Responsive Web Applications

In the Target Environment Directory you will find a file called gxtemplate.json , where these mappings are declared.

Although the architecture is designed so that in the future these mappings can be customized, currently (GeneXus 15) we do not offer a formal mechanism for developers to do so.

    
answered by 11.10.2016 / 22:16
source