Hi Dimitry,
Dmitry Dulepov schrieb:
>
> Will the following line work if TCEforms is used from an extension?
>
> + $this->loadJavascriptLib('../t3lib/js/tceforms.js');
>
yes, as TCEforms does this with this wrapper:
$GLOBALS['SOBE']->doc->loadJavascriptLib
that's the reason TCEforms uses the GLOBALS here.
vg Steffen