目的: V20305D – [批次匯入]- tooltip – Hint – 顯示輔助說明
處理說明: 1> Ext.getCmp("btn_V20305D").tooltipType = "title";
2> Ext.getCmp("btn_V20305D").tooltip ="資料來源(DTSOR):T,"
+ "且可提料(REQMAF)=Y,"
+"才可執行[批次匯入]";
2> Ext.getCmp("btn_V20305D").tooltip ="資料來源(DTSOR):T,"
+ "且可提料(REQMAF)=Y,"
+"才可執行[批次匯入]";
1>*.js
//設定tooltips
//Ext.QuickTips.init();
Ext.getCmp("btn_V20305D").tooltipType = "title";
Ext.getCmp("btn_V20305D").tooltip ="資料來源(DTSOR):T,"
+ "且可提料(REQMAF)=Y,"
+"才可執行[批次匯入]";
-->
var Tmp_Str = "資料來源(DTSOR):T,<br>"
+ "且可提料(REQMAF)=Y,<br>"
+ "才可執行[批次匯入]<br>";
Tmp_Str = Tmp_Str.replaceAll("<br>", "");
Ext.getCmp("btn_V20305D").tooltipType = "title";
Ext.getCmp("btn_V20305D").tooltip = Tmp_Str;
沒有留言:
張貼留言