CodeGarden 10: The sixth annual Umbraco Developer Conference
June 23-25th 2010 - free ASP.NET MVC pre-conference. Register today!

Repeatable Custom Content

Version: 2.0, Beta

Download Repeatable Custom Content, 2.0

Project Summary

Project owner:
Masood Afzal
Created:
9/10/2009
Is Stable:
Project is stable
Current version
2.0
License
GPLv3
Tags
datatype  developer  package  Repeatable Custom Content  Custom Datatype  Feature Panel  Repeating Items  Multiple Datatypes 
Downloads:
364

A datatype which allows adding repeatable custom contents/child nodes.

Support for most of umbraco datatypes, configurable number of fields/properties, ability to edit items and validation.

This datatype is specially useful for creating 'Featured Panels' , 'Featured Clients' or any other repeatable custom contents or child nodes.

- Configurable number of properties, each property contains following options:    Name, Alias, Type, Mandatory, Validation, Description
- Maximum Repeatable Items (0 for no limit)
- Mandatory
(Yes/No)
- Validation
(Email, Url, Integer, Double)
- Supports most of umbraco datatypes including
Checkbox list, Dropdown list, Radiobutton List, Date, Date/Time, Content Picker, Media Picker, Media Picker with Preview, Textbox, Textbox multiple, Simple Editor, Repeatable Custom Content Richtext Editor, True/False, Tags, Color Picker

For example, you can create a repeatable custom content dadatype for 'Featured Clients':
Field Name        Field Type
----------------------------------------
Client Logo        (Media Picker)
Client Name         (Textbox)
Services provided    (Textbox multiple)
Client Since        (Date Picker)
Link to Client Page    (Content Picker)
Featured Client        (True/false)

Requirements: NET 3.5

Xml/Data:  
<items>
    <item>
        <data alias="alias1">value 1</data>
        <data alias="alias2">value 2</data>
    </item>
    <item>
        <data alias="alias1">value 3</data>
        <data alias="alias2">value 4</data>
    </item>
</items>

Please visit http://umbraco.masoodafzal.com for xslt sample.

(N.B: Repeatable Custom Content v1 is no more supported, v1 download is available at http://umbraco.masoodafzal.com )

Screenshots

Attached files

Package discussions

Repeatable Custom Content
7 topics, 56 posts
General, Bug reports, etc
4 months ago by Dan
Repeatable Custom Content v2
22 topics, 73 posts
General, Bug reports etc
3 days ago by Richard Soeteman