Does this help?
It's a little bit afield from your question but maybe has a clue. . .
http://labs.openlaszlo.org/legals-nightly/docs/guide/methods-events-
attributes.html#d0e18084
jrs
On Jun 27, 2007, at 12:23 PM, Benjamin Shine wrote:
In 3.3 and 3.4, how do I add an oninit handler to LzText? I want to
make the special font setup foo available to users of 3.3 and 3.4
without needing to re-release or re-compile the LFC. Something like...
<script>
LzText.addDelegate( "oninit", function()
{ this.__LZtextclip.antiAliasType = "advanced" } );
</script>
...but I'm sure I don't have quite the right syntax. Please advise.
-ben