DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Asp TreeView  
DwZone Forum Index -> Asp TreeView

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 1 to 10 of 14 (Total: 14) First |  Prev |  Next |  Last  
 Subject Author Date  
   PHP Ajax Tree View / Folders and Files  
View this persons public profile  Thomas   13:14 17 Oct 2013  
   Re: PHP Ajax Tree View / Folders and Files  
View this persons public profile  Gianluigi   13:57 17 Oct 2013  
   Modifica - Excamotage - New  
View this persons public profile  Massi   8:54 25 Jul 2013  
   Re: Modifica - Excamotage - New  
View this persons public profile  Gianluigi   10:07 25 Jul 2013  
   Can't get it to work  
View this persons public profile  Michael Ginter   14:46 20 Sep 2011  
   Re: Can't get it to work  
View this persons public profile  Gianluigi   9:04 21 Sep 2011  
   Re: Can't get it to work  
View this persons public profile  Michael Ginter   10:13 21 Sep 2011  
   Re: Can't get it to work  
View this persons public profile  Gianluigi   11:57 21 Sep 2011  
   Re: Can't get it to work  
View this persons public profile  M. Ginter   12:22 21 Sep 2011  
    Re: Can't get it to work  
View this persons public profile  Gianluigi   12:52 21 Sep 2011  
 
Hi,

Put this code in a page on your local server, in the site root, and try it


<!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>
<link rel='stylesheet' type='text/css' media='screen' href='dwzTreeView/jquery.treeview.css' />
<script type='text/javascript' src='dwzTreeView/Js/jquery-min.js' ></script>
<script type='text/javascript' src='dwzTreeView/Js/jquery.cookie.js' ></script>
<script type='text/javascript' src='dwzTreeView/Js/jquery.treeview.js' ></script>
<script type='text/javascript' src='dwzTreeView/Js/jquery.treeview.async.js' ></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test Document</title>
<script type="text/javascript">
$(document).ready(function(){
$("#dwzTreeView_1").treeview({
url: "http://www.mdgsolutions.biz/test.asp?dwzTreeViewInstance=1&CreateData=y",
animated: "normal",
control:"#dwzTreeViewControl_1",
unique: false,
collapsed: false
})
});
</script>

</head>

<body>
<table width="50%" border="1">
<tr>
<td> 
<div class="treeview-green" id="dwzTreeViewControl_1"><span><a href="?#">Collapse all</a> | <a href="?#">Expand all</a></span></div>
<div id="dwzTreeView_1" class="treeview-green"></div>
</td>
</tr>
</table>
</body>
</html>

 
Reply to this current thread  View this persons public profile  Send Private Message
Last Visit: Friday 29 Mar, 2024 2:08 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-1

Jump to: