Request 12.06.2022-14:45:54

mod harbour simple demo


Ad) simple mod harbour sample

Adding a navigation

Download:  https://mybergland.com/fwforum/mh_dbf_navigation.zip

If we look at the simple example program, it would be fine if we had a NAVIGATION.

As you can see, the example has already included references to Bootstrap 5, which means you can include virtually any Bootstrap example.

 

https://getbootstrap.com/docs/5.0/examples/

We download the examples to our mod harbour webserver.

 

 

 

Now  we will look into the Bootstrap examples and take a closer look at the NAVIGATIONS examples.

For this demo program, we will choose a simple navigation for now.

c:\www\htdocs\bootstrap5examples\navbars\index.html

We start the example and pick a navigation.

For our simple example I think the 

Centered nav only

navigation fits best.

 

We now open the source code of the 

c:\www\htdocs\bootstrap5examples\navbars\index.html

 

and search for:  Centered nav only

 

 

We then copy the whole

tag into our demo . Program.

 

We can change the to

Our mod harbour simple sample

for example.

Save the prg and call it from the web browser.

The NAVIGATION is fully working.

Here you can download the sample:

 

https://mybergland.com/fwforum/mh_dbf_navigation.zip

,