AlkantarClanX12

Your IP : 18.119.133.206


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/14_fbuilder.fsectionbreak.js

	$.fbuilder.typeList.push(
		{
			id:"fSectionBreak",
			name:"Section break",
			control_category:1
		}
	);
	$.fbuilder.controls[ 'fSectionBreak' ] = function(){};
	$.extend(
		$.fbuilder.controls[ 'fSectionBreak' ].prototype,
		$.fbuilder.controls[ 'ffields' ].prototype,
		{
			title:"Section Break",
			ftype:"fSectionBreak",
			userhelp:"A description of the section goes here.",
			display:function()
				{
					return 'Available in <a href="http://wordpress.dwbooster.com/forms/cp-polls#download">pro version</a>.';
				}
	});