AlkantarClanX12

Your IP : 3.143.5.161


Current Path : /home/thanudqk/128shen.com/wp-content/plugins/cp-polls/js/fields-admin/
Upload File :
Current File : /home/thanudqk/128shen.com/wp-content/plugins/cp-polls/js/fields-admin/06_fbuilder.fcheck.js

	$.fbuilder.typeList.push(
		{
			id:"fcheck",
			name:"Checkboxes",
			control_category:1
		}
	);
	$.fbuilder.controls[ 'fcheck' ] = function(){};
	$.extend(
		$.fbuilder.controls[ 'fcheck' ].prototype,
		$.fbuilder.controls[ 'ffields' ].prototype,
		{
			title:"Check All That Apply",
			ftype:"fcheck",
			layout:"one_column",
			required:false,
			showDep:false,
			display:function()
				{
					return 'Available in <a href="http://wordpress.dwbooster.com/forms/cp-polls#download">pro version</a>.';
				}
	});