在s标签写的form中,无法利用rows="50" cols="75"来改变s:textarea大小,cssClass也不管用时;

 

直接用普通的textarea,设置CSS样式的方式来作处理

 

<style> 
     .financeInfo_textbox{ height:120px; width:88%; margin-top:15px; resize:none;}
</style>
<textarea class="financeInfo_textbox"  name="financeInfo.benefitProduct" onblur="Check.checkLength(this,2048)" placeholder="请输入产品收益情况" >
</
textarea>

 

s:textarea 标签不能改变大小的解决方案

 

相关文章:

  • 2022-12-23
  • 2021-08-22
  • 2021-07-22
  • 2021-09-24
  • 2021-10-02
  • 2022-12-23
  • 2021-05-10
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2021-09-18
  • 2021-06-01
  • 2022-12-23
  • 2022-03-01
  • 2022-01-01
相关资源
相似解决方案