cq5 - AEM dynamic components parbase -
i have components generated dynamically after added page. these components generated on fly , in instances floating elements. makes dificult parsys draw correctly. time parsys (parbase - css class name) has height of 0. can fix changing default property of parbase overflow="visible" overflow="auto". want know if else has run issue , best method implementation when on edit mode ignore on other view.
so have few options. first, can check wcmmode in page header , if mode edit can load "editmode.css" after main css has loaded. put overrides handle drawing issues encountered.
this keeps in 1 place, , in mode other edit css never load.
the second option allow these items flow in edit mode , disable floats, suggested above. depending on how editing works, 1 or other might superior.
Comments
Post a Comment