overidde the size of the textarea element via css,
set the ID of the divlogger element to a certain value, i.e.
divlogger.getElement().setId("logBox");
then apply a css rule with width/height values you like:
i.e. put a <style> element into your bootstrapping html
<style>
#logBox textarea,
#logBox * textarea{
width: 50% !important;
height: 25% !important;
}
</style>
br,
eugen
2011/5/30 WulfgarPro <[email protected]>:
> No ideas ?
>
> On May 18, 7:43 pm, WulfgarPro <[email protected]> wrote:
>> Hi,
>>
>> Is it possible to set a static size for the text area of the
>> divlogger? Presently, when I set the height of the divlogger like so:
>>
>> divlogger.setHeight("500px");
>>
>> it merely increases the size of the exterior box - not the textarea
>> itself.
>>
>> Also, is it possible to disable the resizing feature?
>>
>> WulfgarPro
>
> --
> You received this message because you are subscribed to the Google Groups
> "gwt-log" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/gwt-log?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-log?hl=en.