问题
I've got a simple inputTextarea
contained in a xp:table
. I want to display it all opened up, and not have a scroller on the right. style="width:100%; height:auto"
doesn't seem to do anything.
Anyone?
回答1:
The best route here is to use the Dojo Textarea control, xe:djTextarea
- it does just what you're describing.
来源:https://stackoverflow.com/questions/51425964/how-do-i-style-my-xpages-inputtextarea-so-it-shows-full-height-dependent-on-cont