Sha256: d75229c8cf739dc835518c9bd71bf73d1d1fd796c858c158fe5fb7c013cdc0db

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

# Scrivito Tabbed Content Widget

This Gem adds Tabbed Contents to your app. Fill the Gem with Tabs and fill each tab with a widget.


## Prerequisites

Use Bootstrap in your Rails App. (Tested with Bootstrap 3.2)
Use Haml in your Rails App.


## Installation

Add the gem to your Gemfile:

    gem 'scrivito_tabbed_content_widget'

Run bundle:

    $ bundle

Add this line to your application's editing.js

   //= require scrivito_tabbed_content_widget/editing 

Run

    $ rake scrivito:migrate:install
    $ rake scrivito:migrate

Switch to your Workspace 'rtc' and follow below Steps for Usage. If you are happy with the outcome run

    $ rake scrivito:migrate:publish


## Steps for Usage

- Insert the Widget 'Tabbed Content' somewhere in your content.
- Put some 'Tabbed Content Tab' widgets into it.
- For each of the Tabbed Content Tabs: set a headline and fill the content with any widget (text, images, whatever).

## License

Copyright (c) 2009 - 2014 Infopark AG (http://www.infopark.com)

This software can be used and modified under the LGPL-3.0. Please refer to http://www.gnu.org/licenses/lgpl-3.0.html for the license text.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scrivito_tabbed_content_widget-0.0.60 README.md
scrivito_tabbed_content_widget-0.0.2 README.md