How do I align right in the TOC

513
1
03-10-2013 06:05 AM
EliSafra
New Contributor III
I would like to align right the TOC text (Hebrew).
Such that the plus marks will be on the right.
Is there a simple way to do it?

[ATTACH=CONFIG]22498[/ATTACH]
0 Kudos
1 Reply
ManojrajTeli
Occasional Contributor II
If you are using legend control then try putting arrangement :1 in your legend control it will render in right.Something like this

dojo.connect(map,'onLayersAddResult',function(results){
          legend = new esri.dijit.Legend({
            map:map,
            layerInfos:legendLayers,
            arrangement :1
          },"legendDiv");
          legend.startup();
        });
0 Kudos