Refactor code structure for improved readability and maintainability
This commit is contained in:
		
							
								
								
									
										33
									
								
								themes/connector/samples/tree/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								themes/connector/samples/tree/index.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,33 @@ | ||||
| <html> | ||||
| 	<head></head> | ||||
| 	<style type="text/css" media="screen"> | ||||
| 		*{ | ||||
| 			font-family:Tahoma; | ||||
| 		} | ||||
| 		div,li{ | ||||
| 			font-size:10pt; | ||||
| 		} | ||||
| 		div{ | ||||
| 			padding-bottom:20px; | ||||
| 		} | ||||
| 		li{ | ||||
| 			padding-left:50px; | ||||
| 			padding-bottom:10px; | ||||
| 		} | ||||
| 	</style> | ||||
| 	<body> | ||||
| 		<h2>dhtmlxConnector for PHP :: Samples</h2> | ||||
| 		 | ||||
| 		<li><a href="01_basic.html">Basic init</a></li> | ||||
| 		<li><a href="01p_basic.html">Basic init with server side child flag setting</a></li> | ||||
| 		<li><a href="02_dynamic_loading.html">Dynamical loading</a></li> | ||||
| 		<li><a href="03_sql_config.html">Basic init with SQL configuration</a></li> | ||||
| 		<li><a href="04_custom_styles.html">Rendering customization</a></li> | ||||
| 		<li><a href="05_save.html">DataProcessor usage</a></li> | ||||
| 		<li><a href="06_validation.html">Validation</a></li> | ||||
| 		<li><a href="08_tree_group_connector.html">Group connector</a></li> | ||||
| 		<li><a href="09_tree_multitable_connector.html">Multitable connector</a></li> | ||||
|  | ||||
| 	</body> | ||||
| </html> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user