向导概述

Telerik UI for ASP。NET MVC忍者形象

巫师是Telerik UI for ASP。NET MVC,一个具有 110+ 组件的专业级UI库,用于构建现代和功能丰富的 应用程序。想要试用它,可以注册一个30天的免费试用期。

Telerik UI向导HtmlHelper用于ASP。NET MVCis a server-side wrapper for the Kendo UI Wizard widget.

向导按顺序、逐步顺序显示内容。剑道UI向导的每个步骤都有内容,可以是表单或任何其他类型的HTML内容。

初始化向导

下面的示例演示如何定义向导。

@ (Html.Kendo () .Wizard () . name(“向导”).Steps (s = > {s.Add()。内容(“初始步骤”);s.Add()。内容("Second Step"); s.Add().Content("Final Step"); }) ) 
<脚本>函数onActivate(e) {console.log("Activated: " + e.step.options.label);}函数onSelect(e) {console.log("Selected: " + e.step.options.label);} > < /脚本

功能和特性

另请参阅

在本文中
Baidu
map