Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is there any way to validate content picker? I'am using a user control, where i have used content picker to select parent name.
For example:
1. If there no child nodes in the parent node selected i should display a error saying no child nodes.
2.For the selected parents if child node doesn't have properties it should display no properties found.
How to validate these things in content picker.
Please help me asap.
Thanks
I think you'll need to create a custom datatype to handle this. Here you can find details of how to go about this:
http://www.nibble.be/?p=24
I'd also suggest downloading the Umbraco source code for the version you're using as you'll be able to use their MediaPicker as a base point.
http://our.umbraco.org/download
Rgds
A
Have a look at the source of this package: http://our.umbraco.org/projects/backoffice-extensions/digibiz-email-form-with-tinymce
It does some validation things in the UserControl.
Jeroen
Thnk u all :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
validate content picker
Hi,
Is there any way to validate content picker? I'am using a user control, where i have used content picker to select parent name.
For example:
1. If there no child nodes in the parent node selected i should display a error saying no child nodes.
2.For the selected parents if child node doesn't have properties it should display no properties found.
How to validate these things in content picker.
Please help me asap.
Thanks
I think you'll need to create a custom datatype to handle this. Here you can find details of how to go about this:
http://www.nibble.be/?p=24
I'd also suggest downloading the Umbraco source code for the version you're using as you'll be able to use their MediaPicker as a base point.
http://our.umbraco.org/download
Rgds
A
Have a look at the source of this package: http://our.umbraco.org/projects/backoffice-extensions/digibiz-email-form-with-tinymce
It does some validation things in the UserControl.
Jeroen
Thnk u all :)
is working on a reply...