123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: hal
- // (C) Copyright IBM Corp. 2003, 2017.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- C_PropertySheet.K_iNotValid=1;C_PropertySheet.K_iLessThanMin=2;C_PropertySheet.K_iGreaterThanMax=3;function C_PropertySheet(_hDJ, _hAS, _hLN1, _hGN, _hEJ){this._h0B1=!_hDJ;if(!this._h0B1){G_HAL.F_VerifyDependencies("C_ListView");}this._hKE2=document;this._hXN1=_hLN1;this._hIN="";this._hCS={};this._hJN={};this._hGJ={};if(!this._h0B1){this._hPC1(_hDJ);this._hTO();}this._hDS=_hAS;this._h4Y=parseInt(this._hDS.getAttribute("indentLength"));this._hK1=this._hDS.getAttribute("highlightNonDefaultValues");this._h91();this.Groups=[];this._hFG={};this._hHJ={};this._h6B={};this._hES={};this._hS3={};this._hG02={};this._h1B1={};this._hUB={};this._h162={};this._hZ8={};this._hP92={};this._hFS(U_XML.F_AppendNodeListToArray([], this._hDS.selectNodes("properties/group")));this.Objects={};this._h2B1(U_XML.F_AppendNodeListToArray([], this._hDS.selectNodes("objects/object")));if(!this._h0B1){this._hTD(_hGN, _hEJ);}};C_PropertySheet.prototype.F_Detach=function(){this._hH();if(!this._h0B1){this._hME2.h_oPropertySheet=null;this._hME2.parentNode.removeChild(this._hME2);this._hHA2=null;this._hME2=null;}};C_PropertySheet.prototype.F_OnAddNewGroupProperties=function(_hZH1,_h3B1){this._hFS(_hZH1);this._h2B1(_h3B1);};C_PropertySheet.prototype.F_OnDeleteGroupProperties=function(_hKN,_hIJ){this._hJJ(_hKN);this._h5Y(_hIJ);};C_PropertySheet.prototype.F_GetPropertySheetNode=function(){return this._hDS;};C_PropertySheet.prototype._h91=function(){this._h09=( this._hDS.getAttribute( "showGroupSmallIcons" )=="true" );this._h19=( this._hDS.getAttribute( "showLabelSmallIcons" )=="true" );};C_PropertySheet.prototype._hJJ=function(_hH02){var _hLN={};var _h6Y=_hH02.length;for(var _h262=0;_h262<_h6Y;_h262++){var _h362=_hH02[_h262];var _h0I1=_h362.getAttribute("name");_hLN[_h0I1]=true;delete this._hG02[_h0I1];delete this._h1B1[_h0I1];delete this._hUB[_h0I1];delete this._hHJ[_h0I1];}var _h77=[];for(var i=0; i<this.Groups.length; i++){if(_hLN[this.Groups[i].Name]){_h77.push(i);for(var _hQ92=0; _hQ92<this.Groups[i].Properties.length; _hQ92++){var _h7Y=this.Groups[i].Properties[_hQ92];delete this._hP92[_h7Y];delete this._h162[_h7Y];delete this._hG02[_h7Y];delete this._h1B1[_h7Y];delete this._h6B[_h7Y];delete this._hZ8[_h7Y];for(var _hTC2=0; this._hES[_h7Y]&&_hTC2<this._hES[_h7Y].length; _hTC2++){var _hUC2=this._hES[_h7Y];delete this._h6B[_hUC2];}delete this._hES[_h7Y];}}}for(var i=_h77.length-1; i>=0; i--){this.Groups.splice(_h77[i], 1);}};C_PropertySheet.prototype._hFS=function(_hH02){var _h6Y=_hH02.length;for(var _h262=0;_h262<_h6Y;_h262++){var _h362=_hH02[ _h262 ];var _h462={};_h462.Name=_h362.getAttribute("name");G_Debug.F_Assert(this._hG02[_h462.Name]===undefined);this._hGS(_h362, this._hHJ, _h462.Name);this._hG02[_h462.Name]=this._hHS(_h362);this._h1B1[_h462.Name]=_h362.getAttribute("smallIcon");this._hUB[_h462.Name]=_h362.getAttribute("expandedSmallIcon");if(this._h09&&!this._h1B1[_h462.Name]){this._h1B1[_h462.Name]=G_HAL.M_sImagePath+"tv_folder.gif";this._hUB[_h462.Name]=G_HAL.M_sImagePath+"tv_folder_expanded.gif";}_h462.Properties=[];this.Groups.push(_h462);var _hL41=_h362.selectNodes("property");var _hGG=_hL41.length;for(var _hQ92=0;_hQ92<_hGG;_hQ92++){var _h3P1=_hL41.item(_hQ92);var _h7Y=_h3P1.getAttribute("name");var _hR92=_h3P1.getAttribute("type");G_Debug.F_Assert(this._hP92[_h7Y]===undefined);this._hP92[_h7Y]=_hR92;switch(_hR92){case "dropDownList":case "dropDown":case null:if(_h3P1.selectSingleNode("listView")!=null){this._hZ8[_h7Y]=true;if(!_h3P1.getAttribute("isFinite")){_h3P1.setAttribute( "isFinite", "true" );}}}if(!_hR92&&(this._hZ8[_h7Y]||_h3P1.getAttribute("listView"))){_hR92="dropDownList";}this._h162[_h7Y]=_hR92;this._hG02[_h7Y]=this._hHS(_h3P1);this._h1B1[_h7Y]=_h3P1.getAttribute("smallIcon");_h462.Properties.push(_h7Y);this._hGS(_h3P1, this._h6B, _h7Y);var _hMN=_h3P1.selectNodes("property");var _h29=_hMN.length;if(_h29>0){this._hES[_h7Y]=[];}for(var _h3V1=0;_h3V1<_h29;_h3V1++){var _hM41=_hMN.item(_h3V1);var _hN41=_hM41.getAttribute("name");this._hES[_h7Y].push(_hN41);this._hGS(_hM41, this._h6B, _hN41);}}}};C_PropertySheet.prototype._hHS=function(n){var _h4P1=n.getAttribute("idsLabel");if(_h4P1){return G_ResManager.F_GetOptionalString(_h4P1);}return n.getAttribute("label");};C_PropertySheet.prototype._hGS=function(n,_h4B1,_h492){_h4B1[_h492]={};var o=_h4B1[_h492];var nl=n.attributes;var _hBZ1=nl.length;for(var i=0;i<_hBZ1;i++){var _hL92=nl.item(i);o[_hL92.name]=_hL92.value;}};C_PropertySheet.prototype._h2B1=function(_h4V1){var _hBZ1=_h4V1.length;for(var i=0;i<_hBZ1;i++){var o={};var _hI02=_h4V1[ i ];var _h5B1=_hI02.getAttribute("name");this._hGS(_hI02, this._hFG, _h5B1);this._hS3[_h5B1]={};this._h5V1(_h5B1, _hI02, o);G_Debug.F_Assert(this.Objects[_h5B1]===undefined);this.Objects[_h5B1]=o;}};C_PropertySheet.prototype._h5Y=function(_h4V1){var _hBZ1=_h4V1.length;for(var i=0;i<_hBZ1;i++){var _hI02=_h4V1[ i ];var _h5B1=_hI02.getAttribute("name");delete this._hFG[_h5B1];delete this._hS3[_h5B1];delete this.Objects[_h5B1];}};C_PropertySheet.prototype._h5V1=function(_h5B1,n,_h6B1){var nl=n.selectNodes( "propertyRef | namedSetRef" );var _hBZ1=nl.length;for(var i=0;i<_hBZ1;i++){var _hVC2=nl.item(i);var _hWC2=_hVC2.getAttribute("ref");switch(_hVC2.nodeName){case "propertyRef":_h6B1[_hWC2]=true;if(this._hES[_hWC2]){var _hMN=_hVC2.selectNodes("propertyRef");var _h29=_hMN.length;if(_h29>0){this._hS3[_h5B1][_hWC2]={};for(var _h3V1=0;_h3V1<_h29;_h3V1++){var _hN41=_hMN.item(_h3V1).getAttribute("ref");this._hS3[_h5B1][_hWC2][_hN41]=true;}}else{this._hS3[_h5B1][_hWC2]=this._hES[_hWC2].F_CreateDictionary();}}break;case "namedSetRef":var _h5P1=this._hDS.selectSingleNode( "namedSets/namedSet[@name='" + _hWC2 + "']" );this._h5V1(_h5B1, _h5P1, _h6B1);break;}}};C_PropertySheet.prototype.F_GetObjectNamesThatSupportProperty=function(_h7Y,_hKJ){var a=[];for(var _h5B1 in this.Objects){if(_hKJ){if(this.F_ObjectSupportsSubProperty(_h5B1, _h7Y, _hKJ)){a.push(_h5B1);}}else{if(this.F_ObjectSupportsProperty(_h5B1, _h7Y)){a.push(_h5B1);}}}return a;};C_PropertySheet.prototype.F_ObjectSupportsProperty=function(_h5B1,_h7Y){var o=this.Objects[_h5B1];return Boolean(o&&o[_h7Y]);};C_PropertySheet.prototype.F_ObjectSupportsSubProperty=function(_h5B1,_h7Y,_hKJ){return Boolean(this._hS3[_h5B1][_h7Y][_hKJ]);};C_PropertySheet.prototype.F_GetSubPropertiesNames=function(_h492){return this._hES[_h492];};C_PropertySheet.prototype.F_GetGroupAttribute=function(_h0I1,_hIS){var o=this._hHJ[_h0I1];if(o){return o[_hIS];}};C_PropertySheet.prototype.F_GetPropertyAttribute=function(_h7Y,_hIS){var o=this._h6B[_h7Y];if(o){return o[_hIS];}};C_PropertySheet.prototype.F_GetObjectAttribute=function(_h5B1,_hIS){var o=this._hFG[_h5B1];if(o){return o[_hIS];}};C_PropertySheet.prototype.F_ActivateProperty=function(_h492){if(this.F_IsPropertyDisplayed(_h492)){this._hLJ(this._h5U(_h492));}};C_PropertySheet.prototype.F_IsPropertyDisplayed=function(_h492){return !isNaN(this._hCS[_h492]);};C_PropertySheet.prototype.F_IsMultiSelectProperty=function(_h492){return(this.F_GetPropertyAttribute( _h492, "isMultiSelect" )=="true" );};C_PropertySheet.prototype.F_GetActiveProperty=function(){return this._hIN;};C_PropertySheet.prototype.F_GetLabel=function(_h492){return this._hG02[_h492];};C_PropertySheet.prototype.F_SetUpdate=function(b){this._hJ02=b;if(!b){this.F_Clear();}};C_PropertySheet.prototype.F_GetUpdate=function(){return this._hJ02;};C_PropertySheet.prototype.F_GetPropertyValue=function(_h492){return this._hJN[_h492];};C_PropertySheet.prototype.F_SetLocale=function(_h492,_hS12){if(_hS12){this._hWG(_h492).setAttribute("lang", _hS12);}};C_PropertySheet.prototype.F_ShowProperty=function(_h492,_h552){this._hJN[_h492]=_h552;if(this.F_GetPropertyAttribute( _h492, "hide" )=="true" ){return;}switch(this._h162[_h492]){case "info":this._hFK(_h492, _h552);break;case "text":this._hGK(_h492, _h552);break;case "boolean":this._hVB( _h492,(typeof _h552=="boolean" )?( _h552?"true":"false" ):_h552 );break;case "dropDownList":this._h73(_h492, _h552);break;case "dropDown":this._hG9(_h492, _h552);break;case "action":this._hEE(_h492, _h552);break;case "colorAction":this._hW3(_h492, _h552);break;default:G_HAL.F_AlertError( "Unrecognized property type '" + this._h162[_h492] + "' for property '" + _h492 + "'." );break;}if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){if(!this._hXG){var _hKZ1=this._hME2.rows.item(0).cells.item(2);_hKZ1.setAttribute( "tabIndex", "0" );this._hXG=true;}this._hHD();}};C_PropertySheet.prototype._hFK=function(_h492,_h552){if(this._hJ02){this._hFE(_h492, _h552);}else{this._hUO(_h492, _h552);}};C_PropertySheet.prototype._hGK=function(_h492,_h552){if(this._hJ02){this._hGE(_h492, _h552);}else{this._hVO(_h492, _h552);}};C_PropertySheet.prototype._hVB=function(_h492,_h552){if(this._hJ02){this._hR7(_h492, _h552);}else{this._hHE(_h492, _h552);}};C_PropertySheet.prototype._hG9=function(_h492,_h552){if(this._hJ02){this._hH5(_h492, _h552);}else{this._hWB(_h492, _h552);}};C_PropertySheet.prototype._h7B=function(_h492,_h552,_h6P1){if(this._hP92[_h492]=="boolean"){var _h7O1=G_ResManager.F_GetResource("HAL_BOOLEAN_LISTVIEW");if(_h7O1){return _h7O1;}var d=G_ResManager.F_GetResourcesDoc();_h7O1=d.documentElement.appendChild(d.createElement("listView"));_h7O1.setAttribute( "id", "HAL_BOOLEAN_LISTVIEW" );var _h1I1=_h7O1.appendChild(d.createElement("listItems"));var _hBO1=_h1I1.appendChild(d.createElement("listItem"));_hBO1.setAttribute( "value", "false" );_hBO1.setAttribute( "idsLabel", "IDS_HAL_PROPVAL_FALSE" );var _hBO1=_h1I1.appendChild(d.createElement("listItem"));_hBO1.setAttribute( "value", "true" );_hBO1.setAttribute( "idsLabel", "IDS_HAL_PROPVAL_TRUE" );return G_ResManager.F_GetResource("HAL_BOOLEAN_LISTVIEW");}if(!this._hZ8[_h492]){var _h7B1=this.F_GetPropertyAttribute(_h492, "listView");return this._hXN1.F_PropertySheet_GetPropertyListView(this, _h7B1?_h7B1:_h492, _h492, _h552, _h6P1);}var _h7O1=this._hDS.selectSingleNode( "properties/group/property[@name=" + _h492.F_ToXPathString() + "]/listView" );return _h7O1?_h7O1.cloneNode(true):null;};C_PropertySheet.prototype._h73=function(_h492,_h552){var _h301=_h552;if(_h552){var _h7O1=this._h7B(_h492, _h552);if(_h7O1){var _hOJ=( this.F_GetPropertyAttribute( _h492, "ignoreValueCase" )=="true" );var _hBO1=C_ListView.F_FindListItem(_h7O1, "value", _h552, _hOJ);if(_hBO1){_h301=C_ListView.F_GetListItemLabel(_hBO1);}}}if(this._hJ02){this._hP1(_h492, _h552, _h301);}else{this._hX3(_h492, _h552, _h301);}};C_PropertySheet.prototype._hEE=function(_h492,_h552){if(this._hJ02){this._hH9(_h492, _h552);}else{this._hYG(_h492, _h552);}};C_PropertySheet.prototype._hW3=function(_h492,_hW62){var _h301=this._hXN1.F_PropertySheet_GetColorLabel?this._hXN1.F_PropertySheet_GetColorLabel(this, _hW62):_hW62;if(this._hJ02){this._hD2(_h492, _hW62, _h301);}else{this._hI5(_h492, _hW62, _h301);}};C_PropertySheet.prototype._hUO=function(_h492,_h552){this._hZG("info", _h492);this._hFE(_h492, _h552);};C_PropertySheet.prototype._hFE=function(_h492,_h552){var td=this._hWG(_h492);td.innerText=_h552;this._h83(_h492, _h552, td);this._hY3(_h492, _h552);};C_PropertySheet.prototype._hVO=function(_h492,_h552){var tr=this._hZG("text", _h492);var txt=this._hWG(_h492).firstChild;txt.onblur=C_PropertySheet._hQC1;txt.onfocus=C_PropertySheet._h161;txt.onchange=C_PropertySheet._h401;this._hGE(_h492, _h552);};C_PropertySheet.prototype._hGE=function(_h492,_h552){var txt=this._hWG(_h492).firstChild;txt._h501=_h552;txt.value=_h552;this._h83(_h492, _h552, txt);this._hY3(_h492, _h552);};C_PropertySheet.prototype._hWB=function(_h492,_h552){this._hZG("dropDown", _h492);var txt=this._hWG(_h492).firstChild;txt.onchange=C_PropertySheet._h401;txt.onfocus=C_PropertySheet._h161;txt.onblur=C_PropertySheet._hQC1;this._hH5(_h492, _h552);};C_PropertySheet.prototype._hH5=function(_h492,_h552){var td=this._hWG(_h492);td._h6U=_h552;td.firstChild.value=_h552;td.firstChild._h501=_h552;this._h83(_h492, _h552, td.firstChild);this._hY3(_h492, _h552);};C_PropertySheet.prototype._hHE=function(_h492,_h552){var tr=this._hZG("boolean", _h492);this._hR7(_h492, _h552);};C_PropertySheet.prototype._hR7=function(_h492,_h552){var td=this._hWG(_h492);td._h6U=_h552;td.innerText=G_ResManager.F_GetString((_h552=="true" )?"IDS_HAL_PROPVAL_TRUE":"IDS_HAL_PROPVAL_FALSE" );this._h83(_h492, _h552, td);this._hY3(_h492, td.innerText);};C_PropertySheet.prototype._hX3=function(_h492,_h552,_h301){var tr=this._hZG("dropDownList", _h492);this._hP1(_h492, _h552, _h301);};C_PropertySheet.prototype._hP1=function(_h492,_h552,_h301){var td=this._hWG(_h492);td._h6U=_h552;td.innerText=_h301;this._h83(_h492, _h552, td);this._hY3(_h492, _h301);};C_PropertySheet.prototype._hYG=function(_h492,_h552){var tr=this._hZG("action", _h492);this._hH9(_h492, _h552);};C_PropertySheet.prototype._hH9=function(_h492,_h552){var td=this._hWG(_h492);td.innerText=_h552;this._h83(_h492, _h552, td);this._hY3(_h492, _h552);};C_PropertySheet.prototype._hI5=function(_h492,_hW62,_h301){var tr=this._hZG("colorAction", _h492);this._hD2(_h492, _hW62, _h301);};C_PropertySheet.prototype._hD2=function(_h492,_hW62,_h301){var td=this._hWG(_h492);var _hHW1=td.firstChild;_hHW1.nextSibling.innerText=" " + _h301;this._h83(_h492, _hW62, td);this._hY3(_h492, _h301);if(_hW62){try{_hHW1.style.display="";_hHW1.style.backgroundColor=_hW62;return;}catch(e){}}_hHW1.style.display="none";};C_PropertySheet.prototype._h83=function(_h492,_h552,el){if(this._hK1){var n=this._hDS.selectSingleNode( ".//property[@name=" + _h492.F_ToXPathString() + "]" );var _h501=n.getAttribute("defaultValue");if(_h501!==null){el.style.fontWeight=(_h501==_h552)?"normal":"bold";}}};C_PropertySheet.prototype.F_StartPropertyGroup=function(_h492){if(this._hJ02){return;}if(this.F_GetGroupAttribute( _h492, "hide" )=="true" ){return;}this._hJ5=this._hGJ[_h492];var tr=this._hZG("Group", _h492);var img=tr.cells.item(0).firstChild;if(this._hJ5){img.src=G_HAL.M_sImagePath+"plus.gif";tr.style.display="";}else{img.src=G_HAL.M_sImagePath+"minus.gif";}this._h7U=tr.rowIndex;if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){U_Accessibility.F_SetAriaStateAndProperty(tr, "aria-expanded", !this._hJ5);img.alt=(this._hJ5)?"+":"-";}};C_PropertySheet.prototype.F_EndPropertyGroup=function(){if(this._hJ02){return;}if(this._h7U==(this._hME2.rows.length-1)){this._hME2.deleteRow(this._h7U);}delete this._h7U;};C_PropertySheet.prototype.F_EndAllPropertyGroups=function(){if(this._hJ02){return;}if(!this._hJ02){this._hZG("Last");}};C_PropertySheet.prototype.F_GetPropertyCount=function(){var _hBZ1=this._hME2?this._hME2.rows.length:0;return _hBZ1?(_hBZ1-1):_hBZ1;};C_PropertySheet.prototype.F_Clear=function(){this._h91();this._hCS={};this._hJN={};this._hIN="";U_DOM.F_DeleteTableRows(this._hME2);if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){this._hXG=false;}};C_PropertySheet.prototype._hPC1=function(_hRC1){this._hME2=_hRC1.appendChild(this._hKE2.createElement("TABLE"));this._hME2.cellPadding=0;this._hME2.cellSpacing=0;this._hME2.className="clsPropertySheet";this._hME2.h_oPropertySheet=this;U_Accessibility.F_SetRoleForLayoutTable(this._hME2);this._hLB();this._hHA2=this._hME2.appendChild(this._hKE2.createElement("TBODY"));this._hHD();};C_PropertySheet.prototype._hLB=function(){this._hME2[G_BrowserInfo.M_bIsPointerEnabled?"onpointerdown":"onmousedown"] =function(e){ return this.h_oPropertySheet._hP91(e); };this._hME2.ondblclick=function(e){ return this.h_oPropertySheet._hDJ1(e); };this._hME2.onclick=function(e){ return this.h_oPropertySheet._hT12(e); };this._hH(true);};C_PropertySheet.prototype._hTO=function(){this._h1K1={};var _hIW1=this._hKE2.createElement("TR");var _hJW1=_hIW1.appendChild(this._hKE2.createElement("TD"));_hJW1.className="clsPropertySheetExpand";var _hSC1=_hIW1.appendChild(this._hKE2.createElement("TD"));var _hKZ1=_hIW1.appendChild(this._hKE2.createElement("TD"));_hKZ1.style.whiteSpace="nowrap";_hKZ1.className="clsPropertySheetLabel_inactive";var _hU12=_hIW1.appendChild(this._hKE2.createElement("TD"));_hU12.style.whiteSpace="nowrap";_hU12.className="clsPropertySheetValue";var _h8U=this._hKE2.createElement("TABLE");_h8U.className="clsDialogText";_h8U.cellPadding=0;_h8U.cellSpacing=0;_h8U.style.tableLayout="fixed";_h8U.style.overflow="hidden";_h8U.style.width="100%";U_Accessibility.F_SetRoleForLayoutTable(_h8U);var tr=_h8U.appendChild( this._hKE2.createElement( "TBODY" ) ).appendChild( this._hKE2.createElement( "TR" ) );var td=tr.appendChild(this._hKE2.createElement("TD"));td.style.whiteSpace="nowrap";td.style.overflow="hidden";td.style.textOverflow="ellipsis";td.style.width="100%";var _hI9=this._hKE2.createElement("TD");_hI9.style.display="none";_hI9.style.width="18px";var _h261=_hI9.appendChild(this._hKE2.createElement("BUTTON"));_h261.hideFocus=true;_h261.className="clsDotDotDotPropertyButton";var _h361=_h261.appendChild(this._hKE2.createElement("IMG"));var _hIE=U_HighContrast.F_GetHighContrastImgIfNecessary(G_HAL.M_sImagePath+"dotdotdot.gif");_h361.src=_hIE;if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){var _h601=G_ResManager.F_GetString("IDS_HAL_AC_DOTDOTDOT");_hIW1.setAttribute( "role", "row" );_hJW1.setAttribute( "role", "gridcell" );_hKZ1.setAttribute( "tabIndex", "-1" );_hKZ1.setAttribute( "role", "gridcell" );_hU12.setAttribute( "role", "gridcell" );td.setAttribute( "tabIndex", "-1" );_h261.setAttribute( "tabIndex", "-1" );_h261.setAttribute("aria-label", _h601);_h361.setAttribute("alt", _h601);}var tr=_hIW1.cloneNode(true);this._h1K1["Group"]=tr;tr.className="clsGroupHeader";var _hJW1=tr.firstChild;var img=_hJW1.appendChild(this._hKE2.createElement("IMG"));img.style.height="13px";img.style.weight="13px";tr.firstChild.nextSibling.nextSibling.style.fontWeight="bold";var tr=_hIW1.cloneNode(true);tr.firstChild.nextSibling.nextSibling.style.borderRight="none";tr.firstChild.nextSibling.nextSibling.style.borderLeft="none";tr.firstChild.nextSibling.nextSibling.style.borderBottom="none";tr.firstChild.nextSibling.nextSibling.style.borderRight="none";tr.firstChild.nextSibling.nextSibling.nextSibling.style.borderLeft="none";tr.firstChild.nextSibling.nextSibling.nextSibling.style.borderRight="none";tr.firstChild.nextSibling.nextSibling.nextSibling.style.borderBottom="none";this._h1K1["Last"]=tr;var tr=_hIW1.cloneNode(true);this._h1K1["info"]=tr;tr.firstChild.nextSibling.nextSibling.nextSibling.appendChild(_h8U.cloneNode(true));var tr=this._h1K1["info"].cloneNode(true);this._h1K1["text"]=tr;var _hV12=tr.firstChild.nextSibling.nextSibling.nextSibling.firstChild.firstChild.firstChild.firstChild.appendChild(this._hKE2.createElement("INPUT"));_hV12.type="text";_hV12.style.height="14px";_hV12.style.width="100%";_hV12.style.border="none";_hV12.style.position="relative";if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){_hV12.setAttribute( "tabIndex", "-1" );}var tr=_hIW1.cloneNode(true);this._h1K1["colorAction"]=tr;var _hTC1=tr.firstChild.nextSibling.nextSibling.nextSibling;var tbl=_hTC1.appendChild(_h8U.cloneNode(true));var tr=tbl.firstChild.firstChild;var img=tr.firstChild.appendChild(this._hKE2.createElement("IMG"));img.src=G_HAL.M_sImagePath+"blank.gif";img.style.verticalAlign="middle";img.style.height="11px";img.style.width="11px";img.style.border="1px solid black";tr.firstChild.appendChild(this._hKE2.createElement("SPAN"));tr.appendChild(_hI9.cloneNode(true));var tr=this._h1K1["info"].cloneNode(true);this._h1K1["action"]=tr;tr.firstChild.nextSibling.nextSibling.nextSibling.firstChild.firstChild.firstChild.appendChild(_hI9.cloneNode(true));var tr=this._h1K1["info"].cloneNode(true);this._h1K1["dropDownList"]=tr;var _h9U=tr.firstChild.nextSibling.nextSibling.nextSibling.firstChild.firstChild.firstChild.appendChild(_hI9.cloneNode(true));var _h0H=U_HighContrast.F_GetHighContrastImgIfNecessary(G_HAL.M_sImagePath+"dropdown.gif");_h9U.firstChild.firstChild.src=_h0H;var _hJE=G_ResManager.F_GetString("IDS_HAL_AC_DROPDOWN");if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){_h9U.firstChild.setAttribute("aria-label", _hJE);_h9U.firstChild.firstChild.setAttribute("alt", _hJE);}var tr=this._h1K1["dropDownList"].cloneNode(true);this._h1K1["boolean"]=tr;var tr=this._h1K1["dropDownList"].cloneNode(true);this._h1K1["dropDown"]=tr;var _hV12=tr.firstChild.nextSibling.nextSibling.nextSibling.firstChild.firstChild.firstChild.firstChild.appendChild(this._hKE2.createElement("INPUT"));_hV12.type="text";_hV12.style.height="14px";_hV12.style.width="100%";_hV12.style.border="none";_hV12.style.position="relative";if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){_hV12.setAttribute( "tabIndex", "-1" );}};C_PropertySheet.prototype._hZG=function(_hR92,_h492){var tr=this._hHA2.appendChild(this._h1K1[_hR92].cloneNode(true));tr.setAttribute("_h701", _hR92);tr._hAU=true;if(_hR92!="Last"){tr._h7Y=_h492;var _hKZ1=tr.cells.item(2);_hKZ1.innerText=this._hG02[_h492];if(this._h4Y){var _h461=this.F_GetPropertyAttribute(_h492, "indentLevel");if(_h461){_hKZ1.style.paddingLeft=(parseInt(_h461, 10)*this._h4Y)+"px";}}var _hKW1=(_hR92=="Group");if((this._h09&&_hKW1)||(this._h19&&!_hKW1)){var td=tr.cells.item(_hKW1?1:2);var _hPG1=this._hUB[_h492]||this._h1B1[_h492]||(G_HAL.M_sImagePath+"blank.gif");var img=td.insertBefore(document.createElement("IMG"), td.firstChild);img.src=G_HAL.F_GetImageURL(_hPG1);var _hNZ1=this.F_GetPropertyAttribute(_h492, "smallIconHeight");img.style.height=(_hNZ1==null)?"16px":_hNZ1;var _h952=this.F_GetPropertyAttribute(_h492, "smallIconWidth");img.style.width=(_h952==null)?"16px":_h952;img.style.verticalAlign="middle";img.style.margin="1px 3px 1px 0px";}this._hCS[_h492]=tr.rowIndex;if(this._hJ5){tr.style.display="none";}}if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){var nl=tr.getElementsByTagName("TD");for(var i=0;i<nl.length;i++){var _hNE2=nl.item(i);if(_hNE2.getAttribute("role")){_hNE2.setAttribute("aria-label", this._hG02[_h492]||_h492);}}}return tr;};C_PropertySheet.prototype._h5U=function(_h492){return this._hME2.rows.item(this._hCS[_h492]);};C_PropertySheet.prototype._h561=function(_h492){return this._hME2.rows.item(this._hCS[_h492]).cells.item(2);};C_PropertySheet.prototype._h661=function(_h492){return this._hME2.rows.item(this._hCS[_h492]).cells.item(3);};C_PropertySheet.prototype._hWG=function(_h492){return this._h661(_h492).firstChild.rows.item(0).cells.item(0);};C_PropertySheet._hE2=function(el){var _h801=el;while(!_h801._hAU){_h801=_h801.parentNode;}return _h801.parentNode.parentNode.h_oPropertySheet;};C_PropertySheet.prototype._hTD=function(_hGN,_hEJ){this._h3N=_hGN.appendChild(document.createElement("DIV"));this._h3N.className="clsBlocker" + ( _hEJ?( " " + _hEJ ):"" );this._h3N[G_BrowserInfo.M_bIsPointerEnabled?"onpointerdown":"onmousedown"]=C_PropertySheet._hVD;this._h3N.style.visibility="hidden";this._h3N._h87=this._hME2.uniqueID;};C_PropertySheet.prototype._h7P1=function(){this._h3N.style.visibility="";};C_PropertySheet._hVD=function(e){e.stopPropagation();var _hJS=document.getElementById(this._h87).h_oPropertySheet;var _hLN1=_hJS._hXN1;if(_hLN1.F_PropertySheet_OnInputBlockerMouseDown){_hLN1.F_PropertySheet_OnInputBlockerMouseDown(_hJS);}if(!G_BrowserInfo.M_bIsIE){window.getSelection().focusNode.blur();}e.target.style.visibility="hidden";};C_PropertySheet.prototype._hK02=function(){this._h3N.style.visibility="hidden";};C_PropertySheet._h161=function(e){var _h761=this;var _hJS=C_PropertySheet._hE2(_h761);_hJS._hO41=true;_hJS._h7P1();};C_PropertySheet._hQC1=function(e){var _h761=this;var _hJS=C_PropertySheet._hE2(_h761);_hJS._hO41=false;_hJS._hK02();if(!G_BrowserInfo.M_bIsIE){G_Framework.F_OnTextBoxBlur(e);}};C_PropertySheet._h401=function(){if(this.value!=this._h501){this._h501=this.value;var _h801=this;while(!_h801._hAU){_h801=_h801.parentNode;}var _hJS=_h801.parentNode.parentNode.h_oPropertySheet;_hJS._hP41(_h801._h7Y, this.value);}};C_PropertySheet.prototype._hT12=function(e){var _h692=e.target;if(_h692.tagName=="BUTTON"||(_h692.tagName=="IMG"&&_h692.parentNode.tagName=="BUTTON")){var _h801=this._hZ3(_h692, e);switch(_h801.getAttribute("_h701")){case "dropDown":case "dropDownList":case "boolean":var _h492=_h801._h7Y;var _hTC1=this._h661(_h492);var _hHK=this._hWG(_h492);var _h552=_hHK._h6U;var _h7O1=this._h7B(_h492, _h552);this._hXN1.F_PropertySheet_OnShowDropDown(this, _h492, _h552, _h7O1, _hTC1);break;case "action":case "colorAction":this._hXN1.F_PropertySheet_OnPropertyAction(this, _h801._h7Y, null, false);break;}}};C_PropertySheet.prototype._hP91=function(e){if(G_HAL.M_oTestListener&&G_HAL.M_oTestListener.F_TestListener_PropertySheetOnMouseDown){G_HAL.M_oTestListener.F_TestListener_PropertySheetOnMouseDown(e, this);}var _h692=e.target;var _h801=this._hZ3(_h692, e);switch(_h801.getAttribute("_h701")){case "Group":if((_h692.tagName=="IMG")&&(_h692.parentNode.cellIndex==0)){this._hXB(_h801);}break;}this._hLJ(_h801);};C_PropertySheet.prototype._hDJ1=function(e){if(G_HAL.M_oTestListener&&G_HAL.M_oTestListener.F_TestListener_PropertySheetOnDblClick){G_HAL.M_oTestListener.F_TestListener_PropertySheetOnDblClick(e, this);}var _h692=e.target;var _h801=this._hZ3(_h692, e);if ((_h801.getAttribute( "_h701" )=="Group" )&&( _h692.tagName=="IMG" ) ){return;}if(_h692.tagName=="BUTTON"){switch(_h801.getAttribute("_h701")){case "action":case "colorAction":return;}}this._h2K1(_h801);};C_PropertySheet.prototype._h2K1=function(_h801){this._hLJ(_h801);switch(_h801.getAttribute("_h701")){case "Group":this._hXB(_h801);break;case "action":case "colorAction":this._hXN1.F_PropertySheet_OnPropertyAction(this, _h801._h7Y, null, false);break;case "dropDownList":case "boolean":if(this._hXN1.F_PropertySheet_OnCycleDropDownList){var _h492=_h801._h7Y;if(this.F_GetPropertyAttribute( _h492, "disableCycle" ) != "true" ){var _h552=this._hWG(_h492)._h6U;var _h7O1=this._h7B(_h492, _h552);this._hXN1.F_PropertySheet_OnCycleDropDownList(this, _h492, _h552, _h7O1);}}break;}};C_PropertySheet.prototype.F_OnKeyDown=function(e){if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){this._hQ1(e);return;}switch(e.keyCode){case U_DOM.K_iKeyTab:U_DOM.F_CancelEvent(e);break;case U_DOM.K_iKeyDelete:if(!this._hO41&&this._hIN){this._hXN1.F_PropertySheet_OnPropertyDelete(this, this._hIN);}break;}};C_PropertySheet.prototype.F_OnKeyPress=function(e){if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return;}switch(e.keyCode){case U_DOM.K_iKeyEnter:if(this._hIN){var _h801=this._h5U(this._hIN);switch(_h801.getAttribute("_h701")){case "text":case "dropDown":this._hUD();break;default:this._h2K1(_h801);}}break;case U_DOM.K_iKeyEscape:this._hUD();break;}};C_PropertySheet.prototype._hLJ=function(_h801){if(_h801.getAttribute( "_h701" )=="Last" ){return;}if(this._hIN!=_h801._h7Y){this._hUD();this._hIN=_h801._h7Y;this._h561(this._hIN).className="clsPropertySheetLabel_active";switch(_h801.getAttribute("_h701")){case "text":if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){this._hWG(this._hIN).firstChild.focus();}break;case "dropDown":if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){this._hWG(this._hIN).firstChild.focus();}case "action":case "colorAction":case "dropDownList":case "boolean":this._hWG(this._hIN).nextSibling.style.display="";if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){this._h561(this._hIN).focus();}break;}if(this._hXN1.F_PropertySheet_OnPropertyActivated){this._hXN1.F_PropertySheet_OnPropertyActivated(this, this._hIN);}}};C_PropertySheet.prototype._hUD=function(){if(this._hIN){this._h561(this._hIN).className="clsPropertySheetLabel_inactive";var _h801=this._h5U(this._hIN);switch(_h801.getAttribute("_h701")){case "text":var txt=this._hWG(this._hIN).firstChild;if(txt.value!=txt._h501){txt._h501=txt.value;this._hP41(this._hIN, txt.value);}txt.blur();break;case "dropDown":this._hWG(this._hIN).firstChild.blur();case "action":case "colorAction":case "dropDownList":case "boolean":this._hWG(this._hIN).nextSibling.style.display="none";break;}if(this._hXN1.F_PropertySheet_OnPropertyDeactivated){this._hXN1.F_PropertySheet_OnPropertyDeactivated(this, this._hIN);}this._hIN="";}};C_PropertySheet.prototype._hZ3=function(el,e){if(G_BrowserInfo.M_bIsIE&&(el==this._hME2)){var _h861=1;var _hEQ1=this._hKE2.elementFromPoint(e.clientX+_h861, e.clientY+_h861);if(this._hME2.contains(_hEQ1)){el=_hEQ1;}else{_hEQ1=this._hKE2.elementFromPoint(e.clientX-_h861, e.clientY-_h861);if(this._hME2.contains(_hEQ1)){el=_hEQ1;}}}el=U_DOM.F_GetElementNotInShadowDom(el);for(;el&&(el!=this._hME2);el=el.parentNode){if((el.tagName=="TR")&&el._hAU){return el;}}};C_PropertySheet.prototype._hXB=function(_h801){var _hTJ1=this._hGJ[_h801._h7Y];var rows=this._hME2.rows;var _hPY=rows.length;var _hFW1=_hTJ1?"":"none";for(var i=_h801.rowIndex+1;i<_hPY;i++){var _hFQ1=rows.item(i);if ((_hFQ1.getAttribute( "_h701" )=="Group" )||( _hFQ1.getAttribute( "_h701" )=="Last" ) ){break;}_hFQ1.style.display=_hFW1;}var img=_h801.cells.item(0).firstChild;img.src=G_HAL.M_sImagePath+(_hTJ1?"minus.gif":"plus.gif");if(_hTJ1){delete this._hGJ[_h801._h7Y];}else{this._hGJ[_h801._h7Y]=true;}if(this._h09){var img=_h801.cells.item(1).firstChild;img.src=G_HAL.F_GetImageURL(_hTJ1?this._hUB[_h801._h7Y]:this._h1B1[_h801._h7Y]);}if(G_HAL.M_oLibraries["hal"]["enableAccessibility"]){U_Accessibility.F_SetAriaStateAndProperty(_h801, "aria-expanded", _hTJ1);img.alt=_hTJ1?"-":"+";}};C_PropertySheet.prototype._hP41=function(_hS92,_h552){var _h8P1=this.F_GetPropertyAttribute(_hS92, "dataType");if ( this._hXN1.F_PropertySheet_OnPropertyFailedValidation&&_h8P1&&!((_h552==="" )&&this.F_GetPropertyAttribute( _hS92, "defaultDelete" ) ) ){var _hXC2=this.F_GetPropertyAttribute(_hS92, "min");var _hYC2=this.F_GetPropertyAttribute(_hS92, "max");switch(_h8P1){case "integer":if(!_h552.match(/^-?\d+$/)){this._hXN1.F_PropertySheet_OnPropertyFailedValidation(this, C_PropertySheet.K_iNotValid, _hS92, _h552, parseInt(_hXC2), parseInt(_hYC2));return;}if(this._h8B(_hS92, _h552, parseInt(_h552, 10), parseInt(_hXC2), parseInt(_hYC2))){this._hXN1.F_PropertySheet_OnPropertyChange(this, _hS92, _h552);}return;case "float":var _h562=String.F_ParseFloat(_h552);if(this._h8B(_hS92, _h552, _h562, parseFloat(_hXC2), parseFloat(_hYC2))){this._hXN1.F_PropertySheet_OnPropertyChange(this, _hS92, String(_h562));}return;case "decimal":var _h6V1=new C_Decimal(_h552);var _h562=_h6V1.F_ToFloat();if(this._h8B(_hS92, _h552, _h562, parseFloat(_hXC2), parseFloat(_hYC2))){this._hXN1.F_PropertySheet_OnPropertyChange(this, _hS92, _h6V1.F_ToString());}return;}}this._hXN1.F_PropertySheet_OnPropertyChange(this, _hS92, _h552);};C_PropertySheet.prototype._h8B=function(_hS92,_h552,_h662,_hZC2,_h0D2){if(isNaN(_h662)){this._hXN1.F_PropertySheet_OnPropertyFailedValidation(this, C_PropertySheet.K_iNotValid, _hS92, _h552, _hZC2, _h0D2);return false;}if(!isNaN(_hZC2)&&(_h662<_hZC2)){this._hXN1.F_PropertySheet_OnPropertyFailedValidation(this, C_PropertySheet.K_iLessThanMin, _hS92, _h552, _hZC2, _h0D2);return false;}if(!isNaN(_h0D2)&&(_h662>_h0D2)){this._hXN1.F_PropertySheet_OnPropertyFailedValidation(this, C_PropertySheet.K_iGreaterThanMax, _hS92, _h552, _hZC2, _h0D2);return false;}return true;};C_PropertySheet.prototype.F_ShowListView=function(_h492,_h552,_h7O1,_hMZ1,_h852,_h3K1){var td=this._h661(_h492);D_PropertySheetListView.F_Show(this, td, _h492, _h552, _h7O1, _hMZ1, _h852, _h3K1);};C_PropertySheet.F_GetListViewDialogHtml=function(){return D_PropertySheetListView.F_GetDialogHtml();};C_PropertySheet.prototype._hHD=function(){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return;}this._hME2.setAttribute( "role", "treegrid" );this._hME2.setAttribute( "aria-label", G_ResManager.F_GetString( "IDS_HAL_AC_PROPERTYSHEET_TABLE" ) );};C_PropertySheet.prototype._hY3=function(_h492,_h301){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return;}var _hU12=this._hWG(_h492);switch(this._h162[_h492]){case "text":case "dropDown":var _hSI1=( this._h162[_h492]=="text" )?"IDS_HAL_AC_PROPERTY_TEXT":"IDS_HAL_AC_PROPERTY_DROPDOWN";_h301=_h301||G_ResManager.F_GetString(_hSI1);_hU12.firstChild.setAttribute("aria-label", _h301);break;case "boolean":case "dropDownList":case "colorAction":case "action":case "info":_hU12.setAttribute("aria-label", _h301);break;}};C_PropertySheet.prototype._hH=function(_hLC2){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]||!this._hME2){return;}if(!this._hMG){this._hMG=this._h412.bind(this);}if(_hLC2){U_Accessibility.F_AddFocusAndBlurEventListener(this._hME2, this._hMG, null);}else{U_Accessibility.F_RemoveFocusAndBlurEventListener(this._hME2, this._hMG, null);}};C_PropertySheet.prototype._h412=function(e){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return;}var _h692=e.target;var _h801=this._hZ3(_h692, e);this._hLJ(_h801);if(this._hLB1){this._hLB1.setAttribute( "tabIndex", "-1" );}_h692.setAttribute( "tabIndex", "0" );this._hLB1=_h692;};C_PropertySheet.prototype._h0E=function(){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return;}this._hLB1=null;};C_PropertySheet.prototype._hWO=function(_h492){var _h4K1;var _hIK=this._h661(_h492).firstChild;if(_hIK){_h4K1=_hIK.rows.item(0).cells.item(1);}return _h4K1?_h4K1.firstChild:null;};C_PropertySheet.prototype.F_GetFocusableElements=function(_h7Y){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]){return null;}var _hX62=[];_hX62.push(this._h561(_h7Y));var _hW12;var _h801=this._h5U(_h7Y);switch(_h801.getAttribute("_h701")){case "text":case "dropDown":_hW12=this._hWG(_h7Y).firstChild;break;case "action":case "colorAction":case "dropDownList":case "boolean":_hW12=this._hWG(_h7Y);break;}if(_hW12){_hX62.push(_hW12);}var _hLW1=this._hWO(_h7Y);if(_hLW1){_hX62.push(_hLW1);}return _hX62;};C_PropertySheet.prototype._hQ1=function(e){if(!G_HAL.M_oLibraries["hal"]["enableAccessibility"]||!this._hIN){return;}var _hY62=e.target;switch(e.keyCode){case U_DOM.K_iKeyArrowUp:U_DOM.F_CancelEvent(e);var _h5D2=this._hCS[this._hIN];var _hPY=this._hME2.rows.length;for(var i=_h5D2-1;i>=0;i--){var _h901=this._hME2.rows.item(i);if(_h901&&_h901.style.display!="none"){var _hX62=this.F_GetFocusableElements(_h901._h7Y);if(_hX62&&_hX62.length>0){_hX62[0].focus();return;}}}break;case U_DOM.K_iKeyArrowDown:U_DOM.F_CancelEvent(e);var _h5D2=this._hCS[this._hIN];var _hPY=this._hME2.rows.length;for(var i=_h5D2+1;i<_hPY;i++){var _hGQ1=this._hME2.rows.item(i);if(_hGQ1&&_hGQ1.style.display!="none"){var _hX62=this.F_GetFocusableElements(_hGQ1._h7Y);if(_hX62&&_hX62.length>0){_hX62[0].focus();return;}}}break;case U_DOM.K_iKeyArrowLeft:U_DOM.F_CancelEvent(e);var _hX62=this.F_GetFocusableElements(this._hIN);for(var i=_hX62.length-1;i>=0;i--){if(_hX62[i]==_hY62&&_hX62[i-1]){_hX62[i-1].focus();return;}}break;case U_DOM.K_iKeyArrowRight:U_DOM.F_CancelEvent(e);var _hX62=this.F_GetFocusableElements(this._hIN);for(var i=0;i<_hX62.length;i++){if(_hX62[i]==_hY62&&_hX62[i+1]){_hX62[i+1].focus();return;}}break;case U_DOM.K_iKeySpace:case U_DOM.K_iKeyEnter:if(this._hIN&&_hY62.nodeName!="BUTTON"){var _h801=this._h5U(this._hIN);this._h2K1(_h801);U_DOM.F_CancelEvent(e);}break;case U_DOM.K_iKeyDelete:if(!this._hO41&&this._hIN){this._hXN1.F_PropertySheet_OnPropertyDelete(this, this._hIN);U_DOM.F_CancelEvent(e);}break;}};G_HAL.F_VerifyDependencies("C_Dialog");var D_PropertySheetListView=new C_Dialog("D_PropertySheetListView");D_PropertySheetListView.F_Show=function(_hJS, td, _h492, _h552, _h7O1, _hMZ1, _h852, _h3K1){if(!this._hR91){this._hR91=this.F_GetDlgItem("divListView");}this._hBU=_hJS;var doc=document;this._hA01=_h492;var _hNZ1=isNaN( _hMZ1 )?((_h7O1.selectNodes( "listItems/listItem" ).length > 8 )?"1.2in":"" ):( _hMZ1 + "px" );this._hR91.style.height=_hNZ1;if(isNaN(_h852)){_h852=td.offsetWidth-1;}var _h952=(Math.max(60, _h852)+"px");this._hR91.style.width="auto";this._hR91.style.minWidth=_h952;this._hR91.style.paddingRight=(_h3K1&&_hNZ1)?"16px":"";this._hR91.style.overflowX=_h3K1?( _hNZ1?"hidden":"visible" ):"";this._hR91.style.overflowY=_h3K1?"auto":"";_h7O1.setAttribute( "allowCtrlDeselect", "false" );this._hAO1=new C_ListView(this._hR91, _h7O1, this);if(_h552==null){this._hAO1.F_ClearSelections(true);}this.M_fnSuper_Show(td);if(_h552!=null){this._hAO1.F_SelectByValue(_h552, true, false);}};D_PropertySheetListView.F_Dialog_OnAfterVisible=function(){if(G_BrowserInfo.M_bIsIE&&( this._hAO1.F_GetListViewNode().getAttribute( "view" )=="report" ) ){this._hR91.style.paddingBottom=(this._hR91.scrollWidth>this._hR91.offsetWidth)?"16px":"";}this.F_EnsureDialogIsVisible();this._hR91.focus();};D_PropertySheetListView.F_Dialog_OnAfterHide=function(){if(this._hAO1){this._hAO1.F_Detach();delete this._hAO1;}delete this._hBU;};D_PropertySheetListView.F_ListView_OnItemClick=function(_hCO1,_hBO1,_hQ31){if(_hBO1.getAttribute("selectable")=="false"){return;}setTimeout(this.F_Hide.bind(this), 0);var _h552=_hBO1.getAttribute("value");if(_h552==null){_h552=C_ListView.F_GetListItemLabel(_hBO1);}var _hLN1=this._hBU._hXN1;setTimeout(_hLN1.F_PropertySheet_OnPropertyChange.bind(_hLN1, this._hBU, this._hA01, _h552), 0);};D_PropertySheetListView.F_GetDialogHtml=function(){return('<div id="D_PropertySheetListView" class="clsDialog" HAL_visualParentRelation="bottom" HAL_visualParentOffsetTop="1" HAL_borderStyle="none" onkeypress="D_PropertySheetListView.F_OnKeyPress(event)">' +'<div id="D_PropertySheetListView_divListView" class="clsListView_dropdown"></div>' +'</div>');};
|