0

按下 tabBar 按钮后

    <ul data-dojo-type="dojox.mobile.TabBar" class="tab_bar"
            data-dojo-props='fixed: "bottom"' >

            <li data-dojo-type="dojox.mobile.TabBarButton"
                onclick="function()"
                data-dojo-props='icon1:"images/carrello.png", icon2:"images/raccolta_ordini.png"'>Aggiungi</li>

        </ul>

按钮保持选中状态(参见前后图片) 在此处输入图像描述 我应该在函数中使用哪个语句来取消选择按钮?

4

1 回答 1

1

为按钮(id_button)分配一个id并写下这个

    id_button.setAttribute("class","mblTabBarButton mblTabBarButtonHasIcon")

使用此指令,您可以更改按钮 css 类。

于 2013-07-30T10:10:15.533 回答