XSL 主/细节
我有一个 xsl 代码,我想在用户选择的每一行下方显示一个嵌套行。 假设我有一行显示 4 列,其中包含主要订单详细信息,我希望用户能够单击加号或 3 个点“...”来查看有关此订单的更多详细信息。 我已将所有信息加载到页面上的 xml 中,因此无需再次访问数据库以获取详细信息。
这可能吗? 示例将不胜感激。
谢谢。
I have a xsl code that I would like to show a nested row below each row that the user chooses.
Let's say I have a row that shows 4 columns with the main order details, I want the user to be able to click a plus or 3 dots "..." to see more details about this order.
I have all the information loaded already to the xml on the page so there is no need to go to the db again for the details.
Is this possible?
Example will be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个简单的例子来展示它是如何在 javascript 中完成的! :) 在 IE 中单击“允许阻止的内容”
复制“
str2
”中的 html 代码以加载表格..图片等..(ps:将str2中的双引号替换为单引号)
还请注意,javascript是客户端脚本..过度使用会损害性能..这只是为了给您一个想法。
A crude example to show how its done in javascript! :) In IE click on "allow blocked contents"
Copy the html code in "
str2
" to load tables .. pictures or etc ..(ps: replace double-quotes with single-quotes in str2)
also please note that javascript is a client-side script .. it is harms performance on over usage .. this is just to give you an idea.