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