How do I style my XPages InputTextarea so it shows full height dependent on content? (in both edit and read mode)

谁说胖子不能爱 提交于 2019-12-11 15:16:04

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!