3.2.0

BUG: getControlText returns empty string for an AW.UI.Input control defined as a template

getControlText() returns an empty string rather than the input's value if the input control is defined as a template. For an example, see (line 66) -

http://www.users.on.net/~asm/calendar/bugs.html

Workaround is to call .element().lastChild.lastChild.value (see line 28 of the above example's source code).

Anthony
October 13,

This topic is archived.

See also:


Back to support forum