questions regarding latest version

hello,



I just had few questions that i asked before and was wondering if they were added to this latest release:



1) for layout, can we attach tabbar vertically?

2) for toolbar or menu, can we set a title text? (which was in v1.x)

3) for toolbar or menu, can the buttons be left/right aligned (i.e start from left or from right)? (which was in 1.x)

4) is there anything that can be done in XML but NOT in JSON?



5) is there a way for us to build nice looking forms with your library?





Thank you,



j


Hello,


>> for layout, can we attach tabbar vertically?


attachTabbar() method, which adds tabbar automatically, allows to create only top-aligned tabbar. If you need “left” or “right” tabbar, it is necessary to use attachObject for tabbar container and then initialize tabbar in this container.


>> for toolbar or menu, can we set a title text? (which was in v1.x)


Toolbar support titles, but menu doesn’t


>> for toolbar or menu, can the buttons be left/right aligned (i.e start from left or from right)? (which was in 1.x)


Unfortunately, there is not ability to define right-alined toolbar


>> is there anything that can be done in XML but NOT in JSON?


All components can be loaded from xml


>> is there a way for us to build nice looking forms with your library?


The package contains a lot of samples. The samples are also available on our website. So, you can check if our components can be used for your application.