Home > Web Front-end > JS Tutorial > body text

How to use JQuery EasyUI dialog box_jquery

WBOY
Release: 2016-05-16 18:18:02
Original
886 people have browsed it

Let’s take a look at EasyUI’s dialog box rendering
How to use JQuery EasyUI dialog box_jquery
js code:

Copy code The code is as follows:



HTML code
Copy code The code is as follows:

pop-up


The following will introduce the specific usage of Window , first look at the attributes. Most of the attributes are the same as those of the window. Here are some Dialog private attributes:
属性名 类型 描述 默认值
title 字符串 对话框的标题文本 New Dialog
collapsible 布尔 定义是否显示可折叠按钮 false
minimizable 布尔 定义是否显示最小化按钮 false
maximizable 布尔 定义是否显示最大化按钮 false
resizable 布尔 定义对话框是否可编辑大小 false
toolbar 数组 对话框上的工具条,每个工具条包括: text, iconCls, disabled, handler etc. null
buttons 数组 对话框底部的按钮,每个按钮包括: text, iconCls, handler etc. null
Events
Dialog events are the same as window events.

Methods
Except for "header" and "body", Dialog's function methods are the same as those of Window.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template