function HKECDialogParamObj() { // window configuration this.windowEl = ''; this.windowTitle = ''; this.windowWidth = 500; this.windowHeight = 300; this.windowClosable = false; this.windowCloseAction = 'hide'; this.windowSupplementary = ''; // container configuration this.containerRenderTo = ''; this.containerHTML = ''; this.containerIframeURL = ''; // window buttons // for each button, [0] is the text, [1] is the javascript function called when click this.windowButtons = new Array(0); // init button configuration this.initButtonId = ''; }