[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!
EasyUI