Letting members edit properties beyond input fields.
I'm starting a project, where members are an integral part of the site.
So each member will have a pretty extensive profile page.
But im hitting a wall pretty fast.
There's no problems adding the custom properties on the member type. Theres even an Umbraco TV episode showing how to mark a cropper datatype as editable.
But how do i render the custom types front end?
Following the built in snippet you get the
@Html.TextBoxFor
Which is really nice for input fields...
i guess there's also a CheckBoxFor, RadioButtonFor, TextAreaFor...
But how do i render the more advanced types, like Datepicker, RTE, image uploader or even the cropper, as demonstrated on Umbraco TV???
Letting members edit properties beyond input fields.
I'm starting a project, where members are an integral part of the site. So each member will have a pretty extensive profile page.
But im hitting a wall pretty fast. There's no problems adding the custom properties on the member type. Theres even an Umbraco TV episode showing how to mark a cropper datatype as editable.
But how do i render the custom types front end? Following the built in snippet you get the
Which is really nice for input fields... i guess there's also a CheckBoxFor, RadioButtonFor, TextAreaFor...
But how do i render the more advanced types, like Datepicker, RTE, image uploader or even the cropper, as demonstrated on Umbraco TV???
is working on a reply...