pillargroup.htm

来自「HTC,demo WEB用于。 超大型」· HTM 代码 · 共 27 行

HTM
27
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:ehfs>
	<HEAD>
		<TITLE>pillarGroup view </TITLE>
		<link href="../css/control.css" rel="stylesheet" type="text/css">
			<META NAME="Generator" CONTENT="EditPlus">
			<META NAME="Author" CONTENT="">
			<META NAME="Keywords" CONTENT="">
			<META NAME="Description" CONTENT="">
			<script language="javascript">
			function load(){
				btnChangeData.bindClick = changeData;
			}
			
			function changeData(){
				pgsStat.xmlSource = "../xml/pillarGroupStat_new.xml";
				pgsStat.caption = "中国大陆地区2003年5月份非典型性肺炎发病人数统计";
				pgsStat.refreshData();
			}
			</script>
	</HEAD>
	<BODY onload="load()">
		<ehfs:pgs id="pgsStat" tagID="myPillarGroupStat" left="10" top="10" width="280" height="300" psStyle="column" yScaleIsInteger="yes" extrusionSingleColor="no" hasBorder="no" hasLegend="yes" borderColor="#eeeeee" borderWeight="5" xTextSlant="yes" extrusionDepth="15" caption="北京市朝阳区5月份各种疾病统计分析" xmlSource="../xml/pillarGroupStat2.xml" init="1"/>
		<ehfs:btn id="btnChangeData" left="50" top="500" width="80" caption="改变数据" init="1"></ehfs:btn>
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?