Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Gridcontent Module for responsive webdesign


Go to End


865 Views

Avatar
Comonox

Community Member, 2 Posts

15 August 2013 at 2:56am

Hi Developer Network :)

I've created a module for silverstripe 3.0, it is called gridcontentmodule.

This module creates a new Fieldtype "GridcontentField" and a new database fieldtype "GridcontentFieldText"to store the data.

Once, you have added the new fieldtype to your page, you get a visual tool to create content, that is arranged in rows and columns for a responsive webdesign. Every row can hold another amount of columns. You can also change the order of the rows. After saving this gridcontent, you can loop over the rows and columns in your template.

The module uses the framework zurb foundation as default, but you can use your own responsive front-end framework, since the css-classnames of the rows and columns are fully configuratable.

You can find the module on github:

https://github.com/comonox/gridcontentfield

Please have a look.

Greetings

Chris J.

Attached Files