DWZ is participating 2021 OSC China Open Source Project Selection , please vote for it!
DWZ in 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
DWZ won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement Apache
development language JavaScript
operating system Cross platform
Software type Open source software
Open source organizations nothing
region domestic
intended for unknown
Recording time 2010-02-25

Software Introduction

DWZ rich client framework (jQuery RIA framework) is an Ajax RIA open source framework developed by Chinese people based on jQuery implementation

The design goal is simple and practical, rapid development, and reduce the cost of ajax development.

You are welcome to make suggestions. We will further adjust and improve the functions in the next version to jointly promote the overall domestic ajax development level.

Online demo address: http://j-ui.com http://runjs.cn/detail/x9c7d6qb

Expand to read the full text

code

Gitee index of is
exceed Items for

comment

Click to join the discussion 🔥 (54) Post and join the discussion 🔥
Published information
2016/01/19 00:00

DWZ+Bootstrap integrated application (dwz for bootstrap v1.0.0)

The subsequent DWZ framework preparation supports responsiveness. To thank you for your support over the years, we are now launching the DWZ+Bootstrap responsive temporary solution. Source code download address: http://git.oschina.net/dwzteam/dwz_bootstrap Bootstrap+dwz form verification, ajax form submission, asynchronous submission of the form uploaded in the file, error prompt If the form is very long and there is an error prompt, it will automatically scroll to the top of the page for easy viewing of error information When using, just add a class="required validate" to the form to automatically determine whether it is an ajax submission or a file upload submission

thirteen
thirty-seven
Published information
2016/01/15 00:00

DWZ (jUI framework) release v1.5.2

Upgrade the jUI framework v1.5.2: https://git.oschina.net/dwzteam/dwz_jui/tree/v1.5.2 1) Adjust the DWZ plug-in registration and initialization mechanism; It is convenient for DWZ to integrate with other third-party jQuery plug-ins without modifying the dwz.ui.js source code. External js can be introduced according to the DWZ plug-in registration mechanism. It is recommended to put the third-party jQuery plug-in registration related code into the external js file to facilitate future DWZ version upgrades. Example of third-party jQuery plug-in registration: DWZ.regPlugins. push (function ($p){     $(“img.lazy”, $p).lazyload({ effect : “fadeI...

twenty-three
thirty-three
Published information
2012/11/14 00:00

DWZ updated to 1.4.4

DWZ was updated to version 1.4.4 on October 16, which fixed the problem of horizontal navigation js error reporting. DWZ rich client framework (jQuery RIA framework) is an Ajax RIA open source framework developed by Chinese people based on jQuery implementation The design goal is simple and practical, rapid development, and reduce the cost of ajax development. You are welcome to make suggestions. We will further adjust and improve the functions in the next version to jointly promote the overall domestic ajax development level. Online demo address http://runjs.cn/code/x9c7d6qb...

twenty-nine
fifteen
Published information
2011/10/16 00:00

DWZ-RIA v1.3 Final Release

http://code.google.com/p/dwz/downloads/detail?name=dwz -ria-1.3Final.zip Changelist: 1. Fix the problem that the combo linkage menu repeatedly sends ajax requests 2 Adjust the height of layoutH="xx" and dynamically update it according to the div of the parent container containing class="layoutBox" 3 Fix the problem of browser moving forward and backward when navTab opens external pages and iframe<a target="navTab" href=“ http://www.baidu.com ">External page</a><a target=" navTab "href=" url "external=" true ">iframe

eighteen
five
Published information
2011/07/17 00:00

JUI rich client 1.3+ThinkPaHP2.1

Integration of the latest version of jUI rich client 1.3+ThinkPaHP2.1 completed http://code.google.com/p/dwz4php/downloads/list

six
seven
Published information
2011/06/11 00:00

DWZ-RIA v1.3 RC1 Release

DWZ-RIA v1.3 RC1 Release http://code.google.com/p/dwz/downloads/detail?name=DWZ -RIA-1.3RC1.zip 1. Add a horizontal navigation bar, refer to the example index_menu.html 2 Add master-slave structure components, refer to the examples db_widget.html and dwz.database.js 3 Add the prompt box component of auto completion of suggestion 4 Fix the table component. When the left column is shrunk and the scroll bar below is dragged, the contents and questions are misplaced. 5 There is a bug in the drag of the advanced table extension. Click it to directly shrink it by 6 Fix the nav tab component about [Page One (External Page

one
four
Published information
2011/06/09 00:00

DWZ-RIA v1.2 Final Release

DWZ-RIA V1.2 Final 1. When using hidden iframe to process non refresh form submission, the json format returned by the server side is consistent with the common DWZ ajax form submission (that is, the json format returned by validateCallback and iframeCallback server side is consistent). For details, please refer to Section 2 of "File Upload Form Submission" The newly added associated object lookup brings back the component lookup 3 The dwz.stable.js is modified to solve the problem that the title of the table component will be misaligned with the following records after being pulled. 4. Add the function of multi selection and batch deletion of table components 5 Add a table component, click Header Database Row

eight
six
Published information
2011/04/07 00:00

DWZ-RIA v1.2 RC1 Release

DWZ-RIA V1.2 RC1 1. When using hidden iframe to process non refresh form submission, the json format returned by the server side is consistent with the common DWZ common ajax form submission (that is, the format returned by the validateCallback and iframeCallback server side is consistent with the json format). For details, please refer to Section 2 of "File Upload Form Submission" The newly added associated object lookup brings back the component lookup 3 The dwz.stable.js is modified to solve the problem that the title of the table component will be misaligned with the following records after being pulled. 4. Add the function of multi selection and batch deletion of table components 5 Add a table component, click Header Database Sort

two
three
Published information
2011/01/08 00:00

DWZ Framework v1.1.6 Release

In V1.1.6, the jQuery version in the Final DWZ is upgraded from 1.4.2 to 1.4.4. Whether to reload data when the navTab component repeatedly opens the same page Control: navTab. openTab (tabid, url, {title: "New Tab", fly: false, data: {}}}); To solve the problem of conflict between the select in dwz.combox.js and the select in jquery, V1.1.6 RC3 calendar control adds a custom selection time control function. The component navTab supports opening external connections. The component navTab automatically determines that if it is an external connection, it will be opened in iframe mode. Fix the conflict between the tab component and the inputAlert component. xhEd...

zero
two
Published information
2010/12/29 00:00

Domestic Ajax Framework DWZ Releases Version 1.1.6 RC3

DWZ rich client framework (jQuery RIA framework) is an Ajax RIA open source framework developed by Chinese people based on jQuery implementation The design goal is simple and practical, rapid development, and reduce the cost of ajax development. The main improvement of this version is to add a user-defined time control function to the calendar control. The component navTab supports opening external connections. The component navTab automatically determines that if it is an external connection, it will be opened in iframe mode. Fix the conflict between the tab component and the inputAlert component. Upgrade xhEditor to the latest version. Download DWZ 1.1.6 RC3 Download DWZ User Manual (PDF)

five
four
Published information
2010/07/03 00:00

DWZ v1.1.5 Release

DWZ V1.1.5 version update record V1.1.5 Final repair dialog content cannot be copied. After dialog pops up, add session timeout control option in the middle by default. Jump to the "Login page" or pop up the openTab (tabid, title, url, [data]) Add data parameters to the interface, and change the title and url positions V1.1.5 RC3 navTab right-click menu Add "Refresh Tab" to fix the dislocation of the calendar control icon in Google browser, and the dislocation of the button font Fix another window in the pop-up window Yes, the new pop-up window is blocked

two
one
Published information
2010/05/16 00:00

DWZ v1.1.4 Release

DWZ v1.1.4 Tree Add Control Default expand/shrink control. JQuery1.4.2 and jquery.validate.js have compatibility problems in IE. Ajax form submission cannot trigger the form submit event in IE. This causes the form to jump to a white page after it is submitted, and reverts to jQuery 1.3.2 to solve the paging problem on v1.1.3 dialog. Add DWZ framework Ajax development video textbook, download address: http://dwz.duqn.com/doc/dwz-ajax-develop.swf...

zero
zero
Published information
2010/04/29 00:00

DWZ rich client framework v1.1.1 release

The DWZ rich client framework v1.1.1 adds the link ajax post extension function in the current navTab, Automatic selection of all contents in dialog Fix the tree component Collapse icon bug Fix the general method of paging on the current navTab navTabPageBreak Fix the general method of paging on the current navTab navTabPageJump Fix the problem of table HTML extension in navTab Download DWZ 1.1.1

zero
one
No more
Loading failed, please refresh the page
Click to load more
Loading
next page
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
fifty-four comment
1K Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top