PDA

View Full Version : [CLOSED] TabPanel can provide Tab in left position?



hjk1130
Sep 05, 2016, 3:46 AM
TabPanel can provide Tab in left position?
tabposition="Left" can not used like ext.net

fabricio.murta
Sep 05, 2016, 2:26 PM
Hello @hjk1130!

You're right, it does not work. The corresponding option for Ext.NET Mobile's Tab Panel would be TabBarPosition. But unfortunately the only accepted options are top and bottom, according to Sencha documentation on modern toolkit's TabPanel (http://docs.sencha.com/extjs/6.0.2-modern/Ext.tab.Panel.html).

EDIT: Actually, although documentation states only top & bottom are supported, I just tested with left & right and they work just fine... But according to this Sencha thread (https://www.sencha.com/forum/showthread.php?190721), you may have problems if you add icons to the tab titles.

hjk1130
Sep 06, 2016, 12:44 AM
thanks,it worked,and the iconcls is working well.

hjk1130
Sep 06, 2016, 1:10 AM
by the way,how can i change the animation to type of slide and the direction is up or down

fabricio.murta
Sep 06, 2016, 4:06 AM
Hello @hjk130!

Would you mind opening a new thread for this new question you asked? You can point this thread if you find it has important information to reproduce the scenario you need to explore!

Hope you understand!

By the way, we have several examples with different animation sides in mobile.ext.net/#menu/animations (http://mobile.ext.net/#menu/animations)! Using chrome with enabled mobile device emulation is advised if you are browsing from Desktop!

p.s.: I think I just responded the question anyway! :)