zoukankan      html  css  js  c++  java
  • Datalist控制一行显示多列宽度设置 dodo

    <asp:DataList runat="server" ItemStyle-Width= "50%"  Width="100%" ID="dlSubSubCourseSet" RepeatDirection="Horizontal"
                                                                    RepeatColumns="2">
                                                                    <ItemTemplate>
                                                                       
                                                                            <table width="96%" border="0" align="left" cellpadding="0" cellspacing="0">
                                                                                <tr>
                                                                                    <td height="26" align="left">
                                                                                        <%# Eval("C_ItemsTitle") %>
                                                                                    </td>
                                                                                    <td width="60" align="center">
                                                                                        <a href="javascript:window.location.href=window.location.href" class="easyui-linkbutton"
                                                                                            iconcls="icon-edit" plain="true" onclick="javascript:window.open('../CourseSet/editset.aspx?CourseItemsID=103')">
                                                                                            编辑</a></td>
                                                                                    <td width="60" align="center">
                                                                                        <a href="javascript:window.location.href=window.location.href" class="easyui-linkbutton"
                                                                                            iconcls="icon-cancel" plain="true" onclick="javascript:window.open('../CourseSet/editset.aspx?CourseItemsID=103')">
                                                                                            删除</a>
                                                                                    </td>
                                                                                </tr>
                                                                                <tr>
                                                                                    <td height="1" colspan="3" background="<%=Page.ResolveClientUrl("~/")%>themes/<%=EtrmsLibrary.Common.EtrmsThemes%>/images/index_2_r10_c2.jpg">
                                                                                    </td>
                                                                                </tr>
                                                                            </table>
                                                                      
                                                                    </ItemTemplate>
                                                                </asp:DataList>
  • 相关阅读:
    java 集合中将元素倒序排列
    自定义AccessDeniedHandler
    如何在spring中获取request对象
    mybatis 做 insert操作的时候返回插入的那条数据的id
    Spring Security-用户密码自定义加密
    JS定义类及对象
    HTML5坦克大战(1)绘制坦克
    JSON学习【转自慕课网】
    HTML5之语音识别实例
    绚丽的倒计时(1)---画出时钟
  • 原文地址:https://www.cnblogs.com/zgqys1980/p/2098236.html
Copyright © 2011-2022 走看看