Skip to content

Instantly share code, notes, and snippets.

@qrilka
Created December 20, 2011 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrilka/1502435 to your computer and use it in GitHub Desktop.
Save qrilka/1502435 to your computer and use it in GitHub Desktop.
textarea in Openlaszlo
<edittext width="200" height="300" multiline="true">
<method name="_placeTextY"/>
<method name="init">
super.init();
this.getDisplayObject().childNodes[4].childNodes[0].style.overflow='auto';
this.field.sprite.quirks['forcemeasurescrollheight'] = false;
</method>
</edittext>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment