Skip to content

Instantly share code, notes, and snippets.

Fluency.form.AccountMiniForm = Ext.extend(Fluency.form.AbstractMiniForm, {
title: 'New Contact',
defaultItems: [{
xtype : 'textfield',
name : 'Name',
hiddenName : 'Name',
fieldLabel : 'Name',
width : '95%'
}, {