3.2.0

TextArea Input in 2.5.1

Is there a TextArea Input on 2.5.1?
jan
April 2,
No.
Alex (ActiveWidgets)
April 2,
Any plans for it soon?
jan
April 2,
I can't say the dates, but obviously, yes, it should be part of the product.
Alex (ActiveWidgets)
April 2,
I have a customer that is eagery whanting that functionality.

Is there any workaround?

Please keep me posted. email adress jan at irial dot com.
jan
April 2,
I am mixing the following with my aw.ui objects. The code was found on this board, so far it seems to work.

<div id="div16">
<script>
function recordtextA(){
_UI16_.setContent('value', _UI16_.element().value );
}

var _UI16_ = new AW.HTML.TEXTAREA;
_UI16_.setContent("value", "");
_UI16_.setSize(540,50);
_UI16_.setEvent('onkeyup', recordtextA );
document.write(_UI16_);
</script>
</div>
Erik Dobrie
April 2,

This topic is archived.

See also:


Back to support forum