Hi All,
Greetings..!!
We have the following code it is working fine in latest chrome version.
hBox.addItem(orgList);
hBox.addItem(contPersonList);
hBox.setAlignItems("Center");
hBox.setJustifyContent("SpaceAround");
hBox.setRenderType("List");
And the view look like this
When it's comes to Firefox (V 26.0) and IE9
We have DOT infront of lists.
In Safari alignments are not working.Please find the screen shot below.
Thanks in advance.