The window plug-in of easyui is encapsulated again, And easyuiwindow is encapsulated.

Source: Internet
Author: User

The window plug-in of easyui is encapsulated again, And easyuiwindow is encapsulated.

The window plug-in of easyui is encapsulated again

Code:

/*** Easyui's window plug-in is encapsulated again in * November 10, 2014 */SimpoWin = {showWin: function showWindow (title, url, width, height) {if (! Top. simpoWinId) top. simpoWinId = 0; var divId = "simpoWin" + top. simpoWinId; top. $ ("body "). append ('<div id = "' + divId + '"> </div>'); top. $ ('#' + divId ). window ({modal: true, title: title, width: width, height: height, collapsible: false, minimizable: false, maximizable: false, content: function () {return '<iframe frameborder = "0" src = "' + url + '" >;}, onClose: function () {top. $ ('#' + divId ). win Dow ('deststroy'); top. SimpoWinId --; top. SimpoParentWin. pop () ;}). window ('open'); top. SimpoWinId ++; if (! Top. simpoParentWin) top. simpoParentWin = new Array (); top. simpoParentWin. push (window) ;}, closeWin: function () {var divId = "simpoWin" + (top. simpoWinId-1 ). toString (); top. $ ('#' + divId ). window ('close');}, GetWinParent: function () {return top. simpoParentWin [top. simpoParentWin. length-1] ;}}View Code

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.