oabuild.mxml
来自「本人为公司开发的Flex办公系统web源码,包括数据库脚本文件。」· MXML 代码 · 共 19 行
MXML
19 行
<?xml version="1.0" encoding="utf-8"?>
<view:SysBase xmlns:mx="http://www.adobe.com/2006/mxml" headerHeight="0" layout="absolute"
width="100%" height="100%" xmlns:view = "view.*"
fontSize="14" paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0"
creationComplete="creation();">
<mx:Script>
<![CDATA[
//璁哄潧;
public function creation():void{
//this.cav_right.addChild(new modulev.mrpfmCode());
this.queryflds.push("News_brief");
this.queryflds.push("News_title");
this.sp_name="SELECT distinct BuildType as State,BuildID as Docu_Code,ver from OABuild";
this.query_formid="OABuild";
this.orderbystr=" order by State,Docu_Code ";
this.btn_filter_click();
}
//姝よ〃鍗曠敤鏉ュ彇浠e師鏉ョ殑SysMrp瀹瑰櫒琛ㄥ崟
//鍦╮ec鐨刢hange浜嬩欢閲屽悓鏃惰繘琛屼簡涓讳粠琛ㄧ粦瀹氾紝杩欓噷娌℃湁鍏朵粬瑕佸仛鐨勪簨锛屽洜姝や笉闇
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?