Hi list,
I have an typo3 `object` like
lib.form.contact = COA
lib.form.contact {
10 = TEXT
10.value = CONTACT FORM!
}
this lib is loaded by user in some pages, but I need to load a js at end of
page, when the lb is invoked.
It seems that I cannot access `page` from inside a lib?
Any Ideas??
Thanks in advance