Hi, i want to disable the last button in my tabbar with id ‘disbar’. Here is my code :
height:36,
view:"tabbar",
type:"bottom"
id:"bluemenu",
options: [
{ value: "<span class='webix_icon fa-home'></span><span style='padding-left: 4px'>Home</span>", id: 'homeView' },
{ value: "<span class='webix_icon fa-envelope-o'></span><span style='padding-left: 4px'>News</span>", id: 'newsView' },
{ value: "<span class='webix_icon fa-phone'></span><span style='padding-left: 1px'>Info</span>", id: 'infoView' },
{ value: "<span class='webix_icon fa-film'></span><span style='padding-left: 4px'>Logout</span>", id: 'logoutView' },
{ value: "<span class='webix_icon fa-film'></span><span style='padding-left: 4px'>Logout</span>", id:'disbar'}
]
i have tried using $$(‘disbar’) but it shows undefined. How do i acccess the item properly ??
And one more thing, i cant open the webix.com/snippets, everytime i try to open it it shows error. I have uploaded the screenshot of my browser here :
thx