trAvis - MANAGER
Edit File: 14_fbuilder.fsectionbreak.js
$.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.", show:function() { return '<div class="fields '+cff_esc_attr(this.csslayout)+' '+this.name+' section_breaks cff-sectionbreak-field" id="field'+this.form_identifier+'-'+this.index+'" style="'+cff_esc_attr(this.getCSSComponent('container'))+'"><div class="section_break" id="'+this.name+'" ></div><label style="'+cff_esc_attr(this.getCSSComponent('label'))+'">'+this.title+'</label><span class="uh" style="'+cff_esc_attr(this.getCSSComponent('help'))+'">'+this.userhelp+'</span><div class="clearer"></div></div>'; } } );