I'm no expert, but there's probably no way to do it as things stand.
But you could write a patch that creates an onclick attribute, and
then appends that behavior after the current behavior.
On 8/15/06, Joe ersinghaus <[EMAIL PROTECTED]> wrote:
Hi,
After trying to add an "onclick" handler to a t:inputCalendar control, I
noticed 1.1.3 writes a default "onclick" handler with a function call to
"selectText('null', 'myTagsId')." It does this for "onfocus" as well.
Anyway to override this functionality?
- Joe