:: Forum >>
TextArea Input in 2.5.1
Is there a TextArea Input on 2.5.1?
jan
Wednesday, April 2, 2008
No.
Alex (ActiveWidgets)
Wednesday, April 2, 2008
Any plans for it soon?
jan
Wednesday, April 2, 2008
I can't say the dates, but obviously, yes, it should be part of the product.
Alex (ActiveWidgets)
Wednesday, April 2, 2008
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
Wednesday, April 2, 2008
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
Wednesday, April 2, 2008
This topic is archived.
Back to support forum
Forum search