I've inherited an Umbraco 4.7 project and am curious if it's possible to add character limit validation to a property for a particular document type. In this case the property is of Type "Textbox multiple".
Have you seen the uComponent package for Umbraco v4 and v6?
It has a Character Limit datatype, which you can use for your property instead of the core textbox multiple datatype.
For Umbraco 4.7.0 you can use uComponents 3.x or maybe upgrade Umbraco to use a newer version of uComponents - see the compatibility grid. But the Charater Limit datatype is incluced in uComponents 3.x.
Another option might be to use this Char Limit package, but I think this only comes with a textarea, not a single line field.
Character limit validation
Hi there.
I've inherited an Umbraco 4.7 project and am curious if it's possible to add character limit validation to a property for a particular document type. In this case the property is of Type "Textbox multiple".
Wondering how I'd do this if it's possible.
Hi Craig
Have you seen the uComponent package for Umbraco v4 and v6?
It has a Character Limit datatype, which you can use for your property instead of the core textbox multiple datatype.
For Umbraco 4.7.0 you can use uComponents 3.x or maybe upgrade Umbraco to use a newer version of uComponents - see the compatibility grid. But the Charater Limit datatype is incluced in uComponents 3.x.
Another option might be to use this Char Limit package, but I think this only comes with a textarea, not a single line field.
/Bjarne
is working on a reply...