名前空間一覧 > GrapeCity.Web.Input.IMEdit 名前空間 > DropDownEditorClientEvents クラス : TextChanged プロパティ |
GcTextBox1.DropDownEditor.ClientEvents.TextChanged = "DropDownEditor_TextChanged"
GcTextBox1.DropDownEditor.ClientEvents.TextChanged = "DropDownEditor_TextChanged";
function DropDownEditor_TextChanged() { var gcTextBox1 = FindIMControl("GcTextBox1"); document.getElementById("TextBox1").value = gcTextBox1.Text; }