Your IP : 216.73.217.143


Current Path : /home/ereika83/public_html/wp-content/plugins/bbpowerpack/modules/pp-twitter-grid/js/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/bbpowerpack/modules/pp-twitter-grid/js/settings.js

(function ($) {

	/**
     * Use this file to register a module helper that
     * adds additional logic to the settings form. The
     * method 'FLBuilder._registerModuleHelper' accepts
     * two parameters, the module slug (same as the folder name)
     * and an object containing the helper methods and properties.
     */
	FLBuilder.registerModuleHelper('pp-twitter-grid', {

		/**
		* The 'rules' property is where you setup
		* validation rules that are passed to the jQuery
		* validate plugin (http://jqueryvalidation.org).
		*
		* @property rules
		* @type object
		*/
		rules: {
			url: {
				required: true,
			},
		},

	});

})(jQuery);