behavior: history
2024-07-18 15:37:05
behavior: history
此行为提供导航历史记录支持,类似于浏览器在返回前进按钮单击时执行的操作。
Elements
<frame history>
- 标准框架元素,但定义了属性历史记录。
Model
此行为适用于包含内部框架的任何元素。例如 <frameset>
,如果需要,可以将其应用于。
Attributes
behavior:history
未使用任何特定属性。
Methods
back() : true|false
- 返回导航堆栈,如果导航成功,则返回true
。forward() : true|false
- 在导航堆栈上前进,如果导航成功,则返回true
。
Properties
length : integer
- 历史的深度向后。forwardLength : integer
- 历史的深度。
States
不适用
Events
该行为将生成以下事件:
“historystatechange” / HISTORY_STATE_CHANGED - 更改内部导航堆栈的状态时生成。
Value
不适用