পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Sunday, February 19, 2017

Framework7 - Navbars

Description

In this chapter let us study about navbar. It is a usually placed at top of a screen containing title of the page and navigation elements.
Navbar consists of 3 parts each of which may contain any HTML content, but it is suggested to use them like the way given below:

  • Left: It is designed to place back link icons or single text link.
  • Center: It is used to display title of the page or tab links.
  • Right: This part can be used similar as left part.
Below table demonstrates the use of navbar in detail:
S.N.Navbar Types & Description
1 Basic navbar
A basic navbar can be created by using the navbar, navbar-inner, left, center and right classes.
2 Navbar with links
To use links in left and right part of your navbar, just add <a> tag with class link.
3 Multiple links
To use multiple links, just add few more <a class="link"> to the part of your choice.
4 Links with text and icons
The links can be provided with icons and text by adding classes for icons and wrapping the link text with <span> element.
5 Links with only icons
Navbar links can be provided with only icons by adding icon-only class to links.
6 Related app and view methods
On initializing the View, framework7 allows you to use methods available for navbar.
7 Hide navbar automatically
The navbar can be hidden/shown automatically for some Ajax loaded pages where navbar is not required.

No comments:

Post a Comment