Did you want to add these properties to each row in the schedule?
If this is the case you will first need to add these properties to the ScheduleItem class, add them to the repeater control in the content editor and then make sure they are picked up correctly for saving (the GetSchedule() method is used for retrieving the values from the repeater)
Additional properties
I am looking at extending the Opening Hours project to include properties for a minimum and maximum person limit for a restaurant booking system.
I have managed to display the property fields in the editor but I am unsure how to persist the values.
Any ideas?
Hey Sean,
Did you want to add these properties to each row in the schedule?
If this is the case you will first need to add these properties to the ScheduleItem class, add them to the repeater control in the content editor and then make sure they are picked up correctly for saving (the GetSchedule() method is used for retrieving the values from the repeater)
Hope this makes sense :-)
is working on a reply...