<div id="divtitle"> @Html.ActionLink(item.DisplayTitle.TitleValue, "DisplayResults", "Results", new { filename = FileName }, new { @class = "resultsLink", TooltipData = item.DisplayTitle.Value })</div>
所以我的 DisplayTitle 由两个或三个项目组成,这可能是:文档标题和文档所有者,用户可以指定信息的长度和顺序,
document title ---> takes 60 characters
document owner ---->takes 20 characters
所以我的结果回来了(注意:“_”是空格)
Document 1__________________________John
The Definitive C++ Book__________Stuart
等等,有没有办法可以保持这种格式?并且工具提示应该保持格式
使用下划线让我觉得也许我可以让它们透明,从而产生空间的错觉?
我希望我想要实现的目标是有意义的
非常感谢