zoukankan      html  css  js  c++  java
  • 第十五篇: Ajax Control Toolkit 控件包3. DragPanel (拖动效果)

    1. 从母版页: MasterPage_Ajax.master 新建 Web窗体: DragPanel.aspx
    2. 在 ContentPlaceHolder1 在加入一个 div , 这是能拖动的范围。
    Code

    3. 添加一个 Panel 控件到 div 中。添加一个 Panel 控件到 Panel1 中。
    4. 添加一个 DragPanel 控件。(设置 TargetControlID: Panel1,DragHandleID: Panel2)
    5. 增加样式: .Panel1  .Panel2
    Code

    6. 设置: Panel1 控件,Panel2 控件 的 CssClass 属性为:  .Panel1 ,  .Panel2


    7. OK ,, 试试看   ^^


  • 相关阅读:
    线性反馈系统
    静磁场
    平面波的传播
    Partition does not end on cylinder boundary
    FFTW简介及使用
    EINTR、ERESTARTSYS和SIGINT
    凉面
    linux Shell编程
    Linux From Scratch [2]
    Linux From Scratch [1]
  • 原文地址:https://www.cnblogs.com/LinFx/p/2123709.html
Copyright © 2011-2022 走看看