NeoTopMenu with search bar ? - Forum

Forum Navigation
You need to log in to create posts and topics.

NeoTopMenu with search bar ?

Hello,

NeoTopMenu is a very nice plugin, it just lacks a searchbar
an idea?

thank you for your time

smartmedia has reacted to this post.
smartmedia

@jeannoel this is just a workaround so you can use a Search bar:

  1. Add a Text Input object at the upper left corner of your application.
  2. Then try this code:
    neoTopMenuInitialize "Container1" "" "Title" "Default" "Default"
    neoTopMenuAddItem "Container1" "Search Bar" "Right" "https://sinlios.com"
    MoveObjectIntoContainer "TextInput1" "Container1TopMenuContentRight li"

    This way you will be able to include a search bar.

see the attached file for the result of your code.
I think I’m going to learn bootstrap ;-)
thank you for your answer

Uploaded files:
  • You need to login to have access to uploads.

@jeannoel you must reposition the Text Input... please see attached project.

Uploaded files:
  • You need to login to have access to uploads.
javadrajabihakami has reacted to this post.
javadrajabihakami