Ext JS - Learning Center

Extension:Ext.ux.form.FormWthInfoTip

From Learn About the Ext JavaScript Library

Jump to: navigation, search
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

Description

The Ext.form.Form extension allows one to add information or help icons next to all the fields in a form.

Form extension Usage

updateForm = new Ext.ux.FormWithInfoTip({ 
});

Form components Usage

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.

Changelog

  • Ver.: 0.1 current stable version

Screenshots

Embedded fitHeight Accordion            

  • This page was last modified on 29 October 2007, at 10:30.
  • This page has been accessed 8,898 times.