| | |
| | | } |
| | | |
| | | function fenX(type) { |
| | | // debugger; |
| | | var modleSigle = localStorage.getItem("type"); |
| | | if (modleSigle == "" | modleSigle == null) { |
| | | return false; |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | function Orangin() { |
| | | TBAX.setFullBtnVisibility("a5", "true"); |
| | | TBAX.setFullBtnVisibility("a6", "false"); |
| | | TBAX.closeDialog("右上"); |
| | | } |
| | | |
| | | |
| | | function OranginOne() { |
| | | TBAX.setFullBtnVisibility("a5", "true"); |
| | | TBAX.setFullBtnVisibility("a6", "false"); |
| | | } |
| | | |
| | | function kjcx(param) { |
| | | showHtml("空间查询", mainUrl + "Resources/SpatialQuery/SpatialQuery.html", 20, 120, 420, 285); |
| | | } |
| | | |
| | | function tjfx(param) { |
| | | showHtml("统计分析", mainUrl + "Resources/SpatialQuery/SpatialQuery.html", 20, 120, 420, 285); |
| | | } |
| | | |
| | | function showHtml(tile, url, left, top, width, height) { |
| | | if (sgworld.Window.GetPopupByCaption(tile) != null) { |
| | | sgworld.Window.RemovePopupByCaption(tile); |
| | | } |
| | | |
| | | var popup = sgworld.Creator.CreatePopupMessage(tile, url, left, top, width, height); |
| | | popup.AllowResize = true; |
| | | popup.ShowCaption = true; |
| | | popup.AllowDrag = true; |
| | | popup.Width = width; |
| | | popup.Height = height; |
| | | |
| | | sgworld.Window.ShowPopup(popup); |
| | | } |