Hello Gurus,
First of all thanks for all the help that I have been getting on this SCN, I have an strange thing going here
1] When My IconTabBar view loads its loads perfectly.
2] If one a certain tab (IconTabFilter) I hide something after the user interaction and then Select some other tab
3] If I select the original tab, It overrides my code and shows everything. (Strange right?).
Please help me out on this here is my code which I use to hide the stuff.
if (itab.getSelectedKey() !== "__filter0") { this.getView().byId("uid").setValue(""); this.getView().byId("dept").setValue(""); this.getView().byId("fname").setValue(""); this.getView().byId("lname").setValue(""); $("#__xmlview1--FormChange354").slideDown(); this.getView().byId("SupRecertTable").setVisible(false); this.getView().setModel({}); }
Thanks
Somil