1

I am using Framework7 in intel xdk. I need to add back button or link that do the slide transition in the header navbar. I add the following in the html file but the back link does not work.

<div class="navbar">
<div class="navbar-inner">
    <div class="left">
        <a href="#" class="link">
            <i class="icon icon-back"></i>
            <span>Back</span>
        </a>
    </div>
    <div class="center">Center</div>
    <div class="right">
        <a href="#" class="link">
            <i class="icon icon-bars"></i>
            <span>Menu</span>
        </a>
    </div>
</div>

4

2 回答 2

0

在版本 3400 中,只需将按钮拖到左角标题以及何时保持“聚焦”(橙色)并放下!然后设置按钮属性。

标题上的按钮

于 2016-06-29T06:38:15.943 回答
0

为此,您需要 class back

<a href="#" class="link back"> Go back </a>

您可以在此处找到更多信息,但我建议您阅读所有文档,而不仅仅是本节。

于 2016-02-11T15:46:30.703 回答