Jump to content

Search the Community

Showing results for tags 'bootsrap framework tabs'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi, I'm a totally new user of ProcessWire and i need some help with bootsrap framework i wan to create a bootsrap tab that dynamicaly gets page-> children titles and bodys to bootsrap tab i have this but it is not working can anyone help me. thanks <ul class="nav nav-tabs" id="myTab"> <?php foreach ($page->children as $item){ echo "<li> <a href='{$item->name}'> {$item->title} </a></li>"; }?> </ul> <div class="tab-content"> <?php foreach ($page->children as $item){ echo "<div class='tab-pane' id='{$item->name}'>{$item->body}</div>"; }?> </div>
×
×
  • Create New...