我在显示标签中遇到问题。在我的应用程序中有一个名为“city”的下拉列表,其中包含不同的值 hyd、b'lore 等。因此,当我们从城市下拉列表中选择一个选项并单击提交时,会使用显示标签显示表格数据. 单击提交按钮后数据正在显示,但数据格式不正确。我可以格式化该列中的文本吗?
description(displaying the data like this)
--------------
aaaa
aaaaa
a
aaa
aaaaaaaa
aaaa
aaaaaa
aa
aaaaaaaaaaaa
description(i want the data to be like this)
----------
aaaaaa
aaaaaa
aaaaaa
That is actually the data can be adjusted in maximum of 3-4 lines but here the data is adjusted inin morethan 6-7 lines.
This is only happening with only one particular record.. Hw can i do this??
我这样写标签:
<display:column property="description" style="width:2%;white-space:nowrap;" class="normalfont"/>
任何人都可以建议我在显示标签的样式属性中使用哪些值来格式化文本..