名前空間一覧 > GrapeCity.Web.Input.IMCombo 名前空間 > ComboClientEvents クラス : DropDownClose プロパティ |
GcComboBox1.ClientEvents.DropDownClose = "DropDownClose"
GcComboBox1.ClientEvents.DropDownClose = "DropDownClose";
function DropDownClose() { var gcComboBox1 = FindIMControl("GcComboBox1"); if (gcComboBox1.SelectedIndex == -1 ) return; document.getElementById("TextBox1").value = gcComboBox1.Text; }