Project

General

Profile

How to reload or refresh a menu item in Navigation Bar?

Added by Manoj G about 11 years ago

I Have several Menu Items in Navigation bar, for which I am using Lazy Loading Template.

But later when i want to refresh a particular menu item, after some processing, how to do that?

Thanks,

Manoj G


Replies (3)

RE: How to reload or refresh a menu item in Navigation Bar? - Added by Vincenzo Romano about 11 years ago

Why refreshing?

If you programatically did any change to it, then the change should be viewable within short time.

Please elaborate on your issue.

RE: How to reload or refresh a menu item in Navigation Bar? - Added by Manoj G about 11 years ago

Lets say there are 2 Menu Items,

In First Menu Item, It has a widget for database Credentials. After Entering DB credentials and Submitting, It will connect to database, get some data and should show the report of that data in the Second Menu Item.

So, pressing the submit button in the first menu item, program associated with the second menu item should be executed once more.

Thanks,

Manoj

RE: How to reload or refresh a menu item in Navigation Bar? - Added by Josh Lampco about 11 years ago

Would populating the second menu item in the same function that you use to submit the data of the first menu item not work?

    (1-3/3)