This is a discussion on tree menu implemented by Ajax within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I want to implement a tree-like menu using Ajax methodology. I found wit has an example, but it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I want to implement a tree-like menu using Ajax methodology. I found wit has an example, but it is written in C++. I found Sajax, but lack of example of writing tree-menu. Can anyone please suggest which Ajax package I can use to implement tree-like menu easier? Thanks Sam |
|
|||
|
sam wrote:
> Hi, > > I want to implement a tree-like menu Try PHPLM (http://sourceforge.net/projects/phplayersmenu) > using Ajax methodology. Ahh - then you'll need t write one yourself. C. |
|
|||
|
Colin McKinnon wrote:
> sam wrote: > > >>Hi, >> >>I want to implement a tree-like menu > > > Try PHPLM (http://sourceforge.net/projects/phplayersmenu) > >>using Ajax methodology. > > > Ahh - then you'll need t write one yourself. > > C. > Hi, I want to use Ajax. PHPLM is a non-javascript package. Thanks Sam |