Skip to content

Commit f25c166

Browse files
committed
coding
1 parent 32414a6 commit f25c166

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

YanZhiwei.JavaScript.Utilities/YanZhiwei.JavaScript.Utilities.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
<Content Include="jquery\jquery-ui-1.12.0\jquery-ui.theme.css" />
450450
<Content Include="jquery\jquery-ui-1.12.0\jquery-ui.theme.min.css" />
451451
<Content Include="jquery\jquery-ui-1.12.0\LICENSE.txt" />
452-
<Content Include="jquery\zTree-3.5\zTree_example1.aspx" />
452+
<Content Include="jquery\zTree-3.5\zTree_demo.aspx" />
453453
<Content Include="jqUtilsDemo.aspx" />
454454
<Content Include="JsDemo.aspx" />
455455
<Content Include="JsDemo2.aspx" />
@@ -637,7 +637,7 @@
637637
<Content Include="userData.js" />
638638
<Content Include="userDataTest.aspx" />
639639
<Content Include="Web.config" />
640-
<Content Include="jquery\zTree-3.5\cab_0_0_0.png">
640+
<Content Include="Content\Images\cab_0_0_0.png">
641641
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
642642
</Content>
643643
<Content Include="jquery\zTree-3.5\zTreeUtils.js" />
@@ -744,12 +744,12 @@
744744
<Compile Include="jquery\jqGrid-4.4.3\jqGrid_demo.aspx.designer.cs">
745745
<DependentUpon>jqGrid_demo.aspx</DependentUpon>
746746
</Compile>
747-
<Compile Include="jquery\zTree-3.5\zTree_example1.aspx.cs">
748-
<DependentUpon>zTree_example1.aspx</DependentUpon>
747+
<Compile Include="jquery\zTree-3.5\zTree_demo.aspx.cs">
748+
<DependentUpon>zTree_demo.aspx</DependentUpon>
749749
<SubType>ASPXCodeBehind</SubType>
750750
</Compile>
751-
<Compile Include="jquery\zTree-3.5\zTree_example1.aspx.designer.cs">
752-
<DependentUpon>zTree_example1.aspx</DependentUpon>
751+
<Compile Include="jquery\zTree-3.5\zTree_demo.aspx.designer.cs">
752+
<DependentUpon>zTree_demo.aspx</DependentUpon>
753753
</Compile>
754754
<Compile Include="jqUtilsDemo.aspx.cs">
755755
<DependentUpon>jqUtilsDemo.aspx</DependentUpon>

YanZhiwei.JavaScript.Utilities/jquery/zTree-3.5/zTree_example1.aspx renamed to YanZhiwei.JavaScript.Utilities/jquery/zTree-3.5/zTree_demo.aspx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="zTree_example1.aspx.cs" Inherits="YanZhiwei.JavaScript.Utilities.jquery.zTree._3._5.zTree_example1" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="zTree_demo.aspx.cs" Inherits="YanZhiwei.JavaScript.Utilities.jquery.zTree._3._5.zTree_example1" %>
22

33
<!DOCTYPE html>
44

@@ -91,7 +91,7 @@
9191
}
9292
function updateIcon() {
9393
var _zTreeObj = $.fn.zTree.getZTreeObj('treeDemo');
94-
_zTreeObj.updateIcon('id', 31, 'zTree-3.5/cab_0_0_0.png');
94+
_zTreeObj.updateIcon('id', 31, '../../Content/Images/cab_0_0_0.png');
9595
}
9696
function updateFont() {
9797
var _zTreeObj = $.fn.zTree.getZTreeObj('treeDemo');
@@ -128,7 +128,6 @@
128128
console.log(node.name);
129129
return false;
130130
})
131-
132131
}
133132
function testDemo() {
134133
alert('test');
@@ -174,4 +173,4 @@
174173
</div>
175174
</form>
176175
</body>
177-
</html>
176+
</html>

0 commit comments

Comments
 (0)