AlkantarClanX12

Your IP : 3.133.140.88


Current Path : /home/thanudqk/www/wp-content/plugins/cp-polls/js/fields-admin/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/cp-polls/js/fields-admin/11_fbuilder.fphone.js

	$.fbuilder.typeList.push(
		{
			id:"fPhone",
			name:"Phone field",
			control_category:1
		}
	);
	$.fbuilder.controls[ 'fPhone' ] = function(){};
	$.extend(
		$.fbuilder.controls[ 'fPhone' ].prototype,
		$.fbuilder.controls[ 'ffields' ].prototype,
		{
			title:"Phone",
			ftype:"fPhone",
			required:false,
			dformat:"### ### ####",
			predefined:"888 888 8888",
			display:function()
				{
					return 'Available in <a href="http://wordpress.dwbooster.com/forms/cp-polls#download">pro version</a>.';
				}
	});