
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
*  Copyright 2008 Adobe Systems Incorporated
*  All Rights Reserved.
*
* NOTICE:  All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and may be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
*
* $DateTime: 2008/04/10 13:35:00 $
*
* Adobe Output Module 2.0
*
* MediaGallery Originally Written by Quality Process Incorporated, Enhanced by
* Adobe System China. Contact Sheet written by Adobe System China.
* 
*
**************************************************************************/

/*
available rules:
	email
	filename
	filenamePath
	notEmpty
	notEmptyIf, id, value
	number
	numberRange, min, max
	path
some examples:
	AOM.AmgGalleryMaker.validationRules.sample[{rule:"notEmpty"}, {rule:"email"}]
	AOM.AmgGalleryMaker.validationRules.sample[{rule:"numberRange", minimum:0, maximum:100}];
	AOM.AmgGalleryMaker.validationRules.sample[{rule:"notEmptyIf", id:"radioButtonId", value:true}];
*/

AOM.AmgGalleryMaker.validationRules.contactEmail = [{name:"email"}];
AOM.AmgGalleryMaker.validationRules.contactEmailView = [{name:"email"}];
AOM.AmgGalleryMaker.validationRules.contactInfoLink = [{name:"emailOrURL"}];
AOM.AmgGalleryMaker.validationRules.slideDurationView = [{name:"notEmpty"}, {name:"numberRange", minimum:1, maximum:120}];

