jQuery EasyUI从入门到精通(7)
的有关信息介绍如下:jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。
本经验是 【jQuery EasyUI从入门到精通】系列教程的第7部分,在第6部分的基础上继续讲述 jQuery EasyUI Web Demos之选项卡Tabs。
Tabs Style(选项卡式样),Click the options below to change the tabs style(点击上面的选项改变选项卡的式样).
Tabs Style
Click the options below to change the tabs style.
plain
narrow
pill
justified
jQuery EasyUI framework helps you build your web pages easily.
- easyui is a collection of user-interface plugin based on jQuery.
- easyui provides essential functionality for building modem, interactive, javascript applications.
- using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- complete framework for HTML5 web page.
- easyui save your time and scales while developing your products.
- easyui is very easy but powerful.
This is the help content.
function setTabs(){
$('#tt').tabs({
plain: $('#plain').is(':checked'),
narrow: $('#narrow').is(':checked'),
pill: $('#pill').is(':checked'),
justified: $('#justified').is(':checked')
})
}
Tabs Style(选项卡式样),运行效果如下图所示。
Tab Position(选项卡位置),Click the 'position' drop-down list and select an item to change the tab position.
Tab Position
Click the 'position' drop-down list and select an item to change the tab position.
Position:
jQuery EasyUI framework helps you build your web pages easily.
- easyui is a collection of user-interface plugin based on jQuery.
- easyui provides essential functionality for building modem, interactive, javascript applications.
- using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- complete framework for HTML5 web page.
- easyui save your time and scales while developing your products.
- easyui is very easy but powerful.
This is the help content.
Tab Position(选项卡位置),运行效果如下图所示。
Fixed Tab Width(固定选项卡宽度),The tab strips have fixed width and height.
Fixed Tab Width
The tab strips have fixed width and height.
Home Content.
Maps Content.
Journal Content.
History Content.
References Content.
Contact Content.
Fixed Tab Width(固定选项卡宽度),运行效果如下图所示。