|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
hi friends,
Anybody know that how create Tree view control in html. The structure like as +ABC company -field1 -fireld2 -field3 +XYZ company -field1 -fireld2 -field3 +AAA company +LOIK company Plz reply immediatly , this is urgent for my project. |
|
#2
|
||||
|
||||
|
Use un-ordered lists.
Code:
<ul>
<li>ABC
<ul>
<li>field 1</li>
<li>field 2</l>
</ul>
</li>
...
</ul>
__________________
Sinthetic - Alternative UK Hiphop: What's the worst that could happen? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Tree View structure in html |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|