I'm looking to use the umbraco datatype: Multiple Textstring, but along each text area in the text string I would like a checkbox next to it. so a user can indicate a flag for certain values noted in the back office.
example:
product1
product2 X
product3 X
product4
product5
I can then do additional work on the string values that have checks next to them.
which version of umbraco do you use? V6 or V7? If you use V7 you can easily create your own custom property editor with angularJS. If you use V6 you can create an own dataype based on a custom .net user control.
Extending an existing umbraco datatype.
Hi there,
I'm looking to use the umbraco datatype: Multiple Textstring, but along each text area in the text string I would like a checkbox next to it. so a user can indicate a flag for certain values noted in the back office.
example:
product1
product2 X
product3 X
product4
product5
I can then do additional work on the string values that have checks next to them.
Thanks in advance
Hi Laura,
which version of umbraco do you use? V6 or V7? If you use V7 you can easily create your own custom property editor with angularJS. If you use V6 you can create an own dataype based on a custom .net user control.
Best,
Sören
version 6. Ok, I'll take a look at the user control route. thank you!
is working on a reply...