jeudi 19 février 2015

ExtensionLibrary ApplicationLayout grid column class setting?


Vote count:

0




When using the Extension Library ApplicationLayout control with the new Bootstrap features. I would like to know how best to override the grid column settings. Currently they are:


Left Facet 2 column Middle Facet 8 column Right Facet 2 column


the CSS classes are


col-md-2 applayout-column-left col-md-8 applayout-column-middle col-md-2 applayout-column-right


I do not see a way I can change this in the ApplicationLayout control properties.


In the meantime, using JavaScript on Client Load, I'm able to change it with this code:



dojo.removeClass(document.getElementsByClassName('applayout-content')[0],"col-md-8");
dojo.addClass(document.getElementsByClassName('applayout-content')[0],"col-md-7");
dojo.removeClass(document.getElementsByClassName('applayout-column-right')[0] ,"col-md-2");
dojo.addClass(document.getElementsByClassName('applayout-column-right')[0],'col-md-3');


asked 44 secs ago







ExtensionLibrary ApplicationLayout grid column class setting?

Aucun commentaire:

Enregistrer un commentaire