See the following question: http://stackoverflow.com/q/26170939/269061
I'm trying to create a custom parsys that flows paragraphs based on properties of each paragraph component (i.e. paragraph width = 100% | 50% | 33% | 25%). I'm also adding several classes to the decoration tag for styling purposes.
However, when I drag a new component into my custom parsys, it doesn't pick up any of the classes. If I refresh the pages and let my custom parsys component re-layout the components, it adds the classes appropriately. Is there some way I can get these css classes on components that are newly dropped onto my custom parsys?