coolit 中window控制項值傳遞問題

2021-05-23 16:58:32 字數 726 閱讀 5134

最近在專案種使用到coolite 0.8的控制項,我將window做成乙個使用者空間,單擊頁面中的button按鈕彈出window使用者控制項,在使用者控制項中使用了gridpanel,現在我要把在gridpanel中選中行的資料傳遞給原始頁面的文字框,但這個值一弄了和久都沒法傳過去,有哪位大俠知道的指點一下小弟。小弟將不勝感激!

以下是使用者控制項的** (需要傳遞的值是倉庫名稱和倉庫編號)

<%@ control language="c#" autoeventwireup="true" codefile="storagecontrol.ascx.cs"

inherits="customcontrol_storagecontrol" %>

<%@ register assembly="coolite.ext.web" namespace="coolite.ext.web" tagprefix="ext" %>

另外還有個問題就是這麼把multifield中的控制項居右。

問題已經解決了

在column列中加上這一句

在gridpanel中新增以下**用於將值傳遞到後台

後台通過以下語句獲得**

string storagenumber = e.extraparams["storagenumber"];

string storagename = e.extraparams["storagename"];

然後通過委託將值傳遞到原始頁面

delphi中為自定控制項繪製windows按鈕

若要自定工具攔,但也要保留windows樣式的按鈕時 下面給出一種實現 procedure tmybutton.defaultdraw var arect,r trect wpos,hpos integer details tthemedelementdetails begin hpos 0 are...

js中的window物件

window 物件常見的方法 open 方法 作用是開啟乙個新的視窗 open 新的位址url 彈出新的視窗的名字 視窗的特徵描述 視窗的特徵描述 是乙個字串,每乙個特徵用 隔開 window子物件 document window.document location window.location ...

vmware 中Linux使用windows的檔案

edit virtual machine settigns option sharedfolders add,選定要共享的資料夾並給這個資料夾命名,下一步。選定 enable this share 確定以後,vmware會把這個資料夾自動mount到 mnt hgfs目錄下。在想共享的資料夾上右鍵 ...