EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: colin on October 17, 2014, 02:12:51 AM



Title: TypeError: Cannot read property 'textbox' of undefined
Post by: colin on October 17, 2014, 02:12:51 AM
[case] $('#tb') is a textbox of editor in datagrid.

$('#tb').textbox('getValue') is correct in self window, but $('#tb',opener.document).textbox('getValue') is incorrect in children window, and message of chrome is {TypeError: Cannot read property 'textbox' of undefined}.

Please help me, thanks!