EMF

Results 2 comments of EMF

@adrilo it is good to set each cell direction but i need to set the whole sheet to be RTL, something like excel -> page layout -> sheet Right-to-Left.

i use this function on each change to center orgchart: ```javascript function setContainerMiddle(){ // set positopn of scrollbar middle var outerContent = $('#chart-container'); var innerContent = $('#chart-container > div'); outerContent.scrollLeft((innerContent.width()...