Multiple Textstring

The Multiple Textstring data-type enables a content editor to make a list of text items. For best use with an unordered-list.

Video Demo

Last edited Apr 15, 2011 at 9:52 AM by leekelleher, version 4

Comments

bigfinger Aug 2, 2011 at 12:49 PM 
Am I using an old version, or can't the textboxes take ''s as input?, like "It's a nice day", gets storead as "It".

halvager Jun 29, 2011 at 10:33 PM 
GetByRazer...
@foreach (var x in Model.list)
{
@x.InnerText
}

Nice Tools!!!