<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>Untitled Page</title>

</head>

<body style="height:100%">

    <atlas:ScriptManager runat="server" ID="ScriptManager1">

        <Scripts>

            <atlas:ScriptReference ScriptName="AtlasUIDragDrop" />

        </Scripts>

    </atlas:ScriptManager>

    <form id="form1" runat="server">

        <div id="dragTester" style="background-color:SkyBlue;width:100px;height:100px">

            drag me

        </div>

 

    </form>

    <script type="text/xml-script">

        <page xmlns:script="http://schemas.microsoft.com/xml-script/2005">

            <components>

                <control id="dragTester">

                    <behaviors>

                        <floatingBehavior handle="dragTester">

                        </floatingBehavior>

                    </behaviors>

                </control>          

            </components>

        </page>

    </script>

 

</body>

</html>

 

相关文章:

  • 2021-12-12
  • 2021-08-24
  • 2022-12-23
  • 2021-11-22
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-09-18
  • 2022-03-02
相关资源
相似解决方案