Trying to RTLify (Convert to Right-to-Left) a sencha touch NestedList.
How do I change the default Animation direction when clicking an item?
How do I place the back button on the top-right side instead of top-left?
Figured it out.
nestedlist.getLayout().setAnimation({type:'slide',direction:'right'});
add this in your nestedlist config backButton:{ui:'forward', align:'right'}
backButton:{ui:'forward', align:'right'}