FLEX文件 teacherevalute.mxml width="686" height="470" initialize="readXmlFile()" > {optFlag} width="100%" layout="absolute" fontSize="15"> width="575" paddingRight="5" paddingLeft="5" showDataTips="true" dataProvider="{medalsAC}" fontSize="19" fontWeight="bold" x="35" y="10"> width="71" height="40" fontSize="18"/> 配置文件: http://192.168.8.108/armyDemo/phpsrc/ 20 PHP文件:
teacherevalute.php '; $recXml.=$result1[0][mm1]; $recXml.=''; $recXml.=$result2[0][mm2]; $recXml.=''; $recXml.=$result3[0][mm3]; $recXml.=''; print $recXml; //print "result1-->".$result1[0][mm1].";".$result2[0][mm2]. "".$result3[mm3]; ?>
teacherevalute.php '; $recXml.=$result1[0][mm1]; $recXml.=''; $recXml.=$result2[0][mm2]; $recXml.=''; $recXml.=$result3[0][mm3]; $recXml.=''; print $recXml; //print "result1-->".$result1[0][mm1].";".$result2[0][mm2]. "".$result3[mm3]; ?>
本文介绍了一个使用Flex技术实现的教学评估应用配置文件细节。该配置文件定义了应用程序的基本布局属性,如宽度、高度等,并通过调用readXmlFile()方法初始化。此外,还涉及到了数据提供者(dataProvider)的使用,例如 medalsAC,以及一些UI元素的样式设置。
3026

被折叠的 条评论
为什么被折叠?



