使用范围:WX
component Breadcrumb ($UI/comp/antd/components/Breadcrumb/Breadcrumb) extends AntdComponent
Constructor Top
Breadcrumb () |
Static Properties & Enumerations Top
String |
EVENT_ACTIVE
= "pop"
激活事件 |
Methods Top
void | push (String label) | |
void | switchTo (String label) |
Operations Top
void | push (String label) | |
void | switchTo (String label) |
Events Top
void | active (ActiveEvent event) |
Constructor details
Top
public
Breadcrumb
()
使用场景:当系统拥有超过两级以上的层级结构时;当需要告知用户『你在哪里』时;当需要向上导航的功能时。。
使用方法:在设置中设置选项名,在属性中配置分割符,在事件和操作中进行导航设置。
public
Breadcrumb
()
Static Properties & Enumerations Detail Top
static
public
String
EVENT_ACTIVE
= "pop"
"pop"
激活事件
Methods Detail Top
public
void
push
(String label)
添加项
public
void
switchTo
(String label)
切换到
Operations Detail Top
public
void
push
(String label)
添加项
public
void
switchTo
(String label)
切换到
Events Detail Top
激活