Objective:
To setup a common page refresh option in application, instead of making page refresh option in each page.
Solution:
Step 1: Upload a button picture.
Shared Components => Images => Create => Upload
Step 2: Create a new navigation
bar.
Shared Components => Navigation Bar Entries => Create
- Image – let it empty
- Icon Subtext - <img src="#APP_IMAGES#page_refresh.png" title="Refresh">
- Icon Image Alt : “Refresh”
- Image Height : 40
- Image Width: 30
- Target Type : URL
- URL Target : javascript:window.location.reload(false);
Note: It will just refresh the
page (No reload).
Comments
Post a Comment