Ok, I have a requirement and I'm not sure of the best way to achieve what I want.
Content editors need to be able to add what in effect will be new rows to a table. Each row will consist of several columns. Each column of each row needs to be independently editable. The user can add as many rows as they like.
I'd like the user to be able to go into the relevant node, click a button or something similar, and be presented with a set of fields that make up the columns of the single row. They could then add another row by clicking the same button/link.
Obviously I then need to be able to pull out these dynamically created fields in the front end.
Is something like this possible or will I have to achieve this in a totally different way?
Thanks for any light that can be shed on the best way to do this
Dynamically add properties to a content node
Ok, I have a requirement and I'm not sure of the best way to achieve what I want.
Content editors need to be able to add what in effect will be new rows to a table. Each row will consist of several columns. Each column of each row needs to be independently editable. The user can add as many rows as they like.
I'd like the user to be able to go into the relevant node, click a button or something similar, and be presented with a set of fields that make up the columns of the single row. They could then add another row by clicking the same button/link.
Obviously I then need to be able to pull out these dynamically created fields in the front end.
Is something like this possible or will I have to achieve this in a totally different way?
Thanks for any light that can be shed on the best way to do this
Simon
uComponents... TextString Array...
http://ucomponents.codeplex.com/wikipage?title=TextstringArray&referringTitle=Documentation
You could also use Embedded Content, but TextString Array looks better for this solution.
Jeroen
Looks perfect, thanks guys.
is working on a reply...