Menu of options in a web application

Hello everyone
Xojo

Thankful for your answers that you send me:
I am learning to program a web application
Is it possible to create a Menu that can display options (+) or hide options (-) and that is positioned on the left side of the webpage?

The options that could be:

  • organizing
    -Address Book
    New Contact
    My Address Book
    Search
    -Calendar
    Taxes
    New Event
    Day
    Week
    Month
    Year
    Search
    • Notes
    • Task
+ Administration
+ Options

Any idea will be much appreciated

Raul Juarez Pulache

Hi Raul,

Maybe you can find this video (in Spanish) of interest: https://www.aprendexojo.com/2016/02/creacion-de-aplicaciones-web-con-xojo/

Javier

I think what you are looking for is a TreeView. While we don’t have one built in, someone else may have created one (or you could create one) using the WebSDK.

I use the webTreeview (DynaTree) created by @Daniel Taylor. Works very well. I have two webapps using a treeview menu such as you describe. there are also a number of other interesting controls in the suite. An excellent purchase.