| Summary: Ext Accordion Widget and InfoPanel |
| Author: Michael Matthee |
| Published: October 23, 2007 |
| Version: 0.1 |
| Ext Version: 1.1 |
| License: LGPLv3 |
| Demo Link: No Demo |
| Forum Post: View Post |
Contents |
The Ext.form.Form extension allows one to add information or help icons next to all the fields in a form.
updateForm = new Ext.ux.FormWithInfoTip({ });
new Ext.form.TextField({ descriptionTitle: 'Name', description: 'Tooltip description that will appear upon hovering over the information icon.', name: 'first', width:257, style: 'background: #def', value: 'General economic production', readOnly: true, id: 'adminItemName' }),
Any other Ext component may be used as long as the 'descriptionTitle' and the 'description' properties are supplied.