[TYPO3-dev] Get javascript values from popup wizard

Andreas Wagner andreas.wagner at klee.se
Sun Feb 25 21:33:12 CET 2007


> I have been experimenting with all sorts of things like
> window.opener.TBE_EDITOR.getElement('data[tx_calvinobooks_book][4]', 
> 'isbn')
> and
> window.opener.typo3form.fieldGet('data[tx_calvinobooks_book][4][isbn]')
> and
> window.opener.document.editform.data[tx_calvinobooks_book][4][isbn]
> 
> but all I get is nothing, null or "undefined".

This worked:
window.opener.document.editform['data[tx_calvinobooks_book][4][isbn]'].value

Regards,
Andreas




More information about the TYPO3-dev mailing list